  | |  | multiple instance of txtfield- retrieves prev. data | multiple instance of txtfield- retrieves prev. data 2004-02-08 - By Jayson K Hanes
Back Alan,
As I see it, you are confusing yourself, and the code, with thinking that "_level2" is the same as a clip being on a depth of "2" within a timeline -- which is not the same thing.
Try this:
_root.attachMovie("txtField","txtField",2); _root.txtField._x = 38; _root.txtField._y = 95;
..and.. on(press) { if (_root.txtField) { _root.txtField.removeMovieClip(); } }
..?.. works as I'd expect it to.
..I never use levels... they are, for other reasons in addition to the above, evil.
Hope that helps though.
-Jayson K. Hanes http://chatbugs.com http://unity2.flashtampa.com
> -- --Original Message-- -- > From: Alan Rafael Bleiweiss [mailto:visionary@(protected)] > Sent: Sunday, February 08, 2004 10:49 PM > To: flashnewbie@(protected) > Subject: Re: [Flashnewbie] multiple instance of txtfield- retrieves prev. > data > > > > OK Now I'm all screwy... _level2 doesn't work....
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |