FFILES.COM NEWS CONTESTS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help

Pigo

Buy and sell flash files
Previous overall listing: Random Blend Boxes Previous in Games: Pong Next overall listing: FLULUP Image in circles Next in Games: Memory game

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.

user mpcfloyd Author URL qaholah.com
Listing URL none
Downloads 585 Views 5682
mpcfloyd  

User ratings for Pigo.

Donate Add to favorites Subscribe to comments
Report listing
Download

Comments

You need to LOGIN to post a comment.
user aaxa
aaxa: 1 month ago

tahk you

user raylea100
raylea100: 4 months ago

Please forget what I said before

user raylea100
raylea100: 4 months ago

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

user raylea100
raylea100: 4 months 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: 1 years ago

da errores

show all 17 comments