home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q3 Premier Trimestre '98 / GT_DPK.ISO / pc / data / menu.dxr / 00114.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  735 b   |  25 lines

  1. on mouseEnter me
  2.   global name_member, name_sprite
  3.   set the member of sprite 62 to member "white" of castLib "commong"
  4.   if the name of member the mouseMember contains "tif" then
  5.     if the mouseMember <> VOID then
  6.       set name_member to the name of member the mouseMember
  7.       set the text of member "SSsubtitle" to name_member
  8.     end if
  9.   else
  10.     set the text of member "SSsubtitle" to EMPTY
  11.   end if
  12. end
  13.  
  14. on mouseLeave
  15.   set the member of sprite 62 to member "red" of castLib "commong"
  16.   set the text of member "SSsubtitle" to EMPTY
  17. end
  18.  
  19. on mouseUp me
  20.   global name_sprite
  21.   set name_sprite to the name of member the memberNum of the mouseMember
  22.   set name_sprite to the name of member the mouseMember
  23.   xtracopyartwork()
  24. end
  25.