home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / inter / inter.dir / 00032_LesModels.ls < prev    next >
Encoding:
Text File  |  1995-01-01  |  200 b   |  12 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   set the castNum of sprite 5 to 33
  6.   updateStage()
  7.   attente(9)
  8.   set the castNum of sprite 5 to 32
  9.   updateStage()
  10.   play frame "QT4"
  11. end
  12.