« All Events
2 PM – Adv Python Game Dev – Gamas
January 11 @ 2:00 pm - 3:00 pm
Today We Did
- Learn how to convert floating tower into base tower on top of the hotspot.
Homework
- Find 8 of the hotspot coordinates on the screen.
- Create a new Projectile sprite.
- x,y,size, direction, projectile_type, screen
- Periodically launch projectile from the active_tower location every two seconds.
- direction = RIGHT
- HINT, it is same process of creating new bird in dragon_birdie project.
- HINT, how to find active_tower locations. Loop through all activeTower from its group.