Welcome to Phrogram Sign in | Join | Help
in Search


Browse by Tags

All Tags » Sprite » Buttons
  • Re: A problem

    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 ...
    Posted to Phrogram Examples and Code (Forum) by christmaswhistler on April 17, 2007
  • Re: Buttons (again?)

    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 ...
    Posted to Phrogram Examples and Code (Forum) by Leoslocks on March 14, 2007
  • Buttons (again?)

    Here's a slightly improved version of Buttons.
    Posted to Phrogram Examples and Code (Forum) by Jamey on March 14, 2007