Need help with a few (simple?) things.
Right, so I'm new to C#, and coding in general (I have some experience in Pascal, of all things). I'm trying to make an app which I believe will be pretty simple to do. I have figured out on my own how to draw sprites to positions on the screen (though very inefficiently, but whatever).
What I need to know:
How to make "button" objects which react to touch, and can be pressed at the same time as multiple other buttons. Alternately: track the touch-state of the screen in certain bounding boxes, pretty much mimicking buttons.
How to tell the program to play a sound when certain buttons are pressed, and not stop that sound when other sounds are played.
And really, that's about it. No collision detection, shading, or anything like that. It seems simple enough to me, so I'm hoping maybe someone can help me out.
Last edited by Fallenarms3; 10-18-2009 at 03:31 PM.
|