home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
bigtruckadventures2.swf
/
scripts
/
DefineSprite_330
/
frame_1
/
DoAction.as
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
|
2008-09-04
|
153 b
|
10 lines
this.onRelease = function()
{
checked = !checked;
};
this.onEnterFrame = function()
{
checkGraphic._visible = checked;
};
gotoAndStop(1);