Here is my script, can anyone tell me where to put a delay or a, starttimer
and if timer....
the problem is that I wrote this same script some time ago, with a delay so
that every cast member would be seen for 1 second; but now I can't seem to
remember how I wrote it, to get it to work.
on mouseenter me
repeat while rollover(1)=true then
if sprite(1).membernum<32 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
The idea behind this is that the castmembers are on the stage each for 1
second, but when the mouse leaves the cast members play back to 1, from
which ever cast member was last on the stage.
thanx for all your help.
_____________________________________________
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!]