Pocket Burning Sand

neilnapier

Active Member
Licensed User
Longtime User
I am making a clone of Burning Sand for Pocket Pc and have a few questions that need answered.

1. Is is possible to have a stylus drag accross images instead of clicking on them to make them change colour (in my case)?

2. How to you make a resart button.

Thanks for the help!
 

Attachments

  • PPCBS.zip
    19.5 KB · Views: 194

RandomCoder

Well-Known Member
Licensed User
Longtime User
I've had a very quick look at your first question. I think that you need to tackle the problem in a slightly different way.
The Form doesn't recognise any mousemove or mousedown events when obstructed by controls. It might be better to draw directly on the form.
Have a look at my IconEditor example which can be found here http://www.b4x.com/forum/showthread.php?t=585&page=2 (bottom of second page), its nowhere near finished but might help you with what you are trying to achieve.

Regards,
RandomCoder
 

neilnapier

Active Member
Licensed User
Longtime User
I have posted my program on the FSG website 9falling sand game) as an open source so all of these questions have been answered. The program is much more efficiant now. Thanks for the suggestion.
 
Top