This site requires JavaScript, please enable it in your browser!
Greenfoot back
Aaron_Montalvo
Aaron_Montalvo wrote ...

2024/4/25

Moves objects on stage

Aaron_Montalvo Aaron_Montalvo

2024/4/25

#
Hello, I am new to using greenfoot, but now that I am making a game, I have a problem, I have an object called a block, but when I create three blocks, I create them and according to me I align them so that they are even at the same height, but at When it comes time to save the world, all the blocks are misaligned, how can I fix it?
danpost danpost

2024/4/25

#
Aaron_Montalvo wrote...
Hello, I am new to using greenfoot, but now that I am making a game, I have a problem, I have an object called a block, but when I create three blocks, I create them and according to me I align them so that they are even at the same height, but at When it comes time to save the world, all the blocks are misaligned, how can I fix it?
It would be best if you showed all codes related to the blocks, including the block class itself (and any existing parent class of the block class before the Actor class). Your world class code is also requested (world where misalignment occurred in).
You need to login to post a reply.