Go Back   kirupaForum > Flash > Flash CS3

Reply
 
Thread Tools Display Modes
Old 11-26-2009, 07:36 AM   #1
welshy
Registered User
Adding several movieclips to stage from library problem

I’ve got a movieclip in the library which I want to place on the stage, it’s class is “name1” (I’ll eventually have 25 of these different movieclips in the libarary all named name2, name3 etc”)

If I use this code it works

var n1:MovieClip = new name1();
this.addChild(n1);
n1.x = 448.1;
n1.y = 305.5;

This is fine if I only have 1 movieclip, but I hope to, on a button press add the next in the sequence. So, on a button press I’d remove name1 from the stage and add name2 and so on…


For this I have tried the code

var chosenNameNum = 1;

var n1:MovieClip = new this["name"+ chosenNameNum]();
this.addChild(n1);
n1.x = 448.1;
n1.y = 305.5;

but I get the error

TypeError: Error #1007: Instantiation attempted on a non-constructor.
at acen_fla::MainTimeline/acen_fla::frame1()[acen_fla.MainTimeline::frame1:71]

is what I’m trying to do possible? I’m new to as3 so I’m not sure, any help would be greatly appreciated. Thanks.
welshy is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:39 PM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com