Modal Animation
Experimenting with some Modal Transition using Flex’s popUpManager. With infinite number of popUp supported. ( popUp in popUp ) Animating on the 2.5D DisplayObject properties. I wanted to get the...
View ArticleMoveAndTraceManager
In my latest Game I did a lot of manual positioning for my game UI, so a created this little class to help me out a bit, and saving some time. It make it possible to (in AIR Simulator) to click a...
View ArticleiOS Launch Images PSD
*** UPDATE *** Now supports the new iPhone 6, iPhone 6 plus, iPad Pro images. note: for iPad Pro you just need to name those files the same as the iPad retina files and include those instead. Source...
View ArticleiOS App Launch blink fix
If you have been developing apps for iOS with AIR, I am almost sure that you have come across the issue with the “App launch blink” that appears between, when your app has launched( showing the Launch...
View ArticleGet creative with particles
When creating Spell Cubes I used a lot of particles to help the user through the initial app tutorial. So instead of showing text overlay i animation particles where the user had to interact next. If...
View ArticleRead/Write data with ByteArray
lately I have been refactoring my Adobe AIR App, Audiobooks for children. While doing that I wanted to try to make persisting my data a bit easier. I always thought of using ByteArray but never actual...
View ArticleCustom PopUpManager
In my post about modal animations, I demoed a video of an app where I experimented with a 3D’ish transition when using Flex’s PopUpManager. In this post I will show how you can achieve the same. Start...
View Article32 SoundChannels Limit
Im currently working on a small physics game involving a lot of sound fx when collision occur. Object bouncing against walls, each other and so on. I ran into the issue that more that 32 active...
View ArticleUsing Feathers’ Scale3Image for UI shadows
For my Kids, Alphabet, Words iOS app called Spell Cubes im using shadows a lot, to create depth to the user interface. Im always looking for ways to optimize my apps and in this case i didnt want to...
View Article