home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Interactive: Demo Special
/
CDROM_0995.iso
/
mac
/
Wings
/
WINGS.EXE
/
WINGS_3.DXR
/
00033.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
|
1995-04-21
|
214 b
|
13 lines
on mouseUp
global i, j
if j = 0 then
beep(1)
else
set j to j - 1
set i to j * 60
set the movieTime of sprite 2 to i
set the movieRate of sprite 2 to 1
myPuppet(6, 60, 55)
end if
end