home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
orbular.swf
/
scripts
/
DefineSprite_252
/
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
|
2007-12-12
|
283 b
|
18 lines
if(_root.brickbrick)
{
gotoAndStop(2);
}
stop();
onMouseDown = function()
{
downtime = getTimer();
};
onMouseUp = function()
{
if(getTimer() - downtime > 1000 && _root.difficulty != "mouse")
{
gotoAndStop(2);
_root.brickbrick = true;
}
};