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
You can open/play the swf file with Flash Player exe
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, 18654 views
Comments
You need to login to post a comment.
tahk you
Please forget what I said before
Should also say on preview nothing
happens until it get to 40%
Don't know why will have a look
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);
}
}
da errores