View Full Version : seriously now, some help plz
DigitalPimp
July 31st, 2003, 05:19 PM
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?!?!
obj.onRelease = function() {
if (_global.curGrdLevel != obj._name) {
if (_root._currentframe<5) {
_root.play();
}
obj.enabled = false;
}
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!
JK87
July 31st, 2003, 05:23 PM
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:
obj.onRelease = function() {
if (_global.curGrdLevel != obj._name) {
if (_root._currentframe<5) {
_root.play();
}
obj.enabled = false;
}
}
DigitalPimp
July 31st, 2003, 05:27 PM
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. ;)
JK87
July 31st, 2003, 05:34 PM
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.)
DigitalPimp
July 31st, 2003, 05:34 PM
Look @ the FLA and you will see.
JK87
July 31st, 2003, 05:36 PM
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.
DigitalPimp
July 31st, 2003, 05:37 PM
I want it to stop @ frame 95 so that little bar doesn't slide out until you mouseover a number.
JK87
July 31st, 2003, 05:51 PM
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.
kirupa
July 31st, 2003, 05:52 PM
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:
jingman
July 31st, 2003, 06:19 PM
What questions (http://www.kirupaforum.com/forums/search.php?s=&action=showresults&searchid=125089) have gone unanswered, exactly.
DigitalPimp
July 31st, 2003, 06:21 PM
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...
DigitalPimp
July 31st, 2003, 06:24 PM
Have I proved myself to you yet? I post my answers all the time, I'm just trying to get some help myself now...
jingman
July 31st, 2003, 06:33 PM
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 (http://www.kirupaforum.com/forums/showthread.php?s=&postid=271527#post271527) ... my bad.
DigitalPimp
July 31st, 2003, 08:31 PM
It's just I don't normally complain on here and if I do it is going to be legit.
norie
July 31st, 2003, 11:43 PM
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)?
DigitalPimp
August 1st, 2003, 12:11 AM
Yes, it is.. At least I'm taller than a 3yr old....
rolando.lopez
August 1st, 2003, 10:52 AM
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?
DigitalPimp
August 2nd, 2003, 12:47 AM
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...
rolando.lopez
August 2nd, 2003, 10:12 AM
DP,
Since I only have flash at work I'll hook you up on Monday. I hope you an wait that long!
rolando.lopez
August 4th, 2003, 09:10 AM
DP,
Is this something like what you wanted? If not let me know, I'll see what I else I can muster:rambo:
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.