Game Maker Platform-Game Tutorial PART4 [healthbar and view]
Loading...
851
views
Loading...
Uploader Comments (AkoyaP6618)
see all
All Comments (17)
-
why make my player a "moonwalk" when i press fast from left to right or right to left? :S
-
@AkoyaP6618 can u tell me how to make game like this? /watch?v=kTkITwqp1vA&feature=r
elated the light following player and pickup the gun.. :)
-
a and b please
Loading...
how to make it shoot? :O
AllSizeXtraSmall 6 months ago in playlist More videos from AkoyaP6618
@AllSizeXtraSmall
example:
"Press E - Event":
change sprite (your animation)
check var right ( you have to make a variable for example "right" on right button it's true, on left button its false) if var = false -> create moving object (your bullet) -> x= player.x y = player.y direction=0 if var = true -> create moving object (your bullet) -> x= player.x y = player.y direction=180
AkoyaP6618 6 months ago
@AkoyaP6618 wow.. it's work!.. but i want to ask 1 more question.. how to make enamy.. shoot @ me? :O
AllSizeXtraSmall 6 months ago
@AllSizeXtraSmall
I'll post a video as an videoanswer to this video ;)
AkoyaP6618 6 months ago
@AllSizeXtraSmall
if you want i can make more tutorials, ask only ;)
AkoyaP6618 6 months ago
@AkoyaP6618 can u make a tutorials? :)
AllSizeXtraSmall 6 months ago
@AllSizeXtraSmall
youtube.com/watch?v=S82vDfC1asA
one example for an shooting enemy...
AkoyaP6618 6 months ago