home *** CD-ROM | disk | FTP | other *** search
/ DigitalVision: Contexture Browser / BROWSER.bin / images / catalog / dvpc.dir / 00120_Script_120 < prev    next >
Text File  |  1999-04-23  |  848b  |  25 lines

  1. on exitFrame
  2.   pause
  3. end
  4. on idle
  5.   if rollover (7) = true then set the castnum of sprite 7 to the member of cast 6
  6.   updatestage
  7.   if rollover (7) = false then set the castnum of sprite 7 to the member of cast 5
  8.   updatestage
  9.   if rollover (8) = true then set the castnum of sprite 8 to the member of cast 8
  10.   updatestage
  11.   if rollover (8) = false then set the castnum of sprite 8 to the member of cast 7
  12.   updatestage
  13.   if rollover (9) = true then set the castnum of sprite 9 to the member of cast 10
  14.   updatestage
  15.   if rollover (9) = false then set the castnum of sprite 9 to the member of cast 9
  16.   updatestage
  17.   if rollover (10) = true then set the castnum of sprite 10 to the member of cast 12
  18.   updatestage
  19.   if rollover (10) = false then set the castnum of sprite 10 to the member of cast 11
  20.   updatestage
  21.  
  22.   
  23.   
  24.   
  25.