Press the green flag to start. Avoid the green bird. Capture the stars for points. Ten points to win.
Little Green Bird Sprite from Boopaloo. Propeller blades spinning by me with help from guilherme-eleceng . Used cloning to activate the star. I hoped to be able to have multiple stars active at the same time, but have each star active for only 5 seconds. I could not have each star active for 5 seconds - all were deactivated (deleted) at the same time since there is only one instance of the index variable which I was continuously updated as the clone stars were created. I tried to use the index variable to determine which instance of the star was active. I saved activation times for 10 stars using a list variable.