6.3.5 Cmu Cs Academy

In CMU CS Academy, exercise 6.3.5 Triforce is a programming task in Unit 6 (Groups & Motion)

Inside the onStep() function, you update the object's position by adding these dx and dy values to its current center coordinates. icon.centerX += icon.dx icon.centerY += icon.dy 3. Implement Boundary Bouncing 6.3.5 Cmu Cs Academy

Here’s a you could implement for 6.3.5 that fits the spirit of CMU CSA (using Rect , Circle , onMousePress , onKeyHold , etc.): In CMU CS Academy, exercise 6

Understanding how to pass the correct arguments (the list of x-coordinates and the list of y-coordinates) is the core coding challenge of this unit. In CMU CS Academy