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

Ninto's Comments

Back to Ninto's profile

Thanks! Much better! :]
Couldn't you change the 'delete'-button? 'Cause on a mac it's impossible to use. ;]
You could also call it 'F-ZERO' if it wasn't already taken. ;]
The reason that the tutorial is laggy is that you keep loading the images every loop. In other words you only has to call the 'updateImage()'-method in the constructor. And you can also just say: 'public void updateImage() { ' setImage("CyanspherespeechTut"+ image +".png"); '}
And after every loop it goes back to the first one! =] Pretty strange actually...
The tutorial is really laggy for me...
Thanks BlackholeGF :) And one of the only reasons to that all that stuff isn't in the game is that I just wanted to upload it now =]
No, not in the same folder, but might it cause a error if they are in different folders (like "BG/1.png" and "MASK/1.png")? I think I'll try to uploading the source again...