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

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