From: | Rik Sweeney |
Date: | 23 Aug 2000 at 22:03:39 |
Subject: | Displaying Bobs |
Hi,
I've written a small program which displays a bob and moves it across
the screen. This works fine. I then attempted to move an array of two
bobs independently. The two bobs were displayed, but instead of one
moving one way and other moving the other way, both the bobs moved in
the same direction as the first. If I try and only move one of the
bobs (not the first one), nothing happens. The co-ordinates are being
updated but the bobs are not reflecting the change. The bobs' images
seem to be linked to the first one initialised. Does anyone know
what's going on here, as it's driving me mad.
Thanks
Rik