home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q1 Premier Trimestre '99 / GAME_CENTRAL.ISO / pc / data / menu.dir / 00017_Script_17 < prev    next >
Text File  |  1999-04-27  |  264b  |  16 lines

  1. on mouseEnter me
  2.   set the member of sprite 10 = member "agtwhitebox" of castlib "aboutgt"
  3.   
  4. end
  5.  
  6. on MouseLeave
  7.   set the member of sprite 10 = member "agtbluebox" of castlib "aboutgt"
  8. end
  9.  
  10. on mouseUp me
  11.   gamecheck
  12.   xtracopyLogo
  13.   
  14. end if
  15.  
  16. end if