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