At 11/8/09 05:27 PM, Archon68 wrote:
At 11/8/09 04:53 PM, Jomann wrote:
At 11/8/09 04:17 PM, Archon68 wrote:
What? "Tile" objects then move them? You mean, tilt them and move them?
like take a picture that repeats on the x and y then have it move across the screen, while endlessly moving.
Oh! I get it.
Just make it so that when the movieclip gets to a certain point on the screen (x=0, for example), it attaches another on the outside of the stage, moving in the same direction.
Here's an example:
http://spamtheweb.com/ul/upload/081109/6 2797_Moving_Tiles.php
If you need more help than just an explanation, tell me and I'll give you a bit of the code. Please try it yourself, first.
I was able to create what I wanted with tweening. I have a picture that is 2 times bigger than the stage, and is fixed at the top left of the stage, then have it tweened to stop at the bottom right edge of the stage, so when looped it appears to be an endless moving picture.
with that said I was able to do part of what I wanted to do. however if i want another picture to do the same thing (only with a faster speed) then it gets all messed up. here is my working background here: <a>http://spamtheweb.com/ul/upload/08110 9/70136_working.php<a>
and here is where i have my problem with two backgrounds:
<a>http://spamtheweb.com/ul/upload/08110 9/70195_notworking.php<a>
as you can see doing tween animation will not cut it, I need some way of using action script to do the animation. basicly take a 32x32 image and have it tile on the x, and y while moving at a certian speed.
then have a transparent image do the same thing at a faster or slower speed.
the problem is, I do not know how to use action script like this. all i know about is creating menus and if statements some variables and functions, only basic things.
i hope this makes it clearer