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);
}
}