# I am so lost... how do I make a simple game loop using delta time?

**URL:** https://forum.kirupa.com/t/i-am-so-lost-how-do-i-make-a-simple-game-loop-using-delta-time/326828
**Category:** flash
**Created:** [January 15, 2012, 3:30am UTC](https://forum.kirupa.com/t/i-am-so-lost-how-do-i-make-a-simple-game-loop-using-delta-time/326828 "2012-01-15T03:30:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![IgiveUp](https://avatars.discourse-cdn.com/v4/letter/i/8c91f0/32.png) [@IgiveUp](https://forum.kirupa.com/u/IgiveUp)
#### Post date: [January 15, 2012, 3:30am UTC](https://forum.kirupa.com/t/i-am-so-lost-how-do-i-make-a-simple-game-loop-using-delta-time/326828/1 "2012-01-15T03:30:40Z")

</div>

I have looked everywhere for an example or tutorial on a delta time game loop in AS3. I found many fixed time step examples but very little helpful information on delta time game loops and how it works. I have seen examples that do the calculations in a timer and also seen examples that do the calculations inside the enter\_frame event. All the examples I have seen are also incomplete and only provided me with bits and pieces. Can someone please explain it to me or better yet show me a simple example? :cry3:
