home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 March
/
buyer-0396.iso
/
blender
/
shared.dir
/
00842_Field_842.txt
< prev
next >
Wrap
Text File
|
1995-09-24
|
378b
|
18 lines
on exitFrame
--PAGE NUMBER+HYPERLINKS
global n
global s
repeat with n = 23 down to 21
set s to the castnum of Sprite n
if rollover(n) then
puppetSprite n, TRUE
if (s < 824) then
set the castnum of Sprite n to (s + 7)
end if
else
puppetSprite n, FALSE
end if
end repeat
go to the frame
updateStage
end