home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #9
/
CDRTV2N9.iso
/
progs
/
vearth
/
shared.dir
/
00564_Script_564
< prev
next >
Wrap
Text File
|
1996-04-15
|
423b
|
14 lines
on mouseUp
global gChapter, gSection, gPage, gMaxPage, gPicture, gSeparator
set gPicture = 0
set gPage = gPage +1
if gPage <= gMaxPage then putOn(gPage)
set the blend of sprite (the clickOn) to 30
cleanChannels(5,21)
updateStage
if (gPage <= gMaxPage) then ¼
go frame string(gChapter) & "." & string(gSection) & "." & string(gPage)
else
go movie string(gChapter) & "-0"
end if
end