Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > Adobe Web Programming > Flash (all versions)
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2003, 02:51 AM
Registered User
 
Join Date: Jun 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default _alpha on createEmptyMovieClip() instance

Please help me setting the _alpha property on instance created with createEmptyMovieClip(). Following piece of code is not working the way I intended it to:

_root.createEmptyMovieClip("mc",2);
_root.mc.createTextField("t",10,250,200,200,50);
_root.mc._alpha=0;
_root.mc.t.text="Hello world";

Please tell me the way in which I can set the _alpha property of the instance created with createEmptyMovieClip() method.





Similar Threads
Thread Thread Starter Forum Replies Last Post
from where is Instance actually instantiated? rocco50 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 5 March 1st, 2007 03:52 PM
SqlServer instance Angela_SB .NET Framework 2.0 0 February 15th, 2007 05:13 PM
Loging on to instance Raul Classic ASP Databases 0 February 2nd, 2004 01:21 PM
Instance in .NET darkdog SQL Language 2 June 20th, 2003 12:49 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.