This tutorial will show you how to use FlashDevelop and Haxe to build a Flash application that can open a URL by clicking on an image. Step 1:Embed an image into the FlashDevelop project.I have written a tutorial on how to do this here: Embed an image with Haxe and FlashDevelop tutorial. Step 2:Wrap the bitmap in a sprite. A bitmap will not respond to a …
Tag: FlashDevelop
Game Release: Find The Pixel
I wanted to program a small entry to the Mochi November 2009 Contest – 60 Seconds to Fame and thus Find The Pixel was born. The contest theme is a game that is over in 60 seconds or less. So you have 60 seconds to find a pixel hidden on the screen, each click you make will give you …
How to embed and display an image using FlashDevelop and Haxe
This tutorial will show you how to use FlashDevelop and the Haxe programming language to build a Flash application to display an embedded image. Step 1: Import an image into your FlashDevelop project. You can do in one of two ways. Drag an image from Windows Explorer onto the project tree in FlashDevelop. Right click the project tree, select Add, select Existing File and …
How to embed a font and display text using FlashDevelop and Haxe
This tutorial will show you how to use FlashDevelop and the Haxe programming language to build a Flash application with an embedded true type font for displaying text. Step 1: Import a true type font into your FlashDevelop project. You can do in one of two ways. Drag a font from Windows Explorer onto the project tree in FlashDevelop. Right click the project tree, select Add, …