home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00105_Script_105 < prev   
Text File  |  1996-03-11  |  164b  |  11 lines

  1. on exitFrame
  2.   global Sticks
  3.   
  4.   if the ticks - Sticks < 60 * 3 then
  5.     go the frame
  6.   else
  7.     puppetSprite 1, false
  8.     go frame "start"
  9.   end if
  10. end
  11.