By embedding games on your website or application you are agreeing to the Construct.net Arcade Terms of Service.
An example of how to perform Isometric game in Construct 2.
Find the video tutorials:
Part 1 - Terrain rendering
Part 2 - Main character grid movement
Part 3 - Enemies AI
To learn how to make such a project in the #C2Academy Youtube Playlist
CapX made with beta r225.
Using Kenney.NL Assets -
http://kenney.nl/assets/tower-defense
http://kenney.nl/assets/isometric-blocks .
Using Clint Bellanger Assets
http://opengameart.org/users/clint-bellanger
http://opengameart.org/content/isometric-hero-and-creatures
Arrow keys - Move the camera in the layout
V - Changes the view
Numeric keypad 1, 2, 3, 4, 6, 7, 8, 9 - Move the main character
spy84: Sure, change the keyboard inputs to mouse inputs in the grid layer and you have your mouse movement.
On the isometric plan, when clicking a Land tile, check its logic coordinates and apply them to the Grid layer as destination for the character's movement.
is there a chance to move the character with the mouse?any tutorial? i always want to make a game like googles doodle "doctor who" youtube.com/watch
Oh!!! Ok! Now I get it!
Programmer3000: As mentioned in the game instructions (? icon on top of the game):
Numeric keypad 8 : go up
Numeric keypad 6 : go right
Numeric keypad 4 : go left
Numeric keypad 2 : go down
Numeric keypad 7, 9, 1, 3 : diagonals
At worst, check the videos it is explained in those as well.
How do you move? I don't get it.