home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 1 #5
/
blendervolume1.51995.iso
/
mac
/
BLENDER
/
FILES
/
SHARED.DIR
/
00842_Field_842.txt
< prev
Wrap
Text File
|
1994-09-21
|
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