home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00170_Script_170 < prev    next >
Text File  |  1998-03-29  |  549b  |  22 lines

  1. --Go upstairs no movie
  2. on mouseDown
  3.   put the castNum of sprite 16 into Butt
  4.   put the castNum of sprite 15 into Other
  5.   set newButt = Butt + 1
  6.   set newOth = Other - 1
  7.   set the castNum of sprite 16 to newButt
  8.   set the castNum of sprite 15 to newOth
  9.   updateStage
  10.   delay 60
  11.   puppetSound "Clicker4"
  12.   updateStage
  13.   delay 60
  14.   set newButt = Butt + 1
  15.   set newOth = newOth -1
  16.   set the castNum of sprite 16 to newButt
  17.   set the castNum of sprite 15 to newOth
  18.   updateStage
  19.   delay 60
  20.   Go to "Up1"
  21.   puppetSound 0
  22. end mouseDown