Pages: 1
Topic closed
Is there any kind of tutorial for making a platformer without censors? I can't really figure it out.
Offline
Harakou wrote:
I'm pretty sure the example scrolling game in the example projects folder doesn't use sensor sprites at all.
Ya, but you can easily go through the walls.
Offline
people think that you have to make a script for every platform, but you dont. just do this: if green flag clicked, forever, if touching color black, blah blah blah. (black or whatever color your platforms will be)
Offline
This engine does not require sensing sprites, you can take a look at that I guess.
Offline
frizzlepuss893 wrote:
people think that you have to make a script for every platform, but you dont. just do this: if green flag clicked, forever, if touching color black, blah blah blah. (black or whatever color your platforms will be)
I'm talking about the 4 censors used so you can't go through walls, like right, left, top and down.
Offline
Kileymeister wrote:
This engine does not require sensing sprites, you can take a look at that I guess.
Thanks
Offline
My 1s1s1c1pixel infinite scroller uses only math to sense. Wasn't too hard to figure out, but if you want to apply it in another area, it would be more difficult.
Offline
Topic closed
Pages: 1