home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / PCP0699A.iso / Demos / Malkari / Tutorial3.dxr / 00253_Start.ls < prev    next >
Encoding:
Text File  |  1999-03-03  |  216 b   |  10 lines

  1. on exitFrame
  2.   repeat with X = 19 to 24
  3.     set the visible of sprite X to 0
  4.   end repeat
  5.   set the visible of sprite 36 to 0
  6.   set the visible of sprite 30 to 1
  7.   set the visible of sprite 32 to 1
  8.   go("Text1")
  9. end
  10.