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

What is happening right now?

danpost

reply to Moves objects on stage

By danpost - 33 minutes ago
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).
danpost

reply to GifImage Unkown type: GifImage

By danpost - about 23 hours ago
thijmenvd wrote...
<< Code Omitted >> My greenfoot wont recognise type: GifImage, and it says Undeclared variable, I changed something in the code. Im new to this program whats the issue in this code?
Replace lines 11 thru 14 with the following: <Code Omitted>You need to have the GifImage class added to your scenario. If you have to, create any type class and replace all its code with the contents of the following file: greenfoot > lib > greenfoot > common > GifImage.java