These course is free and helps you to learn AS3 (ActionScript 3.0) programming language starting from the beginner level.
- These introductory Lessons in ActionScript 3.0 are a continuation of the Flash lessons section, where there are already presented the tools and basic element which must be known to create Flash documents, and also to use AS3 scripts.
<input type="number" name="points" min="5" max="80" />
#id { filter:alpha(opacity=40); /* for IE */ opacity:0.4; }
var num = 12.34567; alert( num.toPrecision(3) ); // 12.3
$lang =[10=>"PHP", 20=>"JavaScript", "site"=>"coursesweb.net"); shuffle($lang); var_export($lang); // array (0=>"coursesweb.net", 1=>"PHP", 2=>"JavaScript")