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.
|
|
|
|
|
![]() |
||
stuck with createNewMovieClip...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
|
|||
|
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! |
|
||||
|
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.
|
|
|||
|
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.
|
|
||||
|
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!!
|
|
|||
|
Re: stuck with createNewMovieClip...
|
![]() |
| Tags |
| button, actionscript, controll movieclip, flash |
| Thread Tools | |
|
|
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 |