home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 January / WHAT_PC_JAN_96.ISO / paws / paws_cd / pchoose.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-09-12  |  468 b   |  20 lines

  1. on exitFrame
  2.   global dfp_path, HD_path, watch_cursor, DEST
  3.   if DEST contains "exit" then
  4.     cursor(watch_cursor)
  5.     go(1, "END1")
  6.   else
  7.     if DEST contains "demo" then
  8.       set the visible of sprite 3 to 0
  9.       set the visible of sprite 4 to 0
  10.       set the visible of sprite 5 to 0
  11.       set the visible of sprite 6 to 0
  12.       set the visible of sprite 7 to 0
  13.       go("helpdemo")
  14.     else
  15.       cursor(watch_cursor)
  16.       go(1, DEST)
  17.     end if
  18.   end if
  19. end
  20.