# Syncing game with music

**URL:** https://forum.kirupa.com/t/syncing-game-with-music/231870
**Category:** flash
**Created:** [July 9, 2007, 4:58am UTC](https://forum.kirupa.com/t/syncing-game-with-music/231870 "2007-07-09T04:58:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![aj7may](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/aj7may/32/2041_2.png) [@aj7may](https://forum.kirupa.com/u/aj7may)
#### Post date: [July 9, 2007, 4:58am UTC](https://forum.kirupa.com/t/syncing-game-with-music/231870/1 "2007-07-09T04:58:03Z")

</div>

I’m working on a [guitar hero game](http://ajswebworks.com/guitarhero.php) and I’m up to the part where i need to make the notes fall down the strings synced with the music.  
I have it set up so the music fully loads before starting the game, and i think i need to use the Sound.position property to make the notes fall at the right time, but how do I make it that the notes hit the bottom at the specified time?

This is what i have so far - [http://AJsWebWorks.com/guitarhero.php](http://AJsWebWorks.com/guitarhero.php)
