home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
qa.dir
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1995-03-30
|
674b
|
27 lines
on exitFrame
ShowAllChannels
AllPuppetsOff
global qaNumPages, qaPageNum
set qaNumPages = 8
set qaPageNum = 0
-- Hide all the tabs
set firstTabSprite = 8
set lastTabSprite = firstTabSprite + qaNumPages - 1
repeat with i = firstTabSprite to lastTabSprite
set the visible of sprite i to FALSE
end repeat
-- Hide close rollover
global SQAClose
set SQAClose = 17
set the visible of sprite SQAClose = FALSE
-- Setup text and scrolling field info
global SQATextField, SQATextFrame, SQAScrollUp, SQAScrollDown
set SQATextField = 2
set SQATextFrame = 19
set SQAScrollUp = 20
set SQAScrollDown = 21
end