HEY ALL,

Still can't get the rollover to slow down, here is what my script looks
like.
on mouseenter me
repeat while rollover(1)=true then
if sprite(1).membernum<50 then sprite(1).membernum=sprite(1).membernum+1
updatestage
end repeat
end
on mouseleave me
repeat while rollover(1)=false then
if sprite(1).membernum>1 then sprite(1).membernum=sprite(1).membernum-1
updatestage
if sprite(1).membernum=1 then exit
end repeat
end
Okay, can someone tell me where to put the delay so that the castmembers
don't race by.  If not a delay then how can I get the castmembers to slow
down as the stage is updated.(NOTE- there are 50 castmembers)

THANKS 
F.E.P.

_____________________________________________
Free email with personality! Over 200 domains!
http://www.MyOwnEmail.com


[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