CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Handling multiple objects

There are objects which are sets of objects:

Athlete:

Head (Circle)
Trunk (Square)
Left and Right arms (Squares)
Left and Right legs(Squares)

To move an athlete you would have to:

erase each object
place each object
show each object

Use a Stage object instead!