----- Original Message -----
From: "biju george" <[EMAIL PROTECTED]>
> sprite(x).frame=frame "100" of scene "scene1"
>
> There is 10 such scenes in it.
>
Hi biju,

See if tell target can help. This portion of a script was used for a MC
named "head" in the main time line of a flash sprite.

ie.
sprite(flashsprite).tellTarget("head")
var_whichView = paramList[#head][#view]
var_whichstate = paramList[#head][#mimic]
var_thisFrame = me.findFrame(#head, var_whichView, var_whichstate)
sprite(flashsprite).gotoFrame(var_thisFrame)
sprite(me.spriteNum).endTellTarget()


Frank

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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