Greenfoot

Descripción

GCSE (7. Programming) Computer Science Fichas sobre Greenfoot, creado por Zoe CB el 01/04/2016.
Zoe CB
Fichas por Zoe CB, actualizado hace más de 1 año
Zoe CB
Creado por Zoe CB hace alrededor de 8 años
44
0

Resumen del Recurso

Pregunta Respuesta
Moving according to arrow keys if(Greenfoot.isKeyDown("up")){ setLocation(getX(), getY()-1); } if(Greenfoot.isKeyDown("right")){ setLocation(getX()+1, getY()); }
Moving around randomly if(Greenfoot.getRandomNumber(100)<20){ move(2); } if(Greenfoot.getRandomNumber(100)<20){ turn(-90); move(-2); }
"Eating" Actor Zoe = getOneObjectAtOffset(0,0, Food.class); if(isTouching(Food.class)){ HouseWorld houseWorld houseWorld = (HouseWorld)getWorld(); removeTouching(Food.class); }
Playing a sound Greenfoot.playSound("pop.wav");
Counter (at the end of the code for "eating", still in the if statement)
Counter (in the code for the world)
Mostrar resumen completo Ocultar resumen completo

Similar

Computing Hardware - CPU and Memory
ollietablet123
SFDC App Builder 2
Parker Webb-Mitchell
Data Types
Jacob Sedore
Intake7 BIM L1
Stanley Chia
Software Processes
Nurul Aiman Abdu
Design Patterns
Erica Solum
CCNA Answers – CCNA Exam
Abdul Demir
Abstraction
Shannon Anderson-Rush
Spyware
Sam2
HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Data Analytics
anelvr