How to Swap Depth using AS3 via setChildIndex
How to swap depth using AS3 via setChildIndex. This will fix the Warning: 1060: Migration issue: The method getNextHighestDepth is no longer supported.
How to swap depth using AS3 via setChildIndex. This will fix the Warning: 1060: Migration issue: The method getNextHighestDepth is no longer supported.
Actionscript 3.0 onEnterFrame has changed a bit from the old classic AS2 onEnterFrame event function. I’ll illustrart the old and new way of preforming animations using the Enter Frame event.
Loading swf in AS3 is not as simple as AS2 loadMovie(“file.swf”, mc_name). You first have to define a loader class and URLRequest path pointing to the external swf file location.
If you dynamically load images via actionscript and try to scale them, they become jagged. To fix this, you’ll have to set smoothing to true via code in AS3.
First here is the code without the easing effect. I used the stage as the view scroller width and added an Enter Frame event to the stage for movement.
I’ve been thinking about how much I should charge for online banner ads placement on a few of my personal websites. Here are a few nuggets of information I found while search for guidance.
Say you wanted to grab a movie clip nested in side of a container movie clip. You can do this using getChildByName: var referenceMC:MovieClip = MovieClip(containerMC.getChildByName(“targetMC”)); Now you have access to that targeted movie...
Want to remove the last character from your text. Just use Substr_Replace. This is how.
Google learns to crawl Flash Google has been developing a new algorithm for indexing textual content in Flash files… Source: http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html How to SEO Flash • Search Engines and Flash • Requirements for Successful...