Archive for April, 2010

AS3 : Using Flash Console Commandline

This post is short tutorial about using the command line feature in Flash Console Class as mentioned in previous post here. Aside from cool features like mouseOver Roller, inspect utility, measurement tool; the commandLine is one of the Flash Console greatest feature.

To control an instance on Stage with the console. You must first understand what is a Scope.

A Scope is basically, what Object the console is currently point as reference at. By default the Scope is always pointing to the Stage.

Read the rest of this entry »