This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
ive just downloaded game maker 2 and i trying to make my first game im fowling a tutorial https://www.youtube.com/watch?v=28pEbQ_TIcQ . it easy to follow and i understand it but i cant even get my first sprite to move with my keyboard . im sure ive just missed something simple but can anyone tell me why it wont work ?
if (keyboard_check(vk_right)) x = x 4;
if (keyboard_check(vk_left)) x = x - 4;
if (keyboard_check(vk_up)) y = y - 4;
if (keyboard_check(vk_down)) y = y 4;
image_angle = point_direction(x,y,mouse_x,mouse_y);
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/gamemaker/c...