In this video tutorial I show you how to use regular surfaces in gamemaker studio and why it is so powerful on second look.
▶ Gamemaker Studio:
▶ Trial limitations:
♥ My free game Clunky souls:
♥ My assets:
Get some assets at itch.io
♥ Support me and get fresh game art and game maker projects every month:
Follow me on:
Nguồn: https://bhutanjournals.com/
Xem thêm bài viết khác: https://bhutanjournals.com/game/
Alexis shady si vez esto respondeme
Nice example with the bullets to teach surfaces. I was just coming from reading about this in the yoyo docs.
Why not use:
if (surface_exists(o_surface.surface)) {
…
} else {
…
}
instead of checking two opposite conditions in two if statements?
https://media.discordapp.net/attachments/524235319046963201/639069743914942464/unknown.png
i got this when i did the o_surface, when i don't put the o_surface in the room the bullets are not moving.
+1 dislike
It is a pity that the video was not full of bullet code)). now I sit and think how to write the twist in the sleeve randomly arc of flight of shells and the like… :C But still, thanks for the video
Could you just draw to the surface in the Destroy event? Great video by the way, thanks!