If you want to make button or marker activate or deactivate on click, please find the script below activeMarker(pObject as MovieClip, pName); // passing movie which clicked and its name var tempMC:… more →
Better Flex, Action Script & Flashwrote 2 months ago: I used a beginners ActionScript 3.0 Flash tutorial I found on http://www.flashgametuts.com. The tuto … more →
wrote 1 year ago: If you want to make button or marker activate or deactivate on click, please find the script below a … more →
wrote 1 year ago: Always use Strongly Typed: Use Vector datatype for static typed array. For two dimensional array, we … more →
wrote 1 year ago: Start a File: Open Flash Professional cs5, Select File -> New -> Actionscript3.0 file and save … more →
wrote 1 year ago: My MXML File ———————— <?xml version=”1.0 … more →
wrote 1 year ago: A code snippet to extract Bitmap from a MovieClip object: /** * This returns a Bitmap representation … more →
wrote 1 year ago: There have been few instances where I had to resize a MovieClip maintaining the ascpect ratio. And e … more →
wrote 1 year ago: With my experience with RIA using actionscript, I have come most applications where multiple timers … more →
wrote 1 year ago: /* *** CLICK EVENT ON CHILD MOVIE *** * parent_mc.child_mc.addEventListener(MouseEvent. … more →
wrote 1 year ago: Final Map ———————————— … more →
wrote 1 year ago: import flash.net.URLLoader; import flash.events.Event; import flash.net.URLRequest; import com.googl … more →
wrote 1 year ago: import flash.utils.Timer; import flash.display.MovieClip; import flash.net.URLLoader; import flash.e … more →
wrote 1 year ago: /* ************************************* XML – Driven Picture Viewer By: Bhawani Singh Bhati E … more →
wrote 1 year ago: import fl.transitions.*; import fl.transitions.easing.*; var array:Array = ["1", "2", "3", "4", "5", … more →
wrote 1 year ago: // Same Class Name From Different folder package { import flash.display.*; import com.One; import c … more →
wrote 1 year ago: Custom XML Loader // customXMLLoader.as package { import flash.display.*; import flash.events.*; im … more →
wrote 1 year ago: Action Script 2.0 versus Action Script 3.0 // ActionScript 2.0 var _songPath:String = “shri_kr … more →
wrote 2 years ago: Obj形式のModelデータを読み込んで表示するサンプルです。 demo<=サンプルが見れます。 Source<=一式がダウンロードできます。 (うまくいかない場合はそのページで再度更新を … more →
wrote 2 years ago: Today I came across a strange problem (mostly due to lack of knowledge in LayoutDirection.as). I had … more →