
Neon Wolf #BringBackAPI
-
- Community
- Computing Platform Community Discussions
- Using variables to resize a shape that has been rotated.
The shape is being rotated from the center of rotation. Think of rotating like a circle. The shape is on the edge of that circle, thus the shape will end up going around the circle (rotate). But yo...
-
There are three ways to create a new program. OPTION 1: Go to the computer programming course. Instead of selecting the lesson scroll to the bottom of the page. There will be a button There to crea...
-
- Community
- Computing Platform Community Discussions
- Cannot read properties of undefined (reading "code")
You need to change key.code on lines 37-50 to keyCode as key.code is not a thing.
-
The tricky part of creating a program that will access the KA API is making it available for KA users.
-
The HTML and CSS course teach how to code in the language. You are suppose to gather all the knowledge you know and create a subpage (or whatever website you want). However, your website may not lo...
-
- Community
- Computing Platform Community Discussions
- This is just something I realised about the programming community
My little brother does this.
-
If his is the same as mine, then I believe he needs to capitalize the this.onclick(); function. So instead of this: this.onclick(); He needs to do this: this.onClick(); The function will not run i...
-
You do this: setInterval(function() { //your code }, 1000); This will run the function every time 1000 milliseconds (1 second) has past. You can also first create a function (i.e. doThis() ) an...
-
It appears he needs to switch the statement >= to <= in y >= this.x + this.size As well as the this.x to this.y
-
-
Total activity 58
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 19
-
Subscriptions 18
-
Total activity 58
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 19
-
Subscriptions 18