'trace()"along the animate?

Hello

Is there any equivalent flash "trace()" along the animate?

Flash:

var myName:String = "John";
trace (myName);

Animate something similar like trace() on the edge? How to check a variable value?

Thank you

Phyle.

You can use

Console.log ("called myFunc");

This will be record information in the console window.

-Reynaud

Tags: Edge Animate

Similar Questions

Maybe you are looking for