alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user mpcfloyd
mpcfloyd (1)

Pigo

It's a killer pig, his weapon its a hammer and the enemies are other pigs.
Use arrows to move and use CTRL to fire.
Hammers are limited.

1609 downloads, 18505 views
Download (9.11 MB)

Comments

You need to login to post a comment.

user aaxa
aaxa 15 years ago

tahk you

user raylea100
raylea100 16 years ago

Please forget what I said before

user raylea100
raylea100 16 years ago

Should also say on preview nothing
happens until it get to 40%
Don't know why will have a look

user raylea100
raylea100 16 years ago

Add this code to "Actions frame1"
I makes it work but still some errors

addEventListener(Event.ENTER_FRAME, loading);
stop();
function loading(event:Event)
{
var bytestotal = stage.loaderInfo.bytesTotal;
var bytesloaded = stage.loaderInfo.bytesLoaded;
var loader = Math.round(bytesloaded*100/bytestotal);
loadingBar_mc.gotoAndPlay(loader);
if (bytesloaded >= bytestotal)
{
gotoAndPlay(2);
removeEventListener(Event.ENTER_FRAME , loading);
removeChild(loadingBar_mc);
}
}

user elzap
elzap 16 years ago

da errores

show all 17 comments