Problems with scrolling platformer

JGior7179

New member
I am having an issue getting the scrolling platformer working, and I was hoping someone could help me.

When I test my game it brings me to a broken version of my second screen (not the screen the player is set to) with no sprite loaded.

I believe I have the sprite zero and hud/playable set properly. However the proper board and sprite load when the sprite zero is disabled.

Any thoughts as to why this might be happening? Thank you in advance for any help!!!
 

JGior7179

New member
Yes, I have it set exactly as what is shown. I deleted my project and started over with the same results. Is there any im formation I can provide to give you a better idea of what is happening?
 

dale_coop

Moderator
Staff member
Your Sprite Zero must be a non-transparent color. It’s the trick ;)
Check against screenshots on the linked topic.
Else could you share screenshots of yours? And screen and screen info ?
 

JGior7179

New member
Thanks I will try that. I think I may have that set to a transparent color. I will let you know, and thanks again for all your help!!!!
 

dale_coop

Moderator
Staff member
JGior7179 said:
This was the issue. Everything is working great. Thank you so much for your help!!!!

Glad it worked. No pbm ;) the sprite0 thing is new for us... (I've spent a lot of hours on it too :p)
 
Top Bottom