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

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