home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Buffalo Sabres 2001-2002 Promotional CD
/
Sabres.iso
/
pc
/
detectpc.dxr
/
00034_disableQTSprite.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-09-05
|
196 b
|
14 lines
global gDisableQT
on beginSprite me
if gDisableQT then
sprite(me.spriteNum).visible = 0
end if
end
on endSprite me
if gDisableQT then
sprite(me.spriteNum).visible = 1
end if
end