January 21st, 2012, 11:33 AM
I am not completely sure how to create a formula that will detect if your x,y cord is out of bounds on this background, is it distorted ? what shape is the walkable area? I have started looking at...
January 21st, 2012, 11:26 AM
sorry never used forums much here is vb6 code i used to try to solve this problem
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
'calculate the top y...
January 21st, 2012, 11:20 AM
Alright, my primary problem is my collision detection is slightly off and locks the sprite in the corner to the far right. My background is attached to this comment.
<\code> public void...
January 20th, 2012, 08:19 PM
Hello I am in grade 12 programming("ICS4U") and I have decided to create a game in Java for my end term project/exam. I have collected an image off the Internet because I like its perspective. I will...