Hello Lingo-Ls
Can anybody tell me how to loop tweening of particular sprites while the
movie is played? I have a sprite with tween motion running between frame 1
to 15 and I want it to go back to 1 while the rest of sprites stay frame 15
(which has go the frame frameScript).
This is what I tried earlier. Of course as I expected the sprite jumped
frame 1 to 15 and repeat.
property pSprite
on beginSprite me
pSprite = sprite(me.spriteNum)
end
on exitFrame me
moving(me)
end
on moving me
case (the frame) of
1: go 15
15: go 1
end case
end
Any help greatly appreciated!
Regards, Yo
[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!]