
April 10th, 2004, 02:44 AM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Trying to use telltarget in MX...
Hey people,
Am trying to use telltarget to open a movieclip from a button, but i get the following error msg:
Target not found: Target="File_stuff" Base="_level0.instance2"
(File_stuff is the clip im trying to target, and is also on the main stage with an empty first frame, and stop action assigned to it). Here is the action ive assigned to the button (which is actually a movieclip with a button embedded into it - if this makes any diff):
on (release) {
tellTarget ("File_stuff") {
gotoAndPlay(2);
}
}
Also dont know what or how to set the Base, and what the level bit refers to (is it the layer it's on?). As u can see im a 'newbie'  who's kinda stumbling their way through. Any help would be much appreciated. Thanx 
Last edited by postscript_err : April 10th, 2004 at 02:50 AM.
|