I don't understand this : (

Hiya everyone, once again the infamous x_polar encountered a rather stupid yet annoying problem, please help me solve it as this piece of code is my theoretical foundation of something bigger :cyborg:

for (var i:Number = 199; i<=240; i++) {
    trace( *)
}
_root.onEnterFrame = function() {
    
    if (this._ymouse == *) { 
        trace("mi");
    }
};

What I’m trying to do is check whether the mouse is within that certain field between 199 and 240 on the y row …