Sprites wont load until i edit a value?
I have a background color sprite, 3 maps, and a player sprite but nothing will work until I edit any of them in some way when i restart the game? It's a top-down RPG game where the maps move around you and the player has 4 direction sprites and an idle. Not very experienced, have mercy.
Hard to guess. Can you post the link?
The "source" file has identical function names to those in the "player" file.
Functions from the "source" file overwrite functions from the "player" file and micro studio constantly calls functions from the "source" file (the "update" function)
Change the names of the functions in the "source" file and you will see that there is a player character and it responds to pressing the keyboard.