[thelist] Actionscript problem

Erik Mattheis gozz at gozz.com
Mon Jul 1 19:00:01 CDT 2002


>	_root.attachMovie("property label", "label_mc"+prop_name,level);
>	thisClip = eval("label_mc"+prop_name);

You need to look for the instance where you created it ... in this
case, the second line should be:

thisClip = eval("_root.label_mc" + prop_name)

or

thisClip = _root["label_mc" + prop_name]


>So...on one of my 4 frames where I want to trigger the function...how do
>I trigger it?


--

__________________________________________
- Erik Mattheis

(612) 377 2272
http://goZz.com/

Through Mid July
9am - 4pm M-F:
(952) 838 7698

__________________________________________



More information about the thelist mailing list