|
|
<andrewtitus@alltel.net> wrote in message
news:buOdnQBlGeFjBJzZnZ2dnUVZ_v-dnZ2d@giganews.com...
> Iam writing a animation program that lets a star move accross the screen
> and
> bounces off the edges of the display. The problem Iam having is getting it
> to let me creat a rectangle and test to see if it hits border. I get six
> errors with this one problem. Can someone please point me in the right
> direction.
>
Source code would be a lot more helpful than bytecode in diagnosing your
problem....
Also, have you considered walking through your code with a decent debugger?
The problem should become clear if you step through the code carefully;
you'll probably find a variable that has the wrong value at a given point in
time and then deduce what you did to give it the wrong value, fix the code,
and then see that it works.
[snip bytecode or what that was]
--
Rhino
|
|