home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 25 / MACUSER-MACBIN25-1995-12.ISO.7z / MACUSER-MACBIN25-1995-12.ISO / RockCity6 / rc6 / Rock6 / 00086_Script_86 < prev    next >
Text File  |  1995-10-24  |  208b  |  11 lines

  1. on exitFrame
  2.   if the movietime of sprite 10<3000 then
  3.     go to the frame -1
  4.   else 
  5.     if the movietime of sprite 10>4500 then
  6.       go to the frame+1
  7.     end if
  8.   end if
  9.   go to the frame
  10.   
  11. end