# Just quick help on actionscript

**URL:** https://forum.kirupa.com/t/just-quick-help-on-actionscript/134150
**Category:** Uncategorized
**Created:** [January 15, 2005, 5:45am UTC](https://forum.kirupa.com/t/just-quick-help-on-actionscript/134150 "2005-01-15T05:45:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hotwireddriveby](https://avatars.discourse-cdn.com/v4/letter/h/97f17d/32.png) [@hotwireddriveby](https://forum.kirupa.com/u/hotwireddriveby)
#### Post date: [January 15, 2005, 5:45am UTC](https://forum.kirupa.com/t/just-quick-help-on-actionscript/134150/1 "2005-01-15T05:45:12Z")

</div>

im trying to make levels for a simple game on my site. basicallly, you get to 100 points, you go to the next level, which is a different frame. so i have on the first level of the game…

```auto
if (_root.score ==+100) {
 gotoAndPlay("2");
}

```

“2” is hte label of the 2nd level. is there anything wrong with the coding?

-Naaman
