Need help with this code, I want the options to spawn at separate coordinates and for the yellow cursor box to be around the ‘Play’ option. Ignore the background, it’s just a placeholder and the coordinates are already in the code as well as the variables. Also, when I tried to run this code, the sim threw an error: sim error - failed cast on null.
Turns out, When you start up the game, you have no sprite to start out with. You never made the Cursor Sprite yet. When you told the CursorSprite to go to a position, the code was confused because the cursor sprite wasnt made yet. You never put in your startup function.
No @Dreadmask197, I don’t need that (yet), I’m just trying to make the cursor sprite move from option to option. It’s not fully done but then again just ask if you want to check it.