I've got a function in a frame that I call 'switchEm' - and that frame is
just looping (no stop, no play, just one frame in a movieclip).

Can I call that function from director, ie:

sprite(x).telltarget("/allbuttons")
sprite(x).switchThem()
sprite(x).endTellTarget()

or do I have to use the old frame call?

sprite(x).telltarget("/allbuttons") 
sprite(x).call(1)
sprite(x).endtelltarget()

or at worst, do I have to have a root variable that said function checks
up to? 


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to