Clickteam Fusion 2.5

Clickteam Fusion 2.5

Blaze Dragon Jan 22, 2017 @ 6:43am
How do you make an auto-scrolling background?
Greetings, new to clickteam fusion 2.5 so I apologize for my "noob-ness". I am attempting to make an old school 2D driving game. I want to make the background which is picture of a road, auto scroll vertically. To simulate driving. The player obj would be stationary and moved to different points from a top-down view via the arrow keys. I've attempted to go into event editor and create an "Always", then storyboard controls and select scrollings center vertical position of window in frame. I then calculate the center and save.

However when I execute to test, the background is still stationary...

Can anyone help?
< >
Showing 1-8 of 8 comments
Xsoul Jan 22, 2017 @ 9:08am 
I think there is a way with offset but I do not remember how
Check online tutorials

My way is to have 2 times the same background and when first background is out of screen second one comes in ^^
Blaze Dragon Jan 22, 2017 @ 5:04pm 
How do I do that? I can't even get the background to move :S I've attempted to search for tutorials. Looks like the clickteam community website is down and I can't find anything on reddit. Most of the videos online show how to follow an object with the camera or do a parralax scrolling background for a side scroller.
Bree Jan 22, 2017 @ 9:50pm 
There used to be a bunch of doodle jump tutorials but it looks like all the videos were taken down. Not sure why but it's easy to do.

All you have to do is make your background an active and place one starting on the main frame then say something like Always position object to object's current Y position -1 (or + depending on which way you want it to scroll).

Then you will have to add things like, if it reaches a certain Y position, to reposition it. You can duplicate the background and lay them one underneath each other so they keep "following" each other.

That will get your started at least!

I would have sent you here but the video is gone =/

https://community.clickteam.com/threads/96331-Endless-Runner-Game-Tutorial (taken down for some reason)

https://community.clickteam.com/threads/96353-How-to-make-doodle-Jump-Tutorial (this is gone too?)
Last edited by Bree; Jan 22, 2017 @ 9:51pm
Blaze Dragon Jan 23, 2017 @ 2:39pm 
Originally posted by Beej:
There used to be a bunch of doodle jump tutorials but it looks like all the videos were taken down. Not sure why but it's easy to do.

All you have to do is make your background an active and place one starting on the main frame then say something like Always position object to object's current Y position -1 (or + depending on which way you want it to scroll).

Then you will have to add things like, if it reaches a certain Y position, to reposition it. You can duplicate the background and lay them one underneath each other so they keep "following" each other.

That will get your started at least!

I would have sent you here but the video is gone =/

https://community.clickteam.com/threads/96331-Endless-Runner-Game-Tutorial (taken down for some reason)

https://community.clickteam.com/threads/96353-How-to-make-doodle-Jump-Tutorial (this is gone too?)


Thank you, I'll give it a go
haha nerds... Jan 25, 2017 @ 5:12pm 
If you're using layers you can have a counter add 1 every tick, then set the layer's X or Y position to the counter's current value using the Layer Object

Make sure to also reset the counter at whatever value you want the background to loop at (in my case 32, as the repeating background is 32 pixels wide), or it will just scroll by once.
Last edited by haha nerds...; Jan 25, 2017 @ 5:28pm
Originally posted by Blaze Dragon:
How do I do that? I can't even get the background to move :S I've attempted to search for tutorials. Looks like the clickteam community website is down and I can't find anything on reddit. Most of the videos online show how to follow an object with the camera or do a parralax scrolling background for a side scroller.
Honestly you need to learn more about programming with clickteam before moving on from this point. Sorry.
haha nerds... Jul 31, 2021 @ 3:04pm 
Originally posted by frog:
Honestly you need to learn more about programming with clickteam before moving on from this point. Sorry.
Well, this thread is from over four years ago, so he might be able to do it by now.
Blaze Dragon Aug 3, 2021 @ 1:25pm 
Originally posted by haha nerds...:
Originally posted by frog:
Honestly you need to learn more about programming with clickteam before moving on from this point. Sorry.
Well, this thread is from over four years ago, so he might be able to do it by now.
sadly no
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Jan 22, 2017 @ 6:43am
Posts: 8