home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / shared.cst / 00948_Script_sStop < prev    next >
Text File  |  1987-04-12  |  231b  |  11 lines

  1. on mouseUp
  2.   global gT, gF
  3.   if gF = 0 then 
  4.     cambioCast
  5.     put 1 into gF
  6.     put the movieTime of sprite 11 into gT
  7.     set the movieRate of sprite 11 = 0 
  8.     
  9.     -- put (the movieTime of sprite 11)/60
  10.   end if
  11. end