FlashPunk Logos, Media Kit, Splash, Animated SpriteMap


(Darrin) #1

I just added this to my about of my game. Looks cool. Here is the old media kit and splash screen as well.

FPLogos.zip (61.2 KB)

FlashPunkSplash.zip (60.7 KB)

	import net.flashpunk.Entity;
import net.flashpunk.graphics.Spritemap;

public class FlashPunk extends Entity
{
	
	private var spriteMap:Spritemap;
	
	public function FlashPunk() 
	{
		spriteMap  = new Spritemap(Main.art.getBitmap("FLASHPUNK").bitmapData, 100, 100, null);	
		spriteMap.add("loop", [0, 1, 2, 3, 4], 15, true);
		graphic = spriteMap;
		spriteMap.play("loop");
	}
	
}

(Zouhair Elamrani Abou Elassad) #2

… Ooh beautiful :smile:


(Martí Angelats i Ribera) #3

How about add this to the FP library? It’s too cute :3


(David Williams) #4

If I remember correctly, there were some higher quality versions of this (as in bigger) on the old forums. Does anyone have those?


(Darrin) #5

Added what I could find from 2012, including old media kit and splash screen.

This doesn’t seem to have everything but it has a lot from the old forums.


(Jacob Albano) #6

Oh my gosh, the old forums work on archive again. Hype get.


(Martí Angelats i Ribera) #7

LOL.

I wasn’t here when this forum was up (i even hadn’t known about it XD)


(Mike Evmm) #8

The profile pictures. Oh, the profile pictures.