# Whats wrong with this o\_O

**URL:** https://forum.kirupa.com/t/whats-wrong-with-this-o-o/160608
**Category:** programming
**Created:** [August 27, 2005, 3:30pm UTC](https://forum.kirupa.com/t/whats-wrong-with-this-o-o/160608 "2005-08-27T15:30:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dom\_Teh\_Cobra\_K](https://avatars.discourse-cdn.com/v4/letter/d/cab0a1/32.png) [@Dom\_Teh\_Cobra\_K](https://forum.kirupa.com/u/Dom_Teh_Cobra_K)
#### Post date: [August 27, 2005, 3:30pm UTC](https://forum.kirupa.com/t/whats-wrong-with-this-o-o/160608/1 "2005-08-27T15:30:28Z")

</div>

I’m working on an rpg with my girlfriend and my bestfriend, and I Can’t seem to figure everything out by myself, and they don’t know actionscripting so it’s not help to me what they say…

Err anyway. Whats wrong with this coding?

onClipEvent (load) {  
if (\_root.enhp\<=0) {  
this.gotoAndStop(1);  
}  
}
