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

Report as inappropriate.

thilakbmt
thilakbmt presents ...

2015/3/18

The Alphabet

Click on the bubbles and Practice the English Alphabet.
Thilak Dhanawardena,
NWP / Maho / Bamunugama K.V. Nagollamaga.
Sri Lanka.
I thankfully mention ***Oracle Academy***

1225 views / 6 in the last 7 days

Tags: game

There is no HTML 5 translation of this scenario available.
View legacy version (requires Java plugin)

This scenarios uses Java features that are not available for use after conversion to HTML 5. Please try the legacy version, which requires the Java plugin to be installed.

A new version of this scenario was uploaded on 2015-03-18 16:41:09 UTC
lordhersheylordhershey

2015/3/18

It looks nice. I think you might want to find a way to keep the letters up-right while they move. This can be done by holing onto the move angle in the act method, setting the rotation back to 0 at the end of the act and at the beginning of the act method restore the rotation. eg int angle; //Set this on construction instead of calling setRotation() int act() { setRotation(angle); .. move and do stuff - additional rotations and moves - etc... //do this just before you leave the routine angle = getRotation(); setRotation(0); return; }
A new version of this scenario was uploaded on 2015-03-18 17:13:49 UTC
thilakbmtthilakbmt

2015/3/19

Thank you so much. I ll try it.

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

Who likes this?

No votes yet.