home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / start.dir / 01029_helpExit.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  259 b   |  14 lines

  1. on mouseDown
  2.   set the castNum of sprite 47 to 999
  3.   sound playFile 3, "@::walk:oto:SW_2"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   if rollOver(47) then
  9.     play done
  10.   else
  11.     set the castNum of sprite 47 to 908
  12.   end if
  13. end
  14.