Seriously now, some help plz

Oh k, the past like 4 questions that I’ve asked have gone totally unanswered so please somebody help me out.

I’ve got this nav bar type thing and when you click a grade level then the MC gets disabled and then it does a tween. That works fine but when the tween stops the button gets reset and is enabled again!!! I do not get this at all. CAN SOMEBODY PLEASE HELP ME?!?!

[AS]
obj.onRelease = function() {
if (_global.curGrdLevel != obj._name) {
if (_root._currentframe<5) {
_root.play();
}
obj.enabled = false;
}
[/AS]

Also, I have a stop frame on frame 95 inside my MC but it doesn’t stop and I can’t figure out why either. I’m also posting the FLA for this.

PLEASE HELP!

I can’t help you with the main problem but I thought I should point out that in the AS you posted above, there is a } missing. It may be that there is more to the function though (i.e. you only posted part of the function).

Should be:
[AS]obj.onRelease = function() {
if (_global.curGrdLevel != obj._name) {
if (_root._currentframe<5) {
_root.play();
}
obj.enabled = false;
}
}
[/AS]

I only posted a part of the function. It is a lot longer then that but somehow the tabs got messed up. At the end there is a }; becuase you also need a ; at the end of a function. :wink:

Good point :). Ok, what exactly is the purpose of the stop frame in your .fla - i.e. what do you want it to stop? (I’ve been looking at the .fla and I’m not sure which part of the menu you want to stop at frame 95.)

Look @ the FLA and you will see.

I am looking at the .fla lol. It may appear very clear to you but it’s not so obvious to somebody who hasn’t set eyes on this menu until now.

I want it to stop @ frame 95 so that little bar doesn’t slide out until you mouseover a number.

Right. I’m no AS guru but I thought it was only fair to try and help. I’m afraid that this is out of my depth but hopefully one of the resident gurus will take over :-.

Sorry,
JK.

That is strange - I have no idea why it isn’t working. When I shifted the box tween over by one frame and placed a blank keyframe with the stop action directly in front of it, it seemed to work for a few tries. It ended up not working in subsequent trials though :cyclops:

What questions have gone unanswered, exactly.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=30063

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=28863

I’ve lost the other links or I figured them out myself eventually…

Have I proved myself to you yet? I post my answers all the time, I’m just trying to get some help myself now…

*Originally posted by DigitalPimp *
**Have I proved myself to you yet? I post my answers all the time, I’m just trying to get some help myself now… **

Just thought I would try to help you out … my bad.

It’s just I don’t normally complain on here and if I do it is going to be legit.

*Originally posted by DigitalPimp *
**It’s just I don’t normally complain on here and if I do it is going to be legit. **

this is true for kirupa, but when you’re in the real world…geez,you complain like nobody’s business. You whine like a three year old on a hot day.

btw is this the most update version of your fla (so, i can see what i can do)?

Yes, it is… At least I’m taller than a 3yr old…

so let me see if I get this; you don’t want to be able to change the grade once it’s been moved to the top left corner?

I do want to be able to change the grade level, I just don’t want to be able to click or anything on the 1 that is selected…

DP,
Since I only have flash at work I’ll hook you up on Monday. I hope you an wait that long!

DP,
Is this something like what you wanted? If not let me know, I’ll see what I else I can muster:rambo: