home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Seeker
/
Seeker.iso
/
files_w
/
libraly.dir
/
00073.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-03
|
548 b
|
14 lines
on exitFrame
global getpoints, masterrunning
set the cursor of sprite 1 to [255, 256]
set the cursor of sprite 4 to [243, 244]
set the cursor of sprite 5 to [243, 244]
set the cursor of sprite 6 to [243, 244]
set the cursor of sprite 29 to [243, 244]
set the cursor of sprite 30 to [243, 244]
if getAt(getpoints, 2) and getAt(getpoints, 3) and getAt(getpoints, 4) and getAt(getpoints, 5) and getAt(getpoints, 6) and getAt(getpoints, 7) and (masterrunning <> 4) then
set masterrunning to 4
play frame "MASTER_1"
end if
end