Tutorials

[Pixelwave] Caching all texture data into lookup table

[Pixelwave] Caching all texture data into lookup table

First of all, thanks Pixelwave community for providing the great iOS game framework with ActionScript 3 similar API. It is very easy to get the texture data from a given file name into the game with Pixelwave framework. However, the framework load the image data from file each time we call the above code. This [...]

Dealing with “The bitmap is too large” problem when exporting PNG sequence with JSFL

Dealing with “The bitmap is too large” problem when exporting PNG sequence with JSFL

We use Adobe Flash to create graphics and JSFL script to export the assets into our iOS games during development. There is an issue in Flash CS5 when calling the document.exportPNG API. When calling the following command to use the default export setting by feeding the 2nd arguments to true, Flash rejects to run the [...]