Fill This Form To Receive Instant Help
Homework answers / question archive / ALICE 2
ALICE 2.5 programming Assignment
Project 7 - Winter 2022 CCBC CSIT111 W02 10921 Logic and OO Design (I) - Community College of Baltimore County
Project 7
Instructions
Stop and Start
Choose a ride object other than the carousel from the Amusement Park gallery that moves in a circular pattern (a round-and-round manner, like the Ferris wheel). You can use the Ferris Wheel.
Create a method that performs an animation appropriate for the ride object selected or use one of the preset methods if it exists.
Then create a way to start and stop the ride using the "While something is true "EVENT" (do not use a while statement).
Include comments for each major instruction in your program.
This assignment assesses objectives 1, 3, and 5.
Hints:
The animation for the ride object must not have any loops on its implementation.
The loop action is performed by the "While something is true" EVENT.
There should be only ONE "When the mouse is clicked on something" event or "When a key is typed" event.
There should be one method called
The user has to have the ability to start/stop the ride as many times as she/he desires. Think about using a Boolean value - a switch: when it is on, the ride starts; and when it is off, it stops
Name your World as follows: YourName_Project7.a2w
Please download the answer file using this link
https://drive.google.com/file/d/115JCsvyLqb3q57aqh6eiqjl2nqZNjzg_/view?usp=sharing