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

  1. on SeTempo Ts
  2.   if the movieTime of sprite 11 <Ts*60 then
  3.     go the frame
  4.   else
  5.     -- put (the movieTime of sprite 11)/60
  6.     go the frame + 1
  7.   end if
  8. end
  9.