Discord
Login
Community
DARK THEME

Can someone help me move this goomba?

Yes, I am making Super Mario bros in microstudio but it is the game. gurg0 was finishing up, but I think the school blocked microstudio. And I tried to many ways, and nothin. Here is the game (the one in public): https://microstudio.io/i/Tiberius/supermariobros/

oh, thanks. :)

But still, Is there a way to move the goomba? Or is it not possible right now, I can show you the code what gurg0 started,

goomba = class

constructor = function(x,y) this.x = x this.y = y this.size = 16 this.direction = "none" end

update = function()

end

draw = function() screen.drawSprite("goomba", this.x - camera.x, this.y - camera.y, this.size, this.size) end end

I hope this helps, you can make or something to make the goombas move.

Thanks! :)

But, There are some issues, mario is floating, goombas are a little low to the ground, and I can not step on the goombas to make him disappear, and if you can be very helpful if you make the goombas go to the other direction if hit by a block. Sorry for the issues. I hope you can help

Please, I worked hard for this game. 🥺

That is great! Thank you. :)

The only thing is, I can not step on the Goomba anymore. (to make goomba disappear) :(

And where did you code the part where goomba was higher up?

Great! All of it is done! The last thing is, When you touch the goomba, (on the sides) you do not die. That is a problem. I hope this not making you stressed out, I am sorry if it is. :(

https://microstudio.io/i/Loginus/supermariobros2/ - Collisions with the side of the Goomba

Loginus, I can not thank enough for doing this. Thank you, thank you. :)

And also, would you like to work with me and TwiceUponATime, gurg0, ItsRPixelG, and AGameProgrammer for a project that works with Matter.js, and work with us. I would love to hear your answer. :)

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community