Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I want to know if there are any free Javascript tutorials for Coppercube because the regular behaviors are limited. |
||||
|
What are you looking for ? any behavior you do? |
||||
|
You can checkout any scripted behavior source code to learn how to use javascript within coppercube, but if you don't know the basic of javascript then there are so many online sites which can help you out in learning basics.... One of those sites are W3School its a good start to go there and learn stuff from there.... But if you know how to do javascript then you can simply go to the coppercube javascript reference page and with each javascript function of coppercube there is most of the time an example code there... Which shows which function does what, and how to execute them.. To get the javascript reference go the documentation page or you can click the link down below https://ambiera.com/coppercube/d... Click the link and go to the javascript reference page... And you are good to go. Hope that helps😇 |
||||
|
I found these short videos very helpful - one of the best around I have found: // fundamentals https://www.youtube.com/watch?v=NibsUd_InPU&list=PLTo9PCskHpbFN8rndGupKHTY980NRDAr0&index=25 // best practices https://www.youtube.com/watch?v=NibsUd_InPU // maybe this also https://www.youtube.com/watch?v=9_10SWEW3-g&list=PLTo9PCskHpbFN8rndGupKHTY980NRDAr0&index=17 |
||||
|
If your saving game data as a text file using '.toString()' then this is good to watch for converting back to a number on load: // string to number https://www.youtube.com/watch?v=X81umaNHnIk&list=PLTo9PCskHpbFN8rndGupKHTY980NRDAr0&index=2 |
||||
|
These videos are also very, very good on the basics you need to know: https://www.youtube.com/watch?v=EgaIG1943QM&t=1s https://www.youtube.com/watch?v=iMZ4SLL4dn0&t=6s https://www.youtube.com/watch?v=xZjWgaWj1oI etc to number 5... |
||||
|
https://archive.org/search.php?q... 8400 results and node js ! |
||||
|
wrote: You can checkout any scripted behavior source code to learn how to use javascript within coppercube, but if you don't know the basic of javascript then there are so many online sites which can help you out in learning basics.... One of those sites are W3School its a good start to go there and learn stuff from there.... But if you know how to do javascript then you can simply go to the coppercube javascript reference page and with each javascript function of coppercube there is most of the time an example code there... Which shows which function does what, and how to execute them.. To get the javascript reference go the documentation page or you can click the link down below https://ambiera.com/coppercube/d...https://www.worktime.com/employe... Click the link and go to the javascript reference page... And you are good to go. Hope that helps😇 Thanks! I haven't heard of W3School before, a very useful thing! |
||||
|
Make you happy |
||||
|
Hi! Maybe it can help: https://www.youtube.com/watch?v=55Bu4Jpx3cg |
||||
|
https://www.w3schools.com/js/default.asp |
||||
|
TIP: 18 Excellent Free Books to Learn JavaScript https://www.linuxlinks.com/excellent-free-books-learn-javascript/ |
||||
|
I just found this short tutorial very good to cover most basics of javascript: https://www.youtube.com/watch?v=_cLvpJY2deo this one more advanced but covers some problems programmers should be aware of: https://www.youtube.com/watch?v=hQVTIJBZook |
|