Build a basic application that contains an image that is also a button. The button has two parameters: the variable name and image location. Replace the first text parameter with "raptorLogo" and the second with a location of "media/Dinosaur/Raptor.png".
After selecting to run this form app, similar to the chart apps, the stop button should be used to end the program.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Switch to Next Tab CTRL + ]
Switch to Previous TabCTRL + [
Blocks
Hint
Great job!
Try again
First, drag over the add button action block. The block adds the button to the page object and should be placed after the page object is made. Finally, change the text to the words raptorLogo and the location to media/Dinosaur/Raptor.png.