© 2024 fjorge. All rights reserved.
How To Convert Seconds to Minutes in ActionScript 3

Recently, I've been developing a game in ActionScript 3 (which I'll share later). I needed to have a second timer count down, which is easy enough with the Timer class. The hard part for me was formatting it so it made sense to the player. Here's what I came up with for converting a second count to minutes (formatted string):