At the end of this lesson, you will be able to:
shoot an alien
laser list
read about "Collision Detection"
go over how to check if one object is touching another
there is a "stage.collide" method
we need to check if one object is inside the box of another object, not that easy!
go over box collision and how you might want to change it slightly, especially for the lasers
do collision detection of lasers and aliens
if an alien is hit, you should make it move off the screen
but then make 2 randomly re-appear!
you will need to customize your bounding box to your image
if your image does not fill the entire box, you will need to adjust your start and end of the bounding box
watch "Space Aliens-11"
update your code.py file with the code below
personalize it to make it your own
complete the Daily Assignment section in Hãpara Workspace for this day
if Hãpara is not working, make a copy of this document
move it to your IMH-ICS folder for this course