Android
Active member
- Joined
- Mar 6, 2007
- Messages
- 35
- Programming Experience
- 1-3
I have a program that moves a textbox across the screen. I have written 4 subs to move the textbox in each direction, these enable a timer that increments or decrements the x or y depending on where it is going on each tick. once it is in position the timer disables itself.
The problem i am having is that if it want it to move up, then right i cant just call both subs as the move right overwrites everything for the move up and so it just moves right ignoring up completely. Also i dont want the program to continue until the text box reaches its destination, is there anyway that i could make the program wait until textbox stops moving before continuing on?
Although my profile says .net 2, for this project im using .net 1
Thanks
The problem i am having is that if it want it to move up, then right i cant just call both subs as the move right overwrites everything for the move up and so it just moves right ignoring up completely. Also i dont want the program to continue until the text box reaches its destination, is there anyway that i could make the program wait until textbox stops moving before continuing on?
Although my profile says .net 2, for this project im using .net 1
Thanks
Last edited: