Array and Vector API Improvements

It’s not often you see updates to the ActionScript 3 class APIs these days, so I was pleasantly surprised to see that the AIR 19 beta introduces two new methods to the Vector and Array class: insertAt() removeAt() They are intended as a replacement for the splice() method when you only want to add or […]

Building an HTML5 Flappy Bird clone with Adobe Animate CC: Part 4

Welcome to the fourth part of this HTML5 Flappy Bird tutorial series. In the previous post we implemented endless scrolling of our game’s ground layer. Today we’ll do the same for the pipes that our little hero must fly between. What you will learn… We’ll continue writing JavaScript directly within Adobe Animate CC Some of […]