Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Mouse mouse Button Lab 1.2 Image Loading & Interaction (10 points total) 1. For this exercise, you will learn how to create simple shapes, load
Mouse mouse Button Lab 1.2 Image Loading & Interaction (10 points total) 1. For this exercise, you will learn how to create simple shapes, load images, filtering images and interaction using mouse and keyboard. mouseClicked) 2. First, find two user interface (UI) images of iPhone (or Android phone) mouse Dragged() and one image for an icon (or any small size image). mouseMoved mouse Pressed() 3. Create a new processing file mouse Pressed phoneGUI12_yourLastNameFirstnamelnitial.pde. mouse Released() 4. mouseWheel() Setup the size of your Processing window. Review Ul size for your target devices (e.g., iPhone 6S vs S6 Edge). Link to iPhone Ul specification: 1. 2. 5. Load one Ul image as a background. 6. Add an interaction (mousePressed() and mouseReleased()). 7. Add any primitive shape (e.g., rect) and associate this shape with Sample code keyPressed. When a specific key is mapped/pressed, make the shape shown in appear. next page 8. Your work Add another keyPressed() to show an icon (or image). should be 9. In addition to display an image/shape, add an image filter when a key better than is pressed. the example. 10. Total mark is 9 points (technical 6 points, uniqueness/style/creativity 5 points) Save it as phoneGUI12_yourLastNameFirstnamelnitial.pde
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started