Lingo to RevTalk - what is the on beginSprite equivalent
Posted: Mon May 10, 2010 10:20 pm
Hi there,
I'm trying to switch from Director to RunRev, but have hit a newbie problem!
I have a text field called EULA, which has HTML text in it.
I right clicked the field, edited script and used:
set the displayedFormat of field "EULA" to "HTML"
This does nothing.
In Director I would have used something like:
on beginSprite
set the displayedFormat of field "EULA" to "HTML"
end
Can anyone tell me where I am going wrong and where I can get a list of all the handlers, on mouseUp, etc
Many thanks
Dave
I'm trying to switch from Director to RunRev, but have hit a newbie problem!
I have a text field called EULA, which has HTML text in it.
I right clicked the field, edited script and used:
set the displayedFormat of field "EULA" to "HTML"
This does nothing.
In Director I would have used something like:
on beginSprite
set the displayedFormat of field "EULA" to "HTML"
end
Can anyone tell me where I am going wrong and where I can get a list of all the handlers, on mouseUp, etc
Many thanks
Dave