halo scrolling demo

user_icon halodude shared it 4 months, 4 weeks ago
39 views, 3 downloads
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

halodude halodude 4 months, 3 weeks ago

I have a glitch. When ever I start the character starts out where ever it was laast time. Like i waik to the end of the scrolling plat form. I click the green flag and it goes to my menu. But when I start the game it just starts where ever I left off. when I say go to platform my charaters at the edge of the screen and you can't see the platform 1. Can someone help me out??

(view all replies)
Comment Reply

halodude halodude 4 months, 4 weeks ago

These are the steps for scrolling: platform/ground: when flag clicked forever go to x: scrollx*-1 +2 y:0 the "scrollx" is a variable You have to put +460 for your second ground then add 460 from then on. Pretty tricky. the sprite is simple though. sprite: when right arrow pressed change scrollx by 1 when left arrow pressed change scrollx by -1 The sprite does not move but the platform does. If you want to switch cotumes I just put in: change scrollx by 5/-5 after a couple of costumes switched and did it 3 times. Look at the script if I'm not clear.

(view all replies)
Comment Reply

halodude halodude 4 months, 4 weeks ago

Yes the platform has to be a sprite of it will not move. You could select the backround as a sprite too though.

(view all replies)
Comment Reply

SpartansCreed SpartansCreed 4 months, 4 weeks ago

did u just like make a super large sprite for the ground and then have the x possition of the ground change while chief stands still and switches costumes...?

(view all replies)
Comment Reply

bjjones13 bjjones13 4 months, 4 weeks ago

how do you make scrolling games?

(view all replies)
Comment Reply