I believe the problem is that there are gifs, but I'm using the lastest greenfoot version and I optimized them all, so I don't know why this is happening.
Do I really need to convert the gifs to separate frames ? :(
Tested -- as soon as all wait methods were removed, upload initialized almost immediately.
Thank you for your answer, but I'm a beginner to greenfoot, could you show me an example of what you think is the best way to replace a wait method ?
Again, thank you really much :)
Hey, so I changed every single class that had wait like you said, but there are 2 problems :
1 : the collisions with trees don't work anymore : if I hit a tree on the side, I will go down, and if I hit a tree on the bottom, i will be able to walk trough it.
2: the game still doesn't want to launch
that's really weird, idk what to do
(1) Show current Boy class codes (or indicate you copy/pasted what I gave above);
(2) Make sure to remove wait from ALL classes.
Collisions are fixed, thanks, but even after I removed the Wait from all Worlds, it still won't launch
I tried to review all actors entirely but didn't find anything, do you know what could be happening ?