Search found 1 match
- Fri May 05, 2023 5:46 pm
- Forum: Support and Development
- Topic: Trying to make duplicate objects from the same class interact independently
- Replies: 2
- Views: 897
Trying to make duplicate objects from the same class interact independently
Hello! Currently working my way through CS50's Game Development course and am currently trying to recreate Breakout. My current task is to create a powerup where once you collect it, two extra balls spawn in. I've sorted out the spawning of the powerup icon and the collection of it but it is the act...