home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00286_Script_286 < prev    next >
Text File  |  1996-03-13  |  231b  |  11 lines

  1. on exitFrame
  2.   global Sticks , ToGo
  3.   
  4.   if the ticks - Sticks < 60 * 3 then
  5.     go the frame
  6.   else
  7.     if ToGo <> "open" then puppetSprite 2,TRUE
  8.     go frame string(ToGo)
  9.     put " " into field "stageText"
  10.   end if
  11. end