Game maker rotating sprites tutorial
Loading...
8,724
Loading...
Uploader Comments (painkilleredx)
Video Responses
This video is a response to game maker rotation tutorial (and movement)
see all
All Comments (70)
Loading...
How do you rotate sprites wtih a keyboard instead?
ZeckRichards 1 month ago
@ZeckRichards if keyboard_check(the key you want)
{image_angle+=1}or -=1 if you want and the number 1 determines the speed of the turning you can also use 0.X to make it turn slowly.example
if keyboard_check(vk_left)
{image_angle+=1}
painkilleredx 1 month ago
how do i make the object rotate by letters
erezdollev 7 months ago
@erezdollev Like a tank?to turn?
painkilleredx 7 months ago
i want my char to rotate 90 degrees on both sides(up and down) with da help of da mouse
xQFxifagodatyaho 8 months ago
@xQFxifagodatyaho Il look into that when i have some time and il make a tutorial or tel you what to do....
painkilleredx 8 months ago