|
|
Browse by Tags
All Tags » Sprite » Buttons
-
Hymake,
I think the problem is largely due to you drawing the button as a sprite. I added two lines to your program. The button.Button.Show() actually draws the button as a sprite on the screen. This is very important step - as this makes the button sprite something that can be interacted with. Notice... that you still ...
-
Again, thank you for the neat program.
I may see the logic behind the actual drawing or capture of the button if I study your code long enough but I am missing an important point.
When I try to use your Function MakeButton, I end up seeing a button being drawn in the upper left corner of the screen as the screen loads. I am setting up several ...
-
Here's a slightly improved version of Buttons.
|
|
|