Ask a Question related to Macromedia Director Basics, Design and Development.
-
Ruku webforumsuser@macromedia.com #1
Flash Question
Hello, I have flash cast that has a tween starting at frame 26, to 30, there is a stop script at frame 25. I want to see the tween in director so I use this script on a button
On mouseDown me
sprite(1).frame=26
end
However I do not see the tween. What am I doing wrong here?
J
Ruku webforumsuser@macromedia.com Guest
-
Flash + ASP easy question
Hello! This is my 1st time doing Flash + ASP integration. Each time i see a tutorial using this 2, all i see is: Flash has dynamic fields with... -
Flash Datagrid Question
Hi all, I have this problem: arrProd = new Array (); // var obj = new Object (); arrProd = obj; obj.categoria = "Colors"; obj.descrizione... -
Flash Audio question for Flash MX V6
Was wondering if it is possible to call upon a link or button in the flash movie and have it load a track in the player without having to press the... -
Question about Flash
I have a main movie with some content. Then I have other movies that will preload and drop into certain parts of the Interface... That's the... -
Flash MX question
Sure, many many many sites are nothing but Flash movies that interact with one another. -- Bill Horvath Extending Knowledge, Daily... -
Arturo Toledo #2
Re: Flash Question
try putting a play() afters setting the frame
"Ruku" <webforumsuser@macromedia.com> escribió en el mensaje
news:bq2vtu$c40$1@forums.macromedia.com...there is a stop script at frame 25. I want to see the tween in director so I> Hello, I have flash cast that has a tween starting at frame 26, to 30,
use this script on a button> On mouseDown me
> sprite(1).frame=26
> end
> However I do not see the tween. What am I doing wrong here?
> J
>
>
Arturo Toledo Guest
-
Loren Schwarz #3
Re: Flash Question
sprite(1).goToFrame(26)
sprite(1).play()
.... is the solution :-)
L.S.
Loren Schwarz Guest
-
Steve K #4
Flash question
Hi,
I'm making a flash movie that has 8 scenes. When the web page opens, the
background of the movie fades in and out between different photos. these
photos take up the entire background. The fading part is a movie clip
that lives in scene one.
There are 7 links. When someone clicks on a link they are taken to
another scene.
The problem is, when they click to a new scene, the movie clip, also in
scene two, begins from the beginning and it looks terrible.
I'm working off a flash file that someone before me made. I read where
it's not too smart to have scenes. Or it's just not the best way.
Is there a way to put this movie clip in every scene yet not have it
jump back to the beginning when you click to a new scene?
Here is the old flash movie that I'm working from. As you can see the
background image remains the same throughout each scene. When you click
on Undergraduate Studies, you are taken to a new scene.
[url]http://aem.cornell.edu[/url]
Thanks
Steve
Steve K Guest
-
ss #5
Re: Flash question
your answer is as old as flash itself (since version 4)
loadmovie(); learn it like you learned to breathe !
"Steve K" <smk17@cornell.edu> wrote in message
news:smk17-B21312.12255214012005@newsstand.cit.cornell.edu...> Hi,
>
> I'm making a flash movie that has 8 scenes. When the web page opens, the
> background of the movie fades in and out between different photos. these
> photos take up the entire background. The fading part is a movie clip
> that lives in scene one.
>
> There are 7 links. When someone clicks on a link they are taken to
> another scene.
>
> The problem is, when they click to a new scene, the movie clip, also in
> scene two, begins from the beginning and it looks terrible.
>
> I'm working off a flash file that someone before me made. I read where
> it's not too smart to have scenes. Or it's just not the best way.
>
> Is there a way to put this movie clip in every scene yet not have it
> jump back to the beginning when you click to a new scene?
>
>
>
>
>
> Here is the old flash movie that I'm working from. As you can see the
> background image remains the same throughout each scene. When you click
> on Undergraduate Studies, you are taken to a new scene.
>
> [url]http://aem.cornell.edu[/url]
>
> Thanks
> Steve
ss Guest
-
Steve K #6
Re: Flash question
In article <vwyGd.4962$1l2.566@trndny05>, "ss" <dale@flashyboy.com>
wrote:
Are you talking about making the background movie seamless by using
loadmovie, or getting rid of all the scenes by using loadmovie?
Thanks for your help.
> your answer is as old as flash itself (since version 4)
> loadmovie(); learn it like you learned to breathe !
>
> "Steve K" <smk17@cornell.edu> wrote in message
> news:smk17-B21312.12255214012005@newsstand.cit.cornell.edu...>> > Hi,
> >
> > I'm making a flash movie that has 8 scenes. When the web page opens, the
> > background of the movie fades in and out between different photos. these
> > photos take up the entire background. The fading part is a movie clip
> > that lives in scene one.
> >
> > There are 7 links. When someone clicks on a link they are taken to
> > another scene.
> >
> > The problem is, when they click to a new scene, the movie clip, also in
> > scene two, begins from the beginning and it looks terrible.
> >
> > I'm working off a flash file that someone before me made. I read where
> > it's not too smart to have scenes. Or it's just not the best way.
> >
> > Is there a way to put this movie clip in every scene yet not have it
> > jump back to the beginning when you click to a new scene?
> >
> >
> >
> >
> >
> > Here is the old flash movie that I'm working from. As you can see the
> > background image remains the same throughout each scene. When you click
> > on Undergraduate Studies, you are taken to a new scene.
> >
> > [url]http://aem.cornell.edu[/url]
> >
> > Thanks
> > Steve
>Steve K Guest
-
martin #7
Re: Flash question
have to put a stop action to the very last frame of the clip to avoid
jumping to beginning?
"Steve K" <smk17@cornell.edu> wrote in message
news:smk17-B21312.12255214012005@newsstand.cit.cornell.edu...> Hi,
>
> I'm making a flash movie that has 8 scenes. When the web page opens, the
> background of the movie fades in and out between different photos. these
> photos take up the entire background. The fading part is a movie clip
> that lives in scene one.
>
> There are 7 links. When someone clicks on a link they are taken to
> another scene.
>
> The problem is, when they click to a new scene, the movie clip, also in
> scene two, begins from the beginning and it looks terrible.
>
> I'm working off a flash file that someone before me made. I read where
> it's not too smart to have scenes. Or it's just not the best way.
>
> Is there a way to put this movie clip in every scene yet not have it
> jump back to the beginning when you click to a new scene?
>
>
>
>
>
> Here is the old flash movie that I'm working from. As you can see the
> background image remains the same throughout each scene. When you click
> on Undergraduate Studies, you are taken to a new scene.
>
> [url]http://aem.cornell.edu[/url]
>
> Thanks
> Steve
martin Guest



Reply With Quote

