This course is currently in beta - this means that it is likely to have bugs and changes made fairly regularly. If you see anything that doesn’t seem quite right, or if you have any suggestions, please file an issue on github.
CS Intro 3
[
{
"name": "Intro",
"url": "/courses/csintro3/intro",
"imageUrl": "https://pxt.azureedge.net/blob/6702b58324314ba5ad0d2e531ef4be1f3dde7207/static/courses/csintro3/intro.gif"
}, {
"name": "Structure",
"url": "/courses/csintro3/structure",
"imageUrl": "https://pxt.azureedge.net/blob/7c3c46030bfbd898fd5e78897bbd943d0077afce/static/courses/csintro3/structure.gif"
}, {
"name": "Functions",
"url": "/courses/csintro3/functions",
"imageUrl": "https://pxt.azureedge.net/blob/4b4a7ef8d7310307f7dc2386f340b8b1f76a270f/static/courses/csintro3/functions.gif"
}, {
"name": "Events",
"url": "/courses/csintro3/events",
"imageUrl": "https://pxt.azureedge.net/blob/9b62288c9f9f63e0f455865b383a85ca7dd72043/static/courses/csintro3/events.gif"
}, {
"name": "Arrays",
"url": "/courses/csintro3/arrays",
"imageUrl": "https://pxt.azureedge.net/blob/186108f9c1c572f54f1559fe11e7829ba3c019a1/static/courses/csintro3/arrays.gif"
}, {
"name": "Unit 3 Project",
"url": "/courses/csintro3/final-project",
"imageUrl": "https://pxt.azureedge.net/blob/30b4f433f936c4a16fcbf6f4f96784ebf07bd231/static/courses/csintro3/final-project.gif"
}
]
Table of Contents
About
Intro
Structure
- Logic
- Loops
- Sprites
- Projectiles
- Tilemaps
- Corgio Extension in JavaScript
- Namespaces
- Case Study Additions
- Project
Functions
Events
- On Game Update Event
- On Game Update Interval
- Sprite Overlap Events
- Info Events
- Button Press Events
- Case Study
- Project