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

Report as inappropriate.

helen
helen presents ...

2008/11/21

SnakeAnts

contral the ant with the arrow keys

do not eat your tail

there are 9 levels currently
I think I have them all working now

4468 views / 593 in the last 7 days

Tags: game with-source snake codepoint-08-school-16+

open in greenfoot
Your browser does not support the canvas tag.
helenhelen

2008/11/21

My problem is that I can find how to add a speed slider
mikmik

2008/11/21

You have two options: You can adjust your own speed slider (before export) to the slowest setting that still runs it nicely on your machine (before it starts to slow down too much), and then export as before. That should make it slower for everyone. Or you can uncheck the 'Lock scenario' checkbox in the Export dialogue in Greenfoot. This will give your scenario in the Gallery the speed slider and allow users to adjust the speed themselves.
A new version of this scenario was uploaded on Sat Nov 22 03:03:16 UTC 2008
helenhelen

2008/11/22

thanks
mjrb4mjrb4

2008/11/23

Even with the speed slider this still seems either very fast or very jerky. Making everything move in much smaller steps will make the whole game appear far smoother.
A new version of this scenario was uploaded on Mon Nov 24 14:38:35 UTC 2008
A new version of this scenario was uploaded on Mon Nov 24 15:14:23 UTC 2008
delmardelmar

2008/11/26

This does not go to the second level for me. If I clear the first screen, it crashes. The reason is incorrect capitalisation in the name of an image file. You image file names end with a suffix in capitals (e.g. "EndLevelOne.JPG"), but in your source code you write the suffix in lowercase ("EndLevelOne.jpg"). This works on Windows (because the Windows file system is not case sensitive) but not in other systems, such as inside applets. This is why it fails in the Gallery. The fix: make sure your image file names in your source code EXACTLY match the names in your file system.
A new version of this scenario was uploaded on Wed Nov 26 19:45:43 UTC 2008
helenhelen

2008/11/26

Thanks I had not relized that windows was not case sensitive and there for had not thought to check that

See all comments

Want to leave a comment? You must first log in.

Who likes this?

No votes yet.