home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 October / PCPL1097A.iso / CSERVE / MAIN.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1997-08-08  |  578 b   |  29 lines

  1. on enterFrame
  2.   mRollover("MAIN", 6, 10, "M")
  3.   if rollOver(17) then
  4.     puppetSprite(48, 1)
  5.     set the castNum of sprite 48 to the number of member "BUB_1"
  6.     updateStage()
  7.     exit
  8.   end if
  9.   if rollOver(18) then
  10.     puppetSprite(48, 1)
  11.     set the castNum of sprite 48 to the number of member "BUB_2"
  12.     updateStage()
  13.     exit
  14.   end if
  15.   if rollOver(19) then
  16.     puppetSprite(48, 1)
  17.     set the castNum of sprite 48 to the number of member "BUB_3"
  18.     updateStage()
  19.     exit
  20.   end if
  21.   puppetSprite(48, 0)
  22.   updateStage()
  23. end
  24.  
  25. on exitFrame
  26.   mTimeSwitch()
  27.   go(#loop)
  28. end
  29.