Blog Post
DavidMcEachan-f
Community Member
I challenged myself to create a fun game using control events, object events and motion paths.
In 'Buzz!', you guide a little bee through the level using the up and down keys (which trigger a motion path). When the bee intersects with another object on the screen, it triggers a state change on the object, a sound effect, and a variable change for the total score.
Finally, the illusion of movement was created by assigning timed motion paths to the scenery to give a parallax scrolling effect without using sliders (I can never get my head around the slider way!).
Here’s the final product:
https://tinyurl.com/y85ha8rl
In 'Buzz!', you guide a little bee through the level using the up and down keys (which trigger a motion path). When the bee intersects with another object on the screen, it triggers a state change on the object, a sound effect, and a variable change for the total score.
Finally, the illusion of movement was created by assigning timed motion paths to the scenery to give a parallax scrolling effect without using sliders (I can never get my head around the slider way!).
Here’s the final product:
https://tinyurl.com/y85ha8rl
VeronicaBudnika
5 years agoSuper Hero
David, that was amazing!
You should do a tutorial on how you built that ;)
You should do a tutorial on how you built that ;)
- DavidMcEachan-f5 years agoCommunity MemberThanks Veronica! I'll have a think about doing a tutorial for sure :)