home *** CD-ROM | disk | FTP | other *** search
/ In Your Face / IYF.iso / pc / sharecd / cdl36.dir / 00017_Script_17 < prev    next >
Text File  |  1996-05-14  |  776b  |  29 lines

  1. on enterFrame
  2.   puppetSprite 20, true
  3.   puppetSprite 21, true
  4.   puppetSprite 22, true
  5.   puppetSprite 24, true
  6.   puppetSprite 25, true
  7.   puppetSprite 26, true
  8. end
  9.  
  10. on exitFrame
  11.   if rollover(20) then set the castNum of sprite 20 to 16
  12.   else puppetSprite 20, False
  13.   if rollover(21) then set the castNum of sprite 21 to 649
  14.   else puppetSprite 21, False
  15.   if rollover(22) then set the castNum of sprite 22 to 651
  16.   else puppetSprite 22, False
  17.   if rollover(24) then set the castNum of sprite 24 to 19
  18.   else puppetSprite 24, False
  19.   if rollover(25) then set the castNum of sprite 25 to 666
  20.   else puppetSprite 25, False
  21.   if rollover(26) then set the castNum of sprite 26 to 668
  22.   else puppetSprite 26, False
  23.   go  to the frame
  24.   updateStage
  25. end
  26.  
  27.  
  28.  
  29.