In this episode we will create mini particles that explode in outward directions. These are the small explosions you see on Star Shower when the ball hits the bottom of your screen.
Premium Features
Published 6 years ago
In this episode we will create mini particles that explode in outward directions. These are the small explosions you see on Star Shower when the ball hits the bottom of your screen.
Comments
Want to participate?
Create a free Chris Courses account to begin
Hello Chris, I have used the Git repository in your first video and noticed it's a little different to the one you are using in this video, there are classes and no use of the prototype. I have tried to get by without this and modify what I have, everything works fine up until the point of introducing miniStars where I am trying to call the class Star. I get the following error: bootstrap:83 Uncaught TypeError: Cannot call a class as a function - Can you help?