In the StoryApp/Images/ModifierIcons directory I've added the following icons:
ModifierButtonFollowTangent.png
ModifierButtonPerspectiveGround.png
ModifierButtonPerspectiveSky.png
ModifierButtonRotateLeft.png
ModifierButtonRotateRight.png
ModifierButtonZoomLarger.png
ModifierButtonZoomSmaller.png
These icons are buttons that get added to the foreground image list at the end. When the user presses one or multiple of them while selecting pressing on one or multiple foreground images, the modifiers preforms the set tasks.
---> Follow Tangent: This will cause the image to rotate along the tangent of the curve they are creating by moving their finger, like a car going up and down a hill, or a missel flying around the screen.
----> Perspective Ground: This causes the image to get smaller when moved up on the screen and larger when moved down.
---> Perspective Sky: This causes the image to get larger when moved up on the screen and smaller when moved down.
---> Rotate Left: Rotates the image in the direction of the arrow, using the point of rotation the place the user is touching the image.
---> Rotate Right: Rotates the image in the direction of the arrow, using the point of rotation the place the user is touching the image.
--->Zoom Larger: This causes the image to get larger while pressing. Use the place where the user is touching the image as the center of zoom.
--->Zoom Smaller: This causes the image to get smaller while pressing. Use the place where the user is touching the image as the center of zoom.
In the StoryApp/Images/ModifierIcons directory I've added the following icons:
ModifierButtonFollowTangent.png
ModifierButtonPerspectiveGround.png
ModifierButtonPerspectiveSky.png
ModifierButtonRotateLeft.png
ModifierButtonRotateRight.png
ModifierButtonZoomLarger.png
ModifierButtonZoomSmaller.png
These icons are buttons that get added to the foreground image list at the end. When the user presses one or multiple of them while selecting pressing on one or multiple foreground images, the modifiers preforms the set tasks.
---> Follow Tangent: This will cause the image to rotate along the tangent of the curve they are creating by moving their finger, like a car going up and down a hill, or a missel flying around the screen.
----> Perspective Ground: This causes the image to get smaller when moved up on the screen and larger when moved down.
---> Perspective Sky: This causes the image to get larger when moved up on the screen and smaller when moved down.
---> Rotate Left: Rotates the image in the direction of the arrow, using the point of rotation the place the user is touching the image.
---> Rotate Right: Rotates the image in the direction of the arrow, using the point of rotation the place the user is touching the image.
--->Zoom Larger: This causes the image to get larger while pressing. Use the place where the user is touching the image as the center of zoom.
--->Zoom Smaller: This causes the image to get smaller while pressing. Use the place where the user is touching the image as the center of zoom.