home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 34
/
Creative-Review-CD-ROM-34.iso
/
pc
/
jkd
/
folio
/
scripts.cst
/
00026_Script_ScrollBarRollOver
< prev
next >
Wrap
Text File
|
1998-01-26
|
494b
|
14 lines
on mouseEnter
global memberHit,spriteHit
put the mouseMember into memberHit
put the rollOver into spriteHit
if (char (length(the name of memberHit) - 1) to length(the name of memberHit) of the name of memberHit <> "on") then
set the member of sprite spriteHit to member (the name of memberHit&"on") of castLib "Thumbs"
end if
end
on mouseLeave
global memberHit,spriteHit
set the member of sprite spriteHit to member the name of memberHit of castLib "Thumbs"
end