After completing a project I noticed that when a user press the Tab key on the keyboard Flash shows the focus rectangle not a desired effect for a custom kiosk.
Solution
The first solution would be to set "tabChildren" to false per movie clip however this would have taken to much time.
I decide to set "tabChildren" to false by checking when a user press the tab on the keyboard using the keypress then checking for the current target and setting the false value this would be the fast and set everything in one location.
Always wanted a smoother experience when it comes to getting your mouse cursor changed in flash well now its possible. and you don't even need to wait for your users to have the latest flash player version.
Solution
Learn in this 10 minute video how to integrate this new cool feature into your projects.
After completing a project I noticed that when a user press the Tab key on the keyboard Flash shows the focus rectangle not a desired effect for a custom kiosk.
Solution
The first solution would be to set "tabChildren" to false per movie clip however this would have taken to much time.
I decide to set "tabChildren" to false by checking when a user press the tab on the keyboard using the keypress then checking for the current target and setting the false value this would be the fast and set everything in one location.
In case you'd like to develop games with Flex or AIR, you need to know certain techniques, like transformations, sprites and collision detection. This project is the minimal base to get started.
Solution
This solution is a demo project which demonstrates how to animate a set of object - space-ships in this case - on a playground.