home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q1 Premier Trimestre '99 / GAME_CENTRAL.ISO / pc / data / menu.dir / 00104_Script_104 < prev    next >
Text File  |  1999-04-27  |  1KB  |  40 lines

  1. on mouseEnter me
  2.   global name_member
  3.   global name_sprite
  4.   
  5.   set the member of sprite 12 = member "whitebox"
  6.   set the member of sprite 7 = member "wip3" of castlib "gameimages"
  7.   if the name of member (the mousemember) contains "tif" then
  8.     if the mousemember <> VOID then
  9.       set name_member = the name of member(the mousemember)
  10.       set the text of member "SSsubtitle" to  name_member
  11.     end if
  12.   else
  13.     set the text of member "SSsubtitle" to ""
  14.   end if
  15. end
  16.  
  17. on MouseLeave
  18.   set the member of sprite 12 = member "bluebox"
  19.   set the member of sprite 7 = member "imager" 
  20.   set the text of member "SSsubtitle" to ""
  21. end
  22.  
  23. on mouseUp me
  24.   
  25.   global name_sprite
  26.   gamecheck
  27.   --  if the name of member(the memberNum of the mousemember) contains "glow" then
  28.   if the name of member (the mousemember) contains "glow" then
  29.     nothing
  30.   else
  31.     set name_sprite =   the name of member (the mouseMember)
  32.     
  33.     xtracopyartwork
  34.     
  35.     
  36.   end if
  37.   
  38. end
  39.  
  40. end if