You are on page 1of 12

Introduction

09/22/16
A+ Computer Science - www.apluscompsci.com

3-D programming environment


Introduction to object oriented programming
Drag & Drop
REAL PROGRAMMING!

09/22/16
A+ Computer Science - www.apluscompsci.com

Objects

Methods

The
World

Events

Program Code

09/22/16
A+ Computer Science - www.apluscompsci.com

Click Here
09/22/16
A+ Computer Science - www.apluscompsci.com

The World

Object
Controls

Camera Controls
Object Library
09/22/16
A+ Computer Science - www.apluscompsci.com

Click

09/22/16
A+ Computer Science - www.apluscompsci.com

Objects have properties that let us


change how they look
We can also change the properties
by dragging them into the code
window

09/22/16
A+ Computer Science - www.apluscompsci.com

I am an
object!
Methods are things that an
object knows how to do.

takeTest
waitForBus
textMessageFriend
walkGirlfriendToClass
09/22/16
A+ Computer Science - www.apluscompsci.com

09/22/16
A+ Computer Science - www.apluscompsci.com

Shows you the direction of


forward, up, and right for this
object.
Where the 3 lines intersect is
the objects center and it will
rotate around that point.

09/22/16
A+ Computer Science - www.apluscompsci.com

Allows you to move


the individual pieces
of an object.

09/22/16
A+ Computer Science - www.apluscompsci.com

Create a World where


you have
5 Landscape objects
5 Character objects
Complete a scene
where objects

09/22/16
A+ Computer Science - www.apluscompsci.com

You might also like