stuck with createNewMovieClip...

This is a discussion on "stuck with createNewMovieClip..." within the Flash & Multimedia Forum section. This forum, and the thread "stuck with createNewMovieClip... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 10th, 2006, 20:51
New Member
Join Date: Sep 2006
Location: UK
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question stuck with createNewMovieClip...

Hi everyone,

I'm trying to battle my way through my first Actionscript based Flash site – a painful experience!

I'm stuck, much appreciate it if someone could help me out...

I have a movie clip with a button in it, the actionscript that controls that button is within the movie clip not on the main time line. When the button is clicked I want
the movie to be removed from the main timeline and two new movie clips to appear from the library.

I can get one movie to load in position but can't figure out for the life of me, how to get both movies to load. The code I have is currently like this (no laughing please!):

jewellery_bt.onRelease = function ():Void {
_root.createEmptyMovieClip("jewelleryHolder", 1());
_root.jewelleryHolder.attachMovie("mc_jewellery", "mc_jewellery1", 1, {_x: 360, _y: 333})
_root.jewelleryHolder.attachMovie("minilink", "minilink11", 1, {_x: 460, _y: 233});
_root.Selector1.removeMovieClip();
};

Thanks
Reply With Quote

  #2 (permalink)  
Old Sep 11th, 2006, 02:36
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

Do you have a URL I could take a look at? I can only guess what is wrong from what you have given me so far. I need the URL and if you don't mind upload the Fla so I could take a better look.
Reply With Quote
  #3 (permalink)  
Old Sep 11th, 2006, 19:39
New Member
Join Date: Sep 2006
Location: UK
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

Thanks JacobHaug, I haven't actually uploaded it anywhere yet 'cause it's only half done, The FLA file is 1mb so I've put a link to it here as it's too large to upload http://www.dav-t.co.uk/cm.fla.zip. The bit that isn't working is in the mov called 'selector' amd the code is at the top.

Hope you can help!
Reply With Quote
  #4 (permalink)  
Old Sep 13th, 2006, 18:28
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

Ok. As much as I would love to help you. It seems that I do not have the latest version of flash. Macromedia 8. Please export the flash file for Macromedia MX2004. Thanks in advance.
Reply With Quote
  #5 (permalink)  
Old Sep 13th, 2006, 22:01
New Member
Join Date: Sep 2006
Location: UK
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

Thanks again for your help JacobHaug, I've saved it out again as an MX2004 file and replaced the file in the link above.
Reply With Quote
  #6 (permalink)  
Old Sep 13th, 2006, 22:10
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

I am so sorry to keep asking you to do stuff. But I am at work. They won't let me unzip stuff here at work. Please just upload the Fla file. Thanks!!
Reply With Quote
  #7 (permalink)  
Old Sep 13th, 2006, 22:44
New Member
Join Date: Sep 2006
Location: UK
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

Right you are, I've uploaded the unzipped version at: http://www.dav-t.co.uk/coll.fla

Ta
Reply With Quote
  #8 (permalink)  
Old Sep 13th, 2006, 22:51
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

OK for some reason I am still getting a zip file. It is probably just security on this computer. I will check it when I get home. Thanks.
Reply With Quote
  #9 (permalink)  
Old Sep 14th, 2006, 19:58
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: stuck with createNewMovieClip...

OK I am still getting zip files. I am now on my home computer. Check the files, something weird is going on.
Reply With Quote
Reply

Tags
button, actionscript, controll movieclip, flash

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
It would seem I am stuck... Rakuli Webforumz Cafe 11 Sep 24th, 2007 14:57
Help! Stuck on a site tfox41 Starting Out 4 May 30th, 2007 15:27
Really stuck Paul00000001 Classic ASP 0 Sep 12th, 2006 08:50
Stuck... JRX.Will JavaScript Forum 0 Jan 18th, 2006 08:07
Really Stuck Someone PHP Forum 6 Sep 17th, 2005 16:47


All times are GMT. The time now is 04:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43