home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1999 June / PCP0699A.iso / Demos / Malkari / Tutorial1.dxr / 00252_Start.ls < prev    next >
Encoding:
Text File  |  1999-03-05  |  217 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("arrows")
  9. end
  10.