I'm working with Flash as2 movieclips however id on't know what to write next on my script if the frame that I want to be headed is within two movieclips. here's my script:
on (release) {
_root.productco ntent.gotoAndPl ay("glugoat");
}
but the frame glugoat is inside productcontent, which is again inside another movieclip named "productspa ge"
any suggestion on the correct...
Search Result
Collapse
3 results in 0.0025 seconds.
Keywords
Members
Tags
-
Need help in basic flash as2
-
reference movieClip inside another movieClip
I have my general movie clip called myscene_mc .
Inside it I've placed other 2 movie clips called man_mc and insect_mc...
Now,my man_mc contains another movieclip which is empty and i call it forward_mc...
Now,can I use forward_mc and insect_mc to check if they are intersecting using something like that ::
trace(man_mc. forward_mc.hitT est(insect_mc)
I hv tried this bt... -
[CS3](AS2) How to make entire movieclip play using 'key.isDown'
This is a script for a character that walks in 4 directions. That works fine. I have also added other random movieclip animations for other keystrokes.
I want a movie clip to play through when a key is pressed. Right now the movieclip only plays while the key is being held. How do I get it to continue to play even if the key is released? I am not sure if I need to add something to my action script or change it entirely.
...