2
Get started with HTML5 game programming and WADE. Create a basic game that runs on computers, phones and tablets in 17 minutes.
You can download all the assets used in this video tutorial at http://www.clockworkchilli.com/shared/video_tutorial_assets.zip
source
12 comments
14.časť ☞Wade Game Engine – Krtko ║ Programovanie s Yetim
https://www.youtube.com/watch?v=J-wnNEPajsM
15.časť ☞Wade Game Engine – Krtko – animácia ║ Programovanie s Yetim
https://www.youtube.com/watch?v=tIDqKxfELEk
16.časť ☞Wade Game Engine – Krtko – skóre ║ Programovanie s Yetim
https://www.youtube.com/watch?v=WkOk0Jh8aUs
17.časť ☞Wade Game Engine – Krtko – správanie║ Programovanie s Yetim
https://www.youtube.com/watch?v=cTzaEMkY7xc
18.časť ☞Wade Game Engine – Množíme krtkov║ Programovanie s Yetim
https://www.youtube.com/watch?v=_jb5xhCiPcs
19.časť ☞Wade Game Engine – Krtko náhoďák║ Programovanie s Yetim
https://www.youtube.com/watch?v=bOMgXu6BN5E
20.časť ☞Wade Game Engine – Krtko vybuchuje║ Programovanie s Yetim
https://www.youtube.com/watch?v=KEjcgxDoBwI
Problem with hole-object -sprites: http://www.pechac.sk/images/hole.png
This code don`t work – no animation
mole.setPosition(0,50);
mole.moveTo(0,-40,100);
mole.state='down';
mole.onMoveComplete=function(){
if (mole.state=='down'){
mole.state='up';
mole.moveTo(0,-40,100); // mole.moveTo(0,-36,100); – this work Why?
}
else if(mole.state=='up'){
mole.state='down';
mole.moveTo(0,44,100);
}
I can`t find list of all events in API Documentation …
can i use this game using visualbasic 2012??
Very useful! Thanks. Will you add some more tutorials?
Sounds like your browser is blocking local scripts (those that are on your hard drive).
This may happen if Chrome was opened directly without using the shortcut with the –allow-file-access-from-files parameter.
Even if you did open it through the shortcut, if another window was already open, the extra parameter will be ignored. So if you close all your Chrome windows, then reopen it making sure you use the shortcut, it should work.
Alternatively, you can try using Firefox (may be easier).
Thank you, very nice tutorial but I have the error "Unable to load main app script awesome.js"
Can you help me please ? 🙂
Awesome tutorial that really does shows some basics for a beginner programmer such as myself. I look forward to seeing more videos in the series.
Sorry pardon my ignorance, you did say its a game in javascript so that could be done either on a pc or a mac. WADE looks pretty cool. Your company is doing a great job 🙂
Thanks. WADE does work on MacBooks too, although in the tutorial we are using a Windows machine. The editor we are using in the tutorial (WebStorm) works on Mac too, but you can use a different text editor if you like. Also, we're using Chrome for Windows in the tutorial, but you can use Chrome for Mac or any other browser really.
Very nice tutorial, short and to the point. Thank you for sharing. Just one question though, will your company have WADE for MacBooks as well.
Comments are closed.