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

  1. Global Ggame, Gicon, Gpagenum, Glogo, Glang
  2.  
  3. on mouseEnter me
  4.   
  5.   if Glang = "e" then
  6.     set Ggame =13
  7.   end if
  8.   if Glang = "f" then
  9.     set Ggame =13
  10.   end if
  11.   if Glang = "g" then
  12.     set Ggame =13
  13.   end if
  14.   
  15.   gamecheck
  16.   logocheck
  17.   
  18. end
  19.  
  20. on mouseLeave me
  21.   set the member of sprite 5 = member 26 of castlib "biglogo"
  22.   set the member of sprite 37 = member "developer" of castlib "aboutgt"
  23.    set the blend of sprite 49 to 20
  24.   set the blend of sprite 50 to 20
  25.   set the blend of sprite 51 to 20
  26.   set the blend of sprite 52 to 20
  27. end
  28.  
  29. on mousedown
  30.   global Gback
  31.   thesound
  32.   set Gback to 1
  33.   go "game"
  34. end