home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #6
/
CDRTV2N6.iso
/
makers
/
power
/
ue.dir
/
00226_Script_226
< prev
next >
Wrap
Text File
|
1996-03-13
|
531b
|
25 lines
on exitFrame
go the frame
end
on enterFrame
if inside(point(the mouseH,the mouseV), rect(122, 229, 512, 379)) then --forward
MyCursor 258,259
else if rollOver(11) then
check12
else if the mouseCast = 119 then
changeCast 119,13
else if the mouseCast = 117 then
changeCast 117,14
else if the mouseCast = 121 then
changeCast 121,15
else if rollOver(16) then
roll 16
else if rollOver(28) then
roll 28
else
ReleasCursor
cursor 0
end if
updateStage
end