flash question
- Started
- Last post
- 7 Responses
- method_c
Target not found: Target="/over6" Base="_level0.instance2"
what am i doing wrong ?
- connerd0
get out of the basic AS editor, that's your first mistake.
once you go expert you'll never go back. things are much clearer.
- lostnation0
what code is throwing the error?
- method_c0
a couple of buttons have to tell a movie when to play when you roll over the button with your cursor.
I have these buttons inside a mc and the rollover movies are also in this mc ...
how do I go pro with actionscript?
- method_c0
the whole action works in the main stage, but when i place the scene in a mc it gives that error...
- jpea0
1st - in your actions editor, go to the little menu in the right corner and click "expert" instead of the other one (can't remember what it's called).
2nd - look through your script. somewhere you're referencing a button instance that isn't labeled as the right instance (or even labeled at all). it's somewhere in your main movie from the looks of it, on the main stage (not inside a mc). Make sure the movie you're trying to reference has an instance name.
- jpea0
oh, also, you don't need the "/someclip". take out the /
it's referencing a frame label ("over") in some movie, but / isn't needed
- method_c0
that did it jpea :) thx!