hi,
I have this actionscript here…
if (140<_root.P1_Power<280) {
gotoAndPlay("Fall2");
}
and say…
_root.P1_Power = 200
But it doesn’t seem to work… Is this how i’m suppose to write this statement out as? Or is there another way to do it… ?
Thanks