salut a tous j'aimerais bien savoir comment faire un mur ou des plate forme pour un jeu merci de l'aide
shorock96
hello everyone I would like to know how to make a wall or platform for a game thank you for help
sorock96
Offline
shorock96 wrote:
salut a tous j'aimerais bien savoir comment faire un mur ou des plate forme pour un jeu merci de l'aide
shorock96
hello everyone I would like to know how to make a wall or platform for a game thank you for help
sorock96
One of the easier ways to make a solid object would be to but something like this isnto your script:
when gf clicked forever if <key [right arrow v] pressed?> change x by [10] if <touching color of solid wall> change x by [-10] end end if <key [left arrow v] pressed?> change x by [-10] if <touching color of solid wall> change x by [10] endThe same theory works for jumping
Offline
Indiego wrote:
shorock96 wrote:
salut a tous j'aimerais bien savoir comment faire un mur ou des plate forme pour un jeu merci de l'aide
shorock96
hello everyone I would like to know how to make a wall or platform for a game thank you for help
sorock96One of the easier ways to make a solid object would be to but something like this isnto your script:
when gf clicked forever if <key [right arrow v] pressed?> change x by [10] if <touching color of solid wall> change x by [-10] end end if <key [left arrow v] pressed?> change x by [-10] if <touching color of solid wall> change x by [10] endThe same theory works for jumping
This is very useful for a pacman game, so then you won't get stuck in walls.
Offline
turkey3 wrote:
Indiego wrote:
shorock96 wrote:
salut a tous j'aimerais bien savoir comment faire un mur ou des plate forme pour un jeu merci de l'aide
shorock96
hello everyone I would like to know how to make a wall or platform for a game thank you for help
sorock96One of the easier ways to make a solid object would be to but something like this isnto your script:
when gf clicked forever if <key [right arrow v] pressed?> change x by [10] if <touching color of solid wall> change x by [-10] end end if <key [left arrow v] pressed?> change x by [-10] if <touching color of solid wall> change x by [10] endThe same theory works for jumpingThis is very useful for a pacman game, so then you won't get stuck in walls.
So it is Took the script from my pacman Chase game XD
Offline