home *** CD-ROM | disk | FTP | other *** search
/ Chip 26 (1998) / Chip_26_1998.iso / D.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1998-11-26  |  163 b   |  9 lines

  1. on exitFrame
  2.   set the visible of sprite 2 to 0
  3.   updateStage()
  4.   set the visible of sprite 2 to 1
  5.   set the visible of sprite 47 to 1
  6.   updateStage()
  7.   go(1)
  8. end
  9.