home *** CD-ROM | disk | FTP | other *** search
/ In Your Face / IYF.iso / pc / inter.dir / 00043_Script_43 < prev    next >
Text File  |  1996-05-23  |  1KB  |  40 lines

  1. on enterFrame
  2.   puppetSprite 16, true
  3.   puppetSprite 17, true
  4.   puppetSprite 18, true
  5.   puppetSprite 19, true
  6.   puppetSprite 20, true
  7.   puppetSprite 31, true
  8.   puppetSprite 36, true
  9.   puppetSprite 37, true
  10. end
  11.  
  12. on exitFrame
  13.   if rollover(16) then set the castNum of sprite 16 to 34
  14.   else puppetSprite 16, False
  15.   if rollover(17) then set the castNum of sprite 17 to 36
  16.   else puppetSprite 17, False
  17.   if rollover(18) then set the castNum of sprite 18 to 38
  18.   else puppetSprite 18, False
  19.   if rollover(19) then set the castNum of sprite 19 to 40
  20.   else puppetSprite 19, False
  21.   if rollover(20) then set the castNum of sprite 20 to 36
  22.   else puppetSprite 20, False
  23.   if rollover(31) then set the castNum of sprite 31 to 512
  24.   else puppetSprite 31, False
  25.   if rollover(36) then set the castNum of sprite 36 to 151
  26.   else puppetSprite 36, False
  27.   if rollover(37) then set the castNum of sprite 37 to 524
  28.   else puppetSprite 37, False
  29.   go to the frame
  30. end
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.