home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
climatechaos.swf
/
scripts
/
DefineSprite_1869_blank_hole
/
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-12
|
219 b
|
12 lines
_root.hud.addListener(this);
this.useItem = function(p_item)
{
if(p_item == "bucket_spade")
{
if(this.distanceTo(_root.e.pos_x,_root.e.pos_y) < 40)
{
Story.digUp();
}
}
};