home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00286.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  234 b   |  13 lines

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