[LEFT]hi i have a broken link in action script for a propeller .First I have converted a oval shape into a movie clip n gave a instance name as prop n gave action script as
[CENTER]
[LEFT]this.onEnterFrame = function () {
prop._rotation +=45 ;
}
but showing some syntax error
any one can help
[/LEFT]
[/CENTER]
[/LEFT]
I’ve thrown together a rotating star movie clip. Note that the actionscript is not on the movie clip itself (which is where I suspect you put it perhaps) but on the first frame of the Actions layer in the timeline.
Without actually seeing your fla I am not sure why your version is not working.
[QUOTE=kittu;2336369][LEFT]hi i have a broken link in action script for a propeller .First I have converted a oval shape into a movie clip n gave a instance name as prop n gave action script as
[CENTER]
[LEFT]this.onEnterFrame = function () {
prop._rotation +=45 ;
}
but showing some syntax error
any one can help
[/LEFT]
[/CENTER]
[/LEFT][/QUOTE]