Click, tween n respond tantrum

Hi I have one more small problem that I dont know how to fix !!,
I have created several tweens on roll ons and roll offs.
I also created a longer tween that brings out my mc into the middle of the
screen on a click, there is a mc inside this mc to close it on a click.
However when the mc rolls back to its original position it does not respond to
the first click:
when I add the event listener back for onClick4
the function for it ( onClick4 ) doesnt work
please help!
//import tweens
import fl.transitions.easing.*; //
import fl.transitions.*;
//hand cursor appears
tab4_mc.buttonMode = true;
tab4_mc.close_mc.buttonMode = true;
// var for tweens
var myTween : Tween;
tab4_mc.addEventListener( MouseEvent.ROLL_OVER, Roll4 );
tab4_mc.addEventListener( MouseEvent.ROLL_OUT, Out4 );
tab4_mc.addEventListener( MouseEvent.CLICK, onClick4 );
//point classes
var tab4RollPoint : Point = new Point ( 372.1 , -218.6 );
var tab4OutPoint : Point = new Point ( 372.1 , -232.1 );
var tab4DownPoint : Point = new Point ( 372.1 , 222.1 );
//add function for roll over
function Roll4 ( e: MouseEvent ){
trace( "roll4 working" );
myTween = new Tween ( e.target, 'y' , Back.easeOut, e.target.y, tab4RollPoint.y, 1 , true );
function Out4 ( e: MouseEvent ){
myTween = new Tween ( e.target, 'y', Back.easeOut, e.target.y, tab4OutPoint.y, 1 , true );
function onClick4 ( e: Event ) : void {
trace( "onClick4 is good" );      
myTween = new Tween ( e.target, 'y', Back.easeOut, e.target.y, tab4DownPoint.y, 1 , true ); // its this statement that does not work the second time!!
tab4_mc.removeEventListener( MouseEvent.ROLL_OUT, Out4 );
tab4_mc.removeEventListener( MouseEvent.ROLL_OVER, Roll4 );
tab4_mc.removeEventListener( MouseEvent.CLICK, onClick4 );
tab4_mc.close_mc.addEventListener( MouseEvent.CLICK, onCloseClick );
tab4_mc.buttonMode = false;
function onCloseClick ( e: Event ) : void {
trace( "onCloseClick" );
myTween = new Tween ( e.currentTarget.parent, 'y', Back.easeOut, e.currentTarget.parent.y, tab4OutPoint.y, 1 , true );
tab4_mc.addEventListener( MouseEvent.ROLL_OUT, Out4 );
tab4_mc.addEventListener( MouseEvent.ROLL_OVER, Roll4 );
tab4_mc.addEventListener( MouseEvent.CLICK, onClick4 ); // and this event listener doesnt work
tab4_mc.buttonMode = true;
}

You posted in the Downloading, Installing, Setting Up forum, but your question is clearly about product usage.  Yet you do not even give us an idea what product you are asking about...

Similar Messages

  • Magic Mouse "click" is not responding but cursor is tracking. Any thoughts?

    Magic Mouse "click" is not responding but cursor is tracking. Any thoughts?

    First check your settings.  If all is as it should be, reset the PRAM.
    http://support.apple.com/kb/PH14222?viewlocale=en_US
    You may have to do this more than once.

  • How to remove 'Please click here to Respond' link in email notification?

    Hi All,
    The links in the workflow email notification that goes to timecard approvers when a timecard has been submitted.
    It is causing a lot of confusion to the customer, so we would like the "Please click here to Respond" and "Click here to view attachment" be removed.
    The "Please click here to Respond" is causing more problems but it would be great if both could be removed?
    Can any one please tell me how to remove the above links in wokflow email notification?
    it's urgent. Thanks in advance.
    Thanks,
    Prasad Raju

    Hi Prasad,
    I need similar kind of requirment,did you get any resolution for this ISSUE???
    Thanks
    srinivas.L

  • My trackpad points but clicking does not respond

    Hi...my trackpad is malfunctioning.  It points but the clicking does not respond.  Please help!

    Here are a few notes I have put together about batteries.   If something helps you, fine, let us know.   If not, post back with anything you can add about your problem.
    Whether you use regular or rechargeable batteries you should buy the best. Discounted or unbranded batteries are more likely to give a depleted performance and may be of irregular size, often leading to connection problems.  Apple’s own brand, Eneloop and Energiser appear to be the best.
    Rechargeable batteries for a standard Magic mouse are unlikely to exceed eighteen days before requiring a recharge.    Apple may say more in their sales blurb but this is a realistic expectation.   The benefit (if you are organised) is that you will always have charged batteries available.     Regular batteries will give you between 25 and 35 days before they need to be replaced.
    Never mix old and new batteries or rechargeable and regular.  
    Both the above are based on my personal experience, not shutting down my machine and using it for around four hours per day.   Note.   Monitors do not always faithfully report battery strength, particularly with rechargeable ones.
    When checking your mouse or keyboard batteries ...
    Turn off the device.
    Remove the batteries,
    Clean the terminals both inside the battery compartment and on the batteries themselves.
    Replace or renew both batteries.
    Turn on the device.   You should get a blinking green light if the device is paired.
    Click the mouse to activate it.  The green light becomes steady.

  • Click wheel stoped responding.

    Thanks to King cole for all his help with my last problem,
    I now have a new one :S
    I did a power drain, and reset the iPod, not the click wheel wont respond to movement, i can get into the menu and play songs, but I cant scroll through them, nor can i scroll down... i've tried to reset, and each time i do, the main menu pops up straight away, and wont let me reset :s
    Any ideas? i've searched back to page six on here, and havent found any answers, nor have i found them through the support.

    I hope i am :s, its the way i've always reset, i'll try again, but each time, the menu just pops up right away (I have just updated the iPod, could that be a reason? as to why its not working).
    Its like opening a flood gate this, one problem, then another...
    Nothing, i did what you said, and infact, think i now have dents in my fingers

  • IPod Click Wheel Not Responding to Anything

    I have the iPod click wheel 40 GB and it is not responding to anything. When I hit any of the buttons, an apple appears on the screen and then changes to a picture of an iPod with a sad face and an exclamation mark. This website also appears at the bottom. I have tried all of the five Rs and the iPod is not responding to anything. The battery will not even run out. What can I do?

    try dropping it or hitting it. worked for me. i was about to buy a new one and i read a forum here that had many people posting that they just gave it a good whack and worked fine again.

  • Hyperlink in Subscreen - Respond to double click is not responding

    Hi Team,
    I have a requirement - i need to have a Hyperlink in he sub screen , i tried keeping an input box , checked responding to double click , but nothing is triggering when double clicking(I tried debugging but not triggering).
    Please let me know the possible ways to keeping a Hyperlink in the sub screen.
    I don't want to maintain a separate button to go to that link and i want to display this in a label or input box and not in any other UI elements.
    Karthik.S

    Hi.
    I have done a test this morning:
    I have a main screen 250 and a sub screen 550 .
    Screen 250 will play the role of sap standard screen . The OK field name is known and in this case it is OK_CODE .
    sub screen 550 can have PBO and PAI .
    Code & Screens:
    Global:
    Please see if this works in your case.
    Regards.

  • Trackpad clicking but not responding

    I have an almost 4 year old macboook pro unibody intel dual core and last night the trackpad stop responding when you try to open a folder or program.
    physically the trackpad clicks and 2 or 3 finger gesture/slides works. when you put the cursor on a program it lit up but when you click that program it's not
    responding or won't do anything at all. thought I post this question first to get a quick solution before I take it to the apple store. any help is greatly appreciated.
    thank you

    This definitly sounds like it's on the right track! My macbook is a 2009, so if this is common amongst 2009s it could be the problem.
    From the video though, I wasn't clear if the problem that this solution address is for which of the two problems:
    1) The trackpad not clicking without pushing hard
    2) The trackpad clicking with an average push but not registering without clicking hard
    This solution is also interesting to me because I had my battery replaced about 5 months a go and it might be possible that this screw could have been moved at that time.
    Thanks, and I'll give this a try when I have an opportunity.

  • Ipod nano click wheel not responding

    My daughtr's ipod nano click wheel is not responding even after
    I did the 5 r's.

    Take the iPod Nano to an Apple store or an AASP.  Whichever is more convenient for you.

  • Click wheel wont respond

    i have a 4th gen ipod.(no color screen). And every now and then the click wheel will no longer work for a short period. I can still select items, but i cant scroll through anything. What should I do?

    Try a reset...
    Resetting iPod is it appears frozen or doesn't respond
    btabz

  • After 10.9.3 update MacBook Air 11" trackpad secondary click won't respond at all?

    Hello!
    I updated to 10.9.3 earlier this week on my MacBook Air 11" and things were running smoothly but then this morning I was cleaning up my bookmark folders and tried to use the secondary click on my trackpad (right-click, which is set to the bottom of the trackpad) it would not respond. I closed out of what I was doing and I tried to close applications on the dock using the secondary click method as I have in the past and it just does not respond.
    I made sure I had it selected in system preferences as the method to use on the track pad after check it out in different applications. Unselected it reselected it. No change.
    This macbook had been restarted a couple of times since the update too.
    I don't get how it will work and then not work. So lame.
    Any ideas on how to fix this issue?

    The full release of 10.9.3 is available from App Store now. You can re download the full version from your Purchase tab in App Store. After download there will be Install OSX Maverics in Applications folder. Before installing OSX on top of the one on your system, copy the a install aoSX Mavericks to your external drive or any location. You can copy it to Applications folder for reinstall after that if you want.
    The new download will be 10.9.3. Before doing so, please try to boot into safe boot, by holding shift key and power on. Try your secondary mouse click to see if it work. If it is the same, then it will be driver corruption, try reinstall will help.

  • Ipod 1st generation click wheel not responding - won't reset - apple icon

    My ipod won't reset or show up in itunes when connected.  Apple icon seems to be frozen on screen.  How can I reset it?  Help!

    This is really the 1st gen iPod from 2001, with a non-touch non-click wheel that physically turns, and connects with a FireWire cable?
    Make sure the Hold switch is not in the ON position?
    The older iPods did a reset differently from more recent iPod that have a click wheel.  Be sure you are following the appropriate reset steps in this document, based on the actual iPod model.
    http://support.apple.com/kb/HT1320
    If it's a 1st gen iPod, it would be How to reset iPod, iPod (scroll wheel), iPod (touch wheel), and iPod (dock connector).  The buttons to press and hold are different from later iPods.

  • My click wheel stop responding

    my wheel just does not work anymore, i am trying to figure out if it is the board or not be cause the drive was not working then i replaced it and the drive works now but no wheel

    OOPS, it you've replaced the hardisk, then most likely you have to reopen it and put back the click wheel assembly, or buy a new replacement click wheel from ebay.
    But better send it to 3rd party service to fix it.
    Have a nice day.

  • My click wheel stops responding

    Whenever I try any of the solutions apple has, my click wheel will start working for a little bit and then it will freeze again. Can anyone help me?

    Not until you provide all the details of what you have already tried. 

  • Scrolling and right-click won't respond

    I purchased my magic mouse several months ago (probably about 6 now) and it worked wonderfully until now.  All of a sudden, my mouse won't scroll or right-click!  What's the deal???  Anyone else have this issue?

    PRAM=Pafameter Random Access Memory
    reset like this:  http://support.apple.com/kb/PH11243
    SMC=System Management Controller
    reset like this:  http://support.apple.com/kb/HT3964
    Resetting those frequently corrects odd problems.  Resetting them cannot hurt anything.
    Barry

Maybe you are looking for

  • LDAP Configuration in UCM

    Hi All, Please can somebody tell me how to configure LDAP Provider so that I can authenticate my ucm users via OpenLDAP 2.0.0.27 I tried my best to configure using the manual from oracle but this didn't help out and didn't work Please Help Thanks Raj

  • Ringtones gone how do I re download them?

    My ringtones were lost when I had to restore my iphone. It says there are 4 tones but I do not see them in itunes. I checked for available purchases and they still dont download.

  • Help with XIRR Function

    Is there any way in Numbers 08 to add an XIRR Function. This is one of the most useful functions for calculating Total Return of any Portfolio and it isn't included. Is it included in Numbers 09? I really miss this Function Thanks in advance.

  • Prepaid Calling Cards Solution

    Hello, I am the IT manager in a Telecom company. I have to setup or implement a Prepaid Calling cards solution in a country network. I will have 90 E1 (side PSTN : signalling could be R2 ) and an Internet provider from the other side ( which will lin

  • Writing Data to a file using TEXT_IO in Forms

    I have a situtation where i have 5 columns and having arabic as well as english data. when i want to write this data to a txt file using TEXT_IO in a specific format, it writes to a file but as soon as it finds an arabic field, it changes the posisti