HUD problems.

Sorry but there is no help area, and I need help.

Working on an Adventure game. Just the basic stuff loaded. When I do not have Use Sprite Zero Detection checked, my HUD will load, but only on even X boards (example X = 0 Y = 11, X = 2 Y = 11). If I select Use Sprite Detection, then the game loads but just goes to a random screen and locks up, does not display my character or some of the HUD components.

Thanks.
 

TurtleRescueNES

Active member
I fell into the same trap. The module youare usong requires sprite zero to be enabled and set up properly. Joe's tutorials show the settings, so follow them and your HUD should work properly. Oh, and be mindful that a common setup error is you need your game object tile to be non-transparent. If you follow the steps. In the tutorial, just make sure your bottom right game objects bmp tile is a solid color.
 
Top Bottom