How to make background image repeat endlessly?

Ask a Question related to Adobe Flash, Flex & Director, Design and Development.

  1. #1

    Default How to make background image repeat endlessly?

    Please help me with this. Thanks.

    I am trying to make the background loop again and again.
    e.g. The background text "Happy Happy Happy Happy" will move from left to right again and again endlessly looking slowly and smooth.

    I tried doing use tweening but as the frame start from frame 1 again, it will blink then loop again.. this is not smooth.

    Is there any coding that anyone can help me with.

    Thanks.


    Minuet webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Repeat with New Reference Image?
      New to Flash, apologies. I'm sure this is an easy hurtle to overcome. I've created an 8 second animation (see...
    2. How to repeat background in Flex?
      Could I use a 1px image as the background, and let it repeat to fill the whole area?In HTML I can use repeat-x,repeat-y to repeat background.But...
    3. background-repeat: repeat-x in HTML? Please help!
      I want to have a "centered page" look full screen...I have made them using layers and CSS but if I need it to work in most browsers how do I do the...
    4. can i make background not repeat inside a table
      how do i make a background not repeat inside a table? i know how to do it for the page background but not inside a table. i thought it was in one of...
    5. How to make repeat region in collom and row?
      how to make repeat region that display in collum and row? i only know this way: repeat region "Row" --------------------------------- Data 1...
  3. #2

    Default Re: How to make background image repeat endlessly?

    you can use actionscript to scroll your movieclip and reposition it seamlessly. however, your movieclip needs its left-most and right-most sides to be identical (for one stage.width).


    kglad webforumsuser@macromedia.com Guest

  4. #3

    Default Re: How to make background image repeat endlessly?

    > I am trying to make the background loop again and again.
    > e.g. The background text "Happy Happy Happy Happy" will move from left to right again and again endlessly looking slowly and smooth.
    >
    > I tried doing use tweening but as the frame start from frame 1 again, it will blink then loop again.. this is not smooth.
    >
    > Is there any coding that anyone can help me with.
    go to forum archives and type in search
    [url]http://www.flashfugitive.com/scroll_002.swf[/url]
    you will find post in which I describe two methods of doing endless loop





    Regards


    urami_*

    <xmas>
    [url]http://flashfugitive.com/[/url]
    </xmas>
    urami_ Guest

Posting Permissions

  • You may not post new threads
  • You may not 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