Greenfoot

Description

GCSE Computer Science (7. Programming) Flashcards on Greenfoot, created by Zoe CB on 01/04/2016.
Zoe CB
Flashcards by Zoe CB, updated more than 1 year ago
Zoe CB
Created by Zoe CB about 8 years ago
44
0

Resource summary

Question Answer
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)
Show full summary Hide full summary

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