Hi, If you see the script below I'm tying to stop cycling through the
cast when it gets to a certain number or even name if that�s easier,
does anyone know how ?

-KEV-


on exitFrame me
  if keypressed("a") then
    sprite(1).membernum=sprite(1).membernum+1
  end if
  if sprite(1).membernum=413 then
    sprite(1).membernum=sprite(1).membernum
    go to the frame
  end if
end


[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