
May 15th, 2012, 12:33 AM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 1
Time spent in forums: 40 m 16 sec
Reputation Power: 0
|
|
|
Making a small game in delphi, need help with movement.
I'm basically making a small game, it involves click and kill mechanics. The image must start off the screen (not visible) then it must move in a random direction onto the screen. Once it goes off the screen (or clicked) it will respawn again onto one of the sides (off the screen) and will again go in a random direction (one of 8 directions). A number will be added to the score, but this isn't really relevant (it's fairly easy to pull off). The image will also have random sizes (within a certain thresh-hold).
I tried to do this, several attempts at it actually, but I can't seem to get what I want to happen. Ive looked all over the internet and can't find a solution. I am a bit of a noob. The code for how to pull off some of this would be extremely helpful.
Thanks.
|