[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Odd Flash behaviors with Functions called from buttons....

Asked by jjayzin in Adobe Flash

Tags: flash, button

I've setup the simplest test.. and I beleive I have to be overlooking the simplest thing - or it's really late. I've developed some in depth flash movies, so feel like an idiot asking.. but here goes....

I'm using Flash MX Professional 2004

I had this frustrating incredibly simple  button not working.. So I created 3 instances of it to help pinpoint an issue.

Main movie timeline is 1 frame.
Most of the animation is within an MC called "intro"
The button needs to trigger the MC bagDrop_mc to play.

Really simple...
_root.intro.bagDrop_mc - needs to play
when
_root.intro.bagDrop_mc.playDropBag1_btn is pressed or onRelease.

I couldn't figure out why "Headache No 1" didn't work... AND Trace doesn't even function...
so I placed 3 instances of the same button in each "level"
one is in _root. ( on main timeline )
one is in _root.intro ( within the main MC )
3rd is in _root.intro.bagDrop_mc ( the mc I am trying to play )


// Deepest Instance of button ( one that doesn't work )
_root.intro.bagDrop_mc.playDropBag1_btn.onRelease = function () {
      _root.intro.bagDrop_mc.play();
      trace("Headache No 1");
};

// Second deepest instance - ( WORKS! )
_root.intro.playDropBag3_btn.onRelease = function () {
      _root.intro.bagDrop_mc.play();
      trace("Headache No 3");
};

// Shallowest instance - ( WORKS! )
_root.playDropBag2_btn.onRelease = function () {
      _root.intro.bagDrop_mc.play();
      trace("Headache No 2");
};

stop();

These are incredibly straightforward.. any help is greatly appreciated. Again the trace works on ALL except "headache No 1" - the MC doesn't play NOR does trace work.. very very odd.

Any ideas? Is there some wacky level issue?

I also tried to use this instead of _root... but it didn't work on any.... I tried this, _parent., _level0 - none fixed the Headache no 1 trace or mc issue.
Thanks in advance...
simple but urgent -hence the 500 points
[+][-]06/22/05 06:07 PM, ID: 14280735Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Adobe Flash
Tags: flash, button
Sign Up Now!
Solution Provided By: negatyve
Participating Experts: 2
Solution Grade: A
 
[+][-]06/21/05 10:48 PM, ID: 14272777Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/22/05 03:29 AM, ID: 14273780Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/22/05 06:02 AM, ID: 14274711Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/22/05 06:18 AM, ID: 14274846Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/22/05 06:50 AM, ID: 14275149Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/30/05 10:29 AM, ID: 14340555Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/30/05 11:49 AM, ID: 14341292Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/30/05 12:40 PM, ID: 14341712Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/30/05 02:29 PM, ID: 14342655Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/01/05 12:32 AM, ID: 14345124Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92