Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~325 People Reached
Favorite Forums
Member Avatar for oXHutchXo

i tried this, [CODE] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { int carX = 178; int carY = 161; public Form1() { InitializeComponent(); this.KeyDown += new KeyEventHandler(Form1_KeyDown); this.KeyUp += new KeyEventHandler(Form1_KeyUp); …

Member Avatar for AlickIMAGE
0
158
Member Avatar for oXHutchXo

so basically im trying o make a game like this: [url]http://www.addictinggames.com/parkthiscar.html[/url] but i only have found ou how to turn the car by 90 degrees each time (props to farooqaaa) so how do i change the car angle by using keydown method?

Member Avatar for farooqaaa
1
46
Member Avatar for oXHutchXo

Sooo im doin this project for school and im super stuck on the keydown command, i dont know how to get it to work at all! my teacher is also has learned c# but forgot alot of it. so basically i want it so that if i press the up …

Member Avatar for oXHutchXo
0
121