Ask a Question related to Macromedia Director Basics, Design and Development.
-
Robert Ludewig #1
imported direcotor movie script problem
Hello
we are currently working on a lager Director project (using Director MX).
The problem is that we need to find a way to merge our wok easily at the
end. This is how we tried:
Everybody will make some submovies and one is making the framework-movie. At
the end we will import all submovies into the framwork-movie. This works
quite fine , there is only one big problem:
The scripts of the imported submovies do not work anymore.
The error code we mostly got was:
scripterror, hander not found in object
sprite(29).play()
#play
we could narrow this error down:
It looks like we get all these errors because the scripts of the submovies
refer to the score of the framework-movie andf not to the score of the
submovie. When we put a sprite (in this case a flash movie) for example in
channel 29 of the frame-movie the corresponding error disappears. How can we
get the scripts of the submovies working again ?
Is there any way to get all the submovies working in one big frame? Like in
flash, were I can load the a flash into a flash with all its functionality.
Or is there any other good way to organize a big project, were a lot of
different poeple work on ? Or is Dirctor just not made for such things ?
Robert Ludewig Guest
-
movie file .mov imported into flash look pixelated
Hi There, When I import .mov file, that plays well as .mov into library and then I drag it into canvas and I try to test the movie, it looks all... -
Navigating an imported Director movie
I have 2 movies... 1 that includes universal navigation and one that holds all the unique content. I have imported the "content" dir into the... -
flash movie imported to director, scrollers problem
i made a flashmovie with a scrollbar and imported it into the director. everything works, but the only problem is when i am pulling the scroller and... -
field in imported movie
hello, in my main movie, main.dir have imported external link field.dir that contain field and put it on stage but when i play i can't insert... -
cursor won't show up in imported flash in director movie
Hi, Is there any way to make the cursor chage to finger when move over a button in a flash movie that is imported into a director movie?... -
Doug Golenski #2
Re: imported direcotor movie script problem
Robert,
You don't have to import all the sub movies into the framework movie. I'm
not sure exactly how everything is set up, but you can simply call your sub
movies from the framework movie. That way everything is self contained.
You can protect the sub movies at runtime by using the Xtras>>Update
command. Make sure to back everything up first.
hth,
Doug
"Robert Ludewig" <schwertfischtrombose@gmx.de> wrote in message
news:bdku1t$31s$1@forums.macromedia.com...At> Hello
>
> we are currently working on a lager Director project (using Director MX).
> The problem is that we need to find a way to merge our wok easily at the
> end. This is how we tried:
> Everybody will make some submovies and one is making the framework-movie.we> the end we will import all submovies into the framwork-movie. This works
> quite fine , there is only one big problem:
> The scripts of the imported submovies do not work anymore.
> The error code we mostly got was:
>
> scripterror, hander not found in object
> sprite(29).play()
> #play
>
> we could narrow this error down:
> It looks like we get all these errors because the scripts of the submovies
> refer to the score of the framework-movie andf not to the score of the
> submovie. When we put a sprite (in this case a flash movie) for example in
> channel 29 of the frame-movie the corresponding error disappears. How canin> get the scripts of the submovies working again ?
> Is there any way to get all the submovies working in one big frame? Likefunctionality.> flash, were I can load the a flash into a flash with all its> Or is there any other good way to organize a big project, were a lot of
> different poeple work on ? Or is Dirctor just not made for such things ?
>
>
Doug Golenski Guest
-
Robert Ludewig #3
Re: imported direcotor movie script problem
Maybe someone could explain or give a link to a short tutoraial how to set
this up. Looks like it is called extra castmember ...
Robert Ludewig Guest
-
Robert Ludewig #4
Re: imported direcotor movie script problem
hm with go movie it looks like the old movie (the framework-movie) will be
closed and the new movie will be opened but we need a movie WITHIN a movie
.....
Robert Ludewig Guest
-
Robert Ludewig #5
Re: imported direcotor movie script problem
we now tried to do MIAW but it is also not working. There it is not possible
to get the background transparent ...
I wonder how larg professional teams do large projects. Or are the using
another software ?
Robert Ludewig Guest
-
Doug Golenski #6
Re: imported direcotor movie script problem
Well, most of us break the project into smaller dir files and plan it that
way from the beginning. Plus we use behaviors and code encapsulation.
"Robert Ludewig" <schwertfischtrombose@gmx.de> wrote in message
news:bdnfru$u813o$1@ID-140548.news.dfncis.de...possible> we now tried to do MIAW but it is also not working. There it is not> to get the background transparent ...
> I wonder how larg professional teams do large projects. Or are the using
> another software ?
>
>
Doug Golenski Guest
-
Robert Ludewig #7
Re: imported direcotor movie script problem
Is it possible at all to play a childmovie within a parentmovie so that
- the parentmovie is still visible
- the childmovie has a transparent background
- the scripts of the childmovie can be run (including mouseevents)
Robert Ludewig Guest
-
Doug Golenski #8
Re: imported direcotor movie script problem
You can use an MIAW. If you mask it you can have a transparent background.
Here is an article:
[url]http://www.director-online.com/buildArticle.php?id=332[/url]
There is also an example at:
[url]http://www.quantumwave.com/html/funkyWindow.html[/url]
hth,
Doug
"Robert Ludewig" <schwertfischtrombose@gmx.de> wrote in message
news:bdpnfd$946$1@forums.macromedia.com...> Is it possible at all to play a childmovie within a parentmovie so that
> - the parentmovie is still visible
> - the childmovie has a transparent background
> - the scripts of the childmovie can be run (including mouseevents)
>
>
>
>
>
>
Doug Golenski Guest



Reply With Quote

