CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
// This function draws one frame: mycircle.place(x,y); // put circle in place mycircle.show(); // show the circle coordx.say(x); // write coordinates in boxes coordy.say(y);