|
Expected a field name after '.' operator.
|
| |
hellllo while working on coding for moviecllip i m continuously getting this error plzzz help me to sort out this prob. here is my code x1.onClipEvent() stage.addEventListener(MouseEv ent.CLICK,moveman); {} function moveman(event:MouseEvent):void { x1.x = event.stageX - x1.width/2; x1.y = event.stageY - x1.height/2;... más »
|
|
LoadMovieNum in version 8
|
| |
I've got this button that when released starts the same timeline and stops at a frame label. In the 'stop' frame I put a empty clip on stage and tried to LoadMovieNum from on the timeline key. It doesn't work. What did work is on release goto frame label, loadmovie, level 5. I've got a lot of image buttons. When one is released all buttons convey... más »
|
|
Accessing movieClips that have been created in a different class
|
| |
Hello Actionscripters, I am able to dynamically create an object on the stage with a function, but I am at a loss for how to access and manipulate the properties of that object from my Main Class. in my Main Class I have: ------------------------------ ------------------ NLP_addChild.addObject(stage)... más »
|
|
crop movieclip
|
| |
Hello, how can i crop a movieclip? if i use _width, the mc will be scaled. But i wish to crop the image.
|
|
|