Archive for the ‘ActionScript3 as3’ Category

ActionScript: Red Blood Cells behavior

Share
Download: Blood.fla 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109import flash.geom.ColorTransform; var arrBlood:Array = []; function createVers():void {     var b = new Blood();     b.speedX = 0;     b.speedY = 0;     b.coefCollision = 50;     b.coefRotation = 30;     var size:Number = Math.random();     b.scaleX [...]

Posted on Friday November 12th, 2010 at 07:08 PM by admin · Permalink · 2 Comments
Share

In: ActionScript3 as3, Game Design

ActionScript: Orient an object to the mouse cursor

Share

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) {   [...]

Posted on Saturday January 9th, 2010 at 06:17 PM by admin · Permalink · Leave a comment
Share

In: ActionScript3 as3, Game Design, Tip, Tutorial · Tagged with: , ,

Tutorial: How to make a game like Jetman – step 1 – The Jetman

Share

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 [...]

Posted on Friday December 18th, 2009 at 05:06 PM by admin · Permalink · One Comment
Share

In: ActionScript3 as3, Game Design, Tip, Tutorial · Tagged with: , , , ,

Flash CS5 builds Iphone applications

Share

Flash Professional CS5 will enable you to build applications for iPhone and iPod touch using ActionScript 3. These applications can be delivered to iPhone and iPod touch users through the Apple App Store.* A public beta of Flash Professional CS5 with prerelease support for building applications for iPhone is planned for later this year. Sign [...]

Posted on Tuesday October 6th, 2009 at 09:58 AM by admin · Permalink · One Comment
Share

In: ActionScript3 as3, Flash, iPhone · Tagged with: , ,

Win 80% performance on Flash ActionScript 2 project

Share

(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.

Posted on Wednesday March 18th, 2009 at 01:17 PM by admin · Permalink · Leave a comment
Share

In: ActionScript3 as3, Tip · Tagged with: , , , , , ,