Archive for the ‘Tip’ Category
ActionScript: Orient an object to the mouse cursor
How to orient an objet to an other ? Just put those lines and change the instance name myTank. 12345678910111213141516// This object will always look at the mouse cursor myTank.addEventListener(Event.ENTER_FRAME, tankEnterFrame); // This function will be launched every frame (25 times by seconds); function tankEnterFrame(pEvt) { [...]
In: ActionScript3 as3, Game Design, Tip, Tutorial · Tagged with: actionscript 3, mouse, orientation
Tutorial: How to make a game like Jetman – step 1 – The Jetman
In my first tutorial I will show you how to make a flash game like Jetman. A simple very famous casual game on facebook and very addictive. Play Jetman 1. First of all you have to download the Adobe Flash IDE: Adobe Flash CS3 or Adobe Flash CS4 We will code the game with ActionScript [...]
In: ActionScript3 as3, Game Design, Tip, Tutorial · Tagged with: actionscript 3, flash, Game Design, jetman, Tutorial
Win 80% performance on Flash ActionScript 2 project
(Français) If you have lot of AS 2.0 projets like me you should be happy to know that you could win 80% performance on your projets with 4 lines of ActionScript. But this tip works only on web based projets.
In: ActionScript3 as3, Tip · Tagged with: actionscript3, as2, as3, flash, optimisation, performance, vs
