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

  1. on mouseUp
  2.   global g_movspr
  3. --  set the movieRate of sprite g_movspr to 0
  4.   set the visible of sprite g_movspr to FALSE
  5.   UpdateStage
  6.   set the visible of sprite g_movspr to TRUE
  7. end
  8.