Green foot

0.0(0)
studied byStudied by 3 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

Last updated 7:51 AM on 5/21/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Move via arrow key

If (Greenfoot.isKeyDown(“ ”)) {

setLocation( getX(), getY());

2
New cards

Turn when at edge

If (isAtEdge()) {

Turn(180);

Move(10);

}

3
New cards

Make an object move randomly

move(Greenfoot.getRandomNumber(10));

turn(Greenfoot.getRandomNumber(180) -90);

4
New cards

Eat

If (isTouching(car.class)) {

getWorld().removeObject(this);

}

5
New cards

Play sound

Greenfoot.playSound(“pop.wav”)

6
New cards

Stop

Greenfoot.stop();

7
New cards

Counter

Counter counter = (Counter)getWorld().getObjects(Counter.class) .get(0);

counter.add(1);

8
New cards

Sensible size for a word

(100, 100, 4)

9
New cards

What is an assignment

Giving something a value

10
New cards

What is a selection

if statement

11
New cards

Example of a superclass

  • World

  • Actor

12
New cards

Example of an inherited class.

World —> ground

13
New cards

What is a parameter

It is anything inside the bracket

14
New cards

What is method

Public void act

15
New cards

Example of a private property

counter (LOWER case ONLY)

16
New cards

Examplm of a parameter

Amount

Explore top notes

note
Chapter 1: Basic Economic Concepts
Updated 1320d ago
0.0(0)
note
yr 8 - history the dark ages
Updated 139d ago
0.0(0)
note
Confederation Lecture Vocabulary
Updated 305d ago
0.0(0)
note
Chapter 8: Solutions
Updated 1064d ago
0.0(0)
note
week 1
Updated 756d ago
0.0(0)
note
How to write a thesis for AP lit
Updated 427d ago
0.0(0)
note
Chapter 1: Basic Economic Concepts
Updated 1320d ago
0.0(0)
note
yr 8 - history the dark ages
Updated 139d ago
0.0(0)
note
Confederation Lecture Vocabulary
Updated 305d ago
0.0(0)
note
Chapter 8: Solutions
Updated 1064d ago
0.0(0)
note
week 1
Updated 756d ago
0.0(0)
note
How to write a thesis for AP lit
Updated 427d ago
0.0(0)

Explore top flashcards

flashcards
Morse Code
26
Updated 1199d ago
0.0(0)
flashcards
OMMIII Final Glossary Terms
33
Updated 829d ago
0.0(0)
flashcards
APUSH Ch. 17 + 18
33
Updated 466d ago
0.0(0)
flashcards
Purnell Model
21
Updated 1118d ago
0.0(0)
flashcards
Geology Exam II
87
Updated 409d ago
0.0(0)
flashcards
Unit 2: Population & Migration
61
Updated 131d ago
0.0(0)
flashcards
Honors Algebra 2- Vocab #1
22
Updated 576d ago
0.0(0)
flashcards
Morse Code
26
Updated 1199d ago
0.0(0)
flashcards
OMMIII Final Glossary Terms
33
Updated 829d ago
0.0(0)
flashcards
APUSH Ch. 17 + 18
33
Updated 466d ago
0.0(0)
flashcards
Purnell Model
21
Updated 1118d ago
0.0(0)
flashcards
Geology Exam II
87
Updated 409d ago
0.0(0)
flashcards
Unit 2: Population & Migration
61
Updated 131d ago
0.0(0)
flashcards
Honors Algebra 2- Vocab #1
22
Updated 576d ago
0.0(0)