I found another solution to this problem..
I am trying to make custom button scripts from the UImageButton script.
However, when I duplicate and rename the script, the Normal, Hover, and
Press strings are no longer drop down options but become text entry lines.
I would like to know where those are set up so I can make them show
the drop downs like they do in the original script.
I found the UIImageButtonInspector script where it assigns the sprites
to the fields, but I am not sure if modifying it to work with my new and
renamed scripts is the best way to go. I was thinking of making a few
new UIImageButton references named mButton1... mButton2, so I
can refer to my new scripts. But, I am not sure if I am trying to do
too much.
I want to make custom button scripts for each button to do something
specific when they are pressed. Am I going about this the wrong way.