home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Fujitsu- / gt / gtshock / people.dcr / 00010.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  696 b   |  40 lines

  1. on startMovie
  2.   put the long date into field "today"
  3. end
  4.  
  5. on push
  6.   set cno to the castNum of sprite clickOn()
  7.   repeat while the stillDown
  8.     if rollOver(clickOn()) then
  9.       set the castNum of sprite clickOn() to the number of cast (cno + 1)
  10.       updateStage()
  11.       next repeat
  12.     end if
  13.     set the castNum of sprite clickOn() to the number of cast cno
  14.     updateStage()
  15.   end repeat
  16.   pushbeep()
  17.   set the castNum of sprite clickOn() to the number of cast cno
  18.   updateStage()
  19.   if rollOver(clickOn()) then
  20.   else
  21.     nothing()
  22.   end if
  23. end
  24.  
  25. on se1
  26.   puppetSound("wind")
  27. end
  28.  
  29. on se2
  30.   puppetSound("jungle1")
  31. end
  32.  
  33. on se3
  34.   puppetSound("lion")
  35. end
  36.  
  37. on pushbeep
  38.   puppetSound("pushsnd")
  39. end
  40.