Tuesday 22 May 2012

Simple tracing script for action script 2.0 & 3.0


Press "F9" to open Action script windows.
Here is the tracing script.
function doshop()
{
trace("flash-hunters");
trace("blogspot");
trace("com");
}
doshop();

Here you can change "doshop" to anything. but remember always change both.when function is
"function yourname()" than bottom is
"yourname();".
You can change "flash-hunters", "blogspot" & "com" to any thing you like.


No comments:

Post a Comment