Archive for June, 2008
Vote For New Action Script 3 Article and Tutorial
Hi, Every one due to some time constraints i am unable to post articles all at a time, as i have a lot of articles and samples in my mind . I am listing down the articles. I would ask for votes which article to write first
funny but i guess its a good [...]
Action Script 3 MovieClip MouseEvent CLICK Problem
Hi, All Thank you Guys for Supporting my articles. Today i came across a very strange behaviour of flash action script 3 click MouseEvent.
I had a custom class lets say
Public class CustomMovieClip extends MovieClip {
public function CustomMovieClip()
{
addChild(new DisplayObject()); //Suppose its name is instance123
}
}
Now after that if i add a reference [...]
