home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 October
/
Pcwk1097.iso
/
REKLAMY
/
ATA-INT
/
3220
/
3220.EXE
/
3220.DXR
/
00037.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-02-13
|
313 b
|
19 lines
global gMode, gTrigger, gDCAnimObj
on mouseUp
if not gMode then
exit
end if
set gTrigger to 0
puppetJob2(0)
disableEdit()
killFrameOnlySprs(gDCAnimObj)
repeat with i = 4 to 9
if i <> 5 then
set the locV of sprite i to -1000
end if
end repeat
updateStage()
go(marker(1))
end