A recursive function is a function that calls itself. The following code shows a simple example of recursion. function trouble(){
Read MoreA function can be assigned to a variable, passed to a function, or returned from a function, just like any
Read Morethe sytx of copyPixels is like this: copyPixels(sourceBitmap:BitmapData, sourceRect:Rectangle, destPoint:Point, [alphaBitmap:BitmapData], [alphaPoint:Point], [mergeAlpha:Boolean]) : Void Just assume, we have a
Read MoreLoading…. a most frequently used part in flash movie. To avoid your user see a blank screen and don’t know
Read MoreTextfield can support some html tag in flash, for example: info.htmlText = “<b>Bold</b>, <i>italic</i>, <u>underline</u>”; the result effect: Bold, italic,
Read MoreCurrently, there are 4 kinds of Security Sandbox for swf file. They are: Security.REMOTE – SWF file from Internet URL,
Read MoreHere I am talking about some tricky things about “String” class in actionscript 3.0: We all know about the the
Read More