Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. Flash Datagrid Question
      Hi all, I have this problem: arrProd = new Array (); // var obj = new Object (); arrProd = obj; obj.categoria = "Colors"; obj.descrizione...
    3. 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...
    4. 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...
    5. Flash MX question
      Sure, many many many sites are nothing but Flash movies that interact with one another. -- Bill Horvath Extending Knowledge, Daily...
  3. #2

    Default 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...
    > 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
    >
    >

    Arturo Toledo Guest

  4. #3

    Default Re: Flash Question

    sprite(1).goToFrame(26)
    sprite(1).play()

    .... is the solution :-)

    L.S.


    Loren Schwarz Guest

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139