home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Better Homes & Gardens: Cool Crafts
/
NEW.iso
/
mac
/
crafts
/
00154_step4p.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-05
|
186 b
|
11 lines
on mouseUp
global gPflag
if gPflag = 0 then
set the movieRate of sprite 6 to 0
set gPflag to 1
else
set the movieRate of sprite 6 to 1
set gPflag to 0
end if
end