ACTIONSCRIPT 2.0 TUTORIAL - LANGUAGE - TUTORIAL GUIDE HELP FREE
FREE DOWNLOAD THIS TUTORIAL
This tutorial in pdf format so you can save it to your computer or print.
Sponsored Link
Here you leave the free download of the tutorial Nota: The tutorial you are about to download is compressed format . rar, if you do not have a decompressor rar files you can download free 7-zip and to display the Foxit PDF Reader of the buttons below:
Chapter 1: ActionScript language elements Compiler Directives #endinitclip directive #include directive #initclip directive Constants false constant Infinity constant
NaN constant newline constant null constant true constant undefined constant Global Functions Array function asfunction protocol Boolean function call function chr function clearInterval function clearTimeout function duplicateMovieClip function escape function eval function fscommand function getProperty function getTimer function getURL function getVersion function gotoAndPlay function gotoAndStop function ifFrameLoaded function int function isFinite function isNaN function length function loadMovie function loadMovieNum function loadVariables function loadVariablesNum function mbchr function mblength function mbord function mbsubstring function MMExecute function nextFrame function nextScene function Number function ActionScript 2.0 Language Tutorial Good Action Script tutorials pdf Software Flash user guide Manuals movieclip sound text free Help me buttons animation Bible Adobe Table of Contents Object function on handler onClipEvent handler ord function parseFloat function parseInt function play function prevFrame function prevScene function print function printAsBitmap function printAsBitmapNum function printNum function random function removeMovieClip function setInterval function setProperty function setTimeout function showRedrawRegions function startDrag function stop function stopAllSounds function stopDrag function String function substring function targetPath function tellTarget function toggleHighQuality function trace function unescape function unloadMovie function unloadMovieNum function updateAfterEvent function Global Properties _accProps property _focusrect property _global property _highquality property _level property maxscroll property _parent property _quality property _root property scroll property _soundbuftime property this property Operators
& bitwise AND operator &= bitwise AND assignment operator << bitwise left shift operator <<= bitwise left shift and assignment operator ~ bitwise NOT operator | bitwise OR operator |= bitwise OR assignment operator >> bitwise right shift operator >>= bitwise right shift and assignment operator >>> bitwise unsigned right shift operator >>>= bitwise unsigned right shift and assignment operator ^ bitwise XOR operator ^= bitwise XOR assignment operator /*..*/ block comment delimiter operator , comma operator add concatenation (strings) operator ?: conditional operator
/ division operator /= division assignment operator . dot operator == equality operator eq equality (strings) operator > greater than operator gt greater than (strings) operator >= greater than or equal to operator ge greater than or equal to (strings) operator
!= inequality operator <> inequality operator instanceof operator < less than operator lt less than (strings) operator <= less than or equal to operator le less than or equal to (strings) operator // line comment delimiter operator && logical AND operator and logical AND operator ! logical NOT operator not logical NOT operator || logical OR operator or logical OR operator % modulo operator %= modulo assignment operator * multiplication operator *= multiplication assignment operator new operator ne not equal (strings) operator {} object initializer operator () parentheses operator === strict equality operator !== strict inequality operator " string delimiter operator