home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / carr / IRL.CST / 00056_Script_s_butstop < prev    next >
Text File  |  1998-01-28  |  305b  |  8 lines

  1. on mouseDown 
  2.   global g_movspr,g_playspr,g_stopspr,g_curstat
  3.   set the memberNum of sprite g_curstat to (the memberNum of sprite g_curstat)-1
  4.   set the memberNum of sprite g_stopspr to (the memberNum of sprite g_stopspr)+1
  5.   set g_curstat=g_stopspr
  6.   set the movieRate of sprite g_movspr to 0
  7. end
  8.