Neil Evans - IT 201-001 - Project 3
This is Neil's IT201 Project #3 NEW features include:
- Pressing 0 will toggle Normal Animation (along with updating text reflecting it's in that Animation State)
- Pressing 1 will toggle Reverse Animation (along with updating text reflecting it's in that Animation State)
- Redesigned Menu Panels that can be toggled to slide in and out with their respective yellow arrow buttons
- A "Stop Animation Toggle" that will stop any animation playing on the screen
- NOTE: This may need to be toggled when drawing new objects in due to a Unity updating issue (built-in (cannot be fixed))
- Change Object Opacity with Opacity Slider (only applicable to Cube, Sphere, and Cylinder objects)
- Toggle Random Opacity of shapes/objects being drawn
- Only applicable to Cube, Sphere, and Cylinder shapes/objects
- Opacity is based on Opacity slider and will be between completely transparent and wherever the slider is.
- An image on the second menu panel will change depending on what is selected in the dropdown
- If a prefab (Spongebob, Patrick, or Squidward) is selected, the image on the second menu panel will be a checkmark over the 3 sprites of the prefab's faces.
- If a primitive (cube, sphere, or cylinder) is selected, the image on the second menu panel will be a no symbol (circle-backslash) over the 3 sprites of the prefab's faces.
COSMETIC CHANGES:
- Color preview reflects opacity
- Timer and Mouse Position are static and separate entirely from menu panels
- Random Scale, Rotation, and Color toggles have been moved to menu panel 2 (the lower panel)
- Project info has been updated to reflect changes (instructions updated too)
SCROLL FURTHER TO READ OLD FEATURES
OLD features from Project #2:
- Toggle Random Scale of shapes/objects being drawn
- Toggle Random Rotation of shapes/objects being drawn
- Toggle Random Color of shapes/objects being drawn
- Only applicable to Cube, Sphere, and Cylinder shapes/objects
- Color is based on RGB sliders and will be between pure black and wherever the sliders are.
- Only applicable to Cube, Sphere, and Cylinder shapes/objects
- A real-time timer showing how long the program has been running (top-left)
- Real-Time Clock (based on EDT/EST timezone) in both analog and digital (with AM/PM) that only show when the prefabs are selected and being drawn
OLD features from Project #1:
- Display mouse position in realtime
- Ability to create objects with right-click
- Ability to destroy objects with left-click
- Change Shapes/Objects with the dropdown menu
- Change Object Color with RGB Sliders (only applicable to Cube, Sphere, and Cylinder objects)
- Toggle Timed Destroy of objects after 3 seconds with a check box
- Destroy all objects with the click of a button
- Color Preview of the color created using the RGB sliders (only applicable to Cube, Sphere, and Cylinder objects)