Propeller AS broken link

[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]

thanks guy u r right i did right action script on the movie clip itself so it did not work

Simple mistake. Easy to fix. You’re welcome.

[QUOTE=kittu;2337198]thanks guy u r right i did right action script on the movie clip itself so it did not work[/QUOTE]