home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #9
/
CDRTV2N9.iso
/
progs
/
vearth
/
shared.dir
/
00549_Script_549
< prev
next >
Wrap
Text File
|
1996-04-15
|
284b
|
10 lines
on mouseUp
-- Return to page handler
global gChapter, gSection, gPage, gMaxPage
set the blend of sprite (the clickOn) to 100
updateStage
cleanChannels(5,21)
puppettransition 6, 8, 4
go frame string(gChapter) & "." & string(gSection) & "." & string(gPage)
end