[4.1]How to disable in scrolling platformer warping screen at the top side?

darkhog

New member
In my game I want top side to act like ceiling (do not wrap to upper screens) - how can I make it so?
 

dale_coop

Moderator
Staff member
Might be somewhere in the handle bounds asm script.
(Sorry darkhog, I can’t make any test to confirm you and be more specific, right now, I am not with my pc)
 

darkhog

New member
That much I've figured out myself, the problem is which lines should I change.

By the way, don't I know you from GDevelop forums? I feel like that's the case.
 

chronosv2

New member
Looks like Line 27 of Routines\Basic\ModuleScripts\MainScripts\BoundsHandlers\DoTopBoundsUpdate.asm but I'm not sure exactly how that should be edited to keep you from wrapping around and just falling off the bottom of the screen.
 

dale_coop

Moderator
Staff member
Just saw that Joe released a video about those scripts, today:
https://youtu.be/5bQ3vHtn91I
 
Top Bottom