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

AnJoMorto

Welcome to my page

AnJoMorto's scenarios

This user has not made any scenarios.

Recent Comments | Show All

You should prevent the player to go back. Just adding a "&& this.getRotation() != 270" in the down command, !=90 in the up command, !=180 in the right command and !=0 in the left command. It would prevent the player to go back and kill himself against his own neck aha
@danpost oh yes I see. I only had the base code of the ImageScrollWorld from your scrolling tutorial (https://www.greenfoot.org/scenarios/18226). I just added the methods to add a scrollable object, and it works now. Thank you very much!