Disable or remove the button / video clip

Hi - I hope that this is possible - I have a gallery of actionscript controlled miniatures that scrolls horizontally so far to reveal a group of six inches... way easier to explain is just to show you...

http://www.weensyweb.com/WOMAD/GalleryMay07/

what I have to do is to disable the arrows 'before' or 'back' as soon as they are useless... It's buttons in the MCs, which executes a mc containing thumbs, using the following script:

on {(press)
If (this._parent.main.targetx < = 200) {}
This._parent.main.targetX += 495;
This._parent.main.targetY = 410.4;
} else {}
(this._parent.main.targetx - 0);
}
}

At the very beginning of the film, you can see that the 'back' arrow is always selectable and clickable, even if there is nowhere for the MC scrolling to go. In the end of the Gallery, the "forward" arrow becomes obsolete, although that still keeps its stat and multi-format reversal.

Thanks in advance.

w00tz

http://www.weensyweb.com/WOMAD/GalleryMay07/

Check out my funky front and back buttons too :)

Thank you!!!

on the go MC himself, I put this:

onClipEvent (load) {}
targetX = 3.5;
targetY = 410.4;
setProperty (this._parent.backClip, _alpha, "30");
This._parent.backClip.backBUT.enabled = false;
}
onClipEvent (enterFrame) {}
Xdiv = ((targetx-this._x)/5);
This ._x = (this ._x + xdiv);
ydiv = ((targety-this._y)/5);
This ._y = (this ._y + ydiv);
}

then the buttons I put this:

on (release) {}
If (this._parent.main.targetx<=-200)>
This._parent.main.targetX += 495;
This._parent.main.targetY = 410.4;
This._parent.forwardClip.forwardBUT.enabled = true;
setProperty (this, _alpha, "100");
setProperty (this._parent.forwardClip, _alpha, "100");
} else {}
(this._parent.main.targetx == 0);
this.backBUT.enabled = false;
setProperty (this, _alpha, "30");
}
}

Tags: Adobe Animate

Similar Questions

  • Remove the button DELETE in webconsole:OIM9102

    Hi Experts,
    I want to remove the button Delete when I search for users in the console of the IOM.
    http://hostname:port/xlWebApp/searchUser.do
    I modified tjspSearchUserResultsTiles.jsp, commenting on all the tags that refer to DELETION operations. but still it is not reflected.
    I was able to remove the http://HostName:PORT/xlWebApp/manageUser.do delete button by changing the tjspViewUserDetailsTiles.JSP.
    I read in another link, to change TableGenerator.jsp, but I do not see that anything related to the DELETE operation. so don't would not invite risk by changing something else. any of you can suggest me please?
    The goal is to disable the REMOVE Option of the Web console, is there another way, I could do this?
    Thank you

    Try to use javascript based fix

    You can remove the button Delete of the page using a small javascript based snippet that will take place during the loading of the page.

    var loc = window.location + ''; '.
    If (loc. IndexOf("searchUser.do") >-1) {}

    var El = document.getElementsByClassName ("Commandbutton");
    for (var i = 0; i)
    If (El.value == 'User of MSN Search') {}
    El [i] .setAttribute ("Disabled", "Disabled");
    $(El[i]).remove ();
    }
    }

    }

    Please note that this uses the remove method of Jquery, so you would need that which include in javascript to get this working.

  • How can I remove the button from menu? The custom option doesn't seem to work for this.

    How can I remove the button from menu? [This IChing looking for three line on the toolbar icon].

    The tool bar Customize option doesn't seem to work, and it seems a waste to have a button that duplicates the menus. I would trade on the NoScript icon.

    Hi, I can not recommend that you do, but if you are really determined, this article can help.

  • How to remove the button cancel default of the dialog system?

    Hi all

    I wanted to remove the button cancel default from the system dialog box. After doing some searching on Google has got a solution

    cancelButton.label: the undefined, but all using this line of qml in error "invalid property.

    Here is my code.

     SystemDialog {
                id: userNameValidation
                title: "Alert!"
                body: "Please enter user name"
               cancelButton.label: undefined
            }
    

    Eralier this worked but once I updated my IDE QNX after getting error on

    cancelButton.label: undefined
    

    Any solution?

    Thanks for the reply. will do the same

  • Can we remove the button continue to Quiz results?

    Hello world

    Is there a way to remove the continue button on the Quiz results page?

    I have a captivate file in which there is a slide thank you at the end after than the Quiz results slide. Now, here's the problem - the user is just to finish the quiz and the closure of the browser tab - which does not appear inside the LMS completion status. The user must need to display the slide thank you - so that CMS can answer that the status of "completed."

    Now I want to remove the button continue on quiz results slide so that doesnot users to go forward to the next slide to complete the course. And I'll put here the thank you message in single result of the quiz slide.

    Can I remove the continue button on the Quiz results page so that it could be the last slide?

    Concerning

    Vikas Sharma

    Remove the button continue results Quiz slide is NOT a good idea in my experience.  By clicking the button triggers features continue in Captivate to complete the quiz and post the score to the LMS.  If this button is not checked, Captivate maybe isn't sure that the person has decided that they are finished with the quiz and wants their score to be captured by the LMS at that time here.  There are often other buttons on the Quiz results slide to offer the user the possibility of recovery or to review the Quiz.  Only the continue button is designed to take them further beyond the Quiz results slide.

    Like you, I also found learners often fail to grasp the importance of the button continue and do not realize that they must do something extra (beyond to reach the Quiz results slide) so that their score to capture.  So what I usually do is to rename the button continue for something more meaningful like: save your Score, or record Quiz results now.  Have a name like that (and make nice and big button and "BOLD" so that it is not easy to Miss) clearly says to people that they need to click if they want to keep their score.  It's just a simple change, but it has virtually eliminated all the questions we had with people just close their browser when they saw the results of the Quiz.

  • Remove the button 'Manage the catalogue' answers

    How can I selectively remove the button "Manage catalog" answers for members of certain groups of catalog?

    You can't remove the button, you can control only what the user is allowed to do in the catalog.

    concerning

    John
    http://obiee101.blogspot.com/

  • buttons within a clip to control the same video clip?

    I'm trying to place inside a clip buttons to control the scenario of the clip even. This does not seam to work as buttons on the main timeline. When I play the movie the cursor does not turn in a helping hand and the rolloever affects only the kind of work. I read on command video with the buttons on the main timeline, but I need a button to change to half-way through the movieclip. I want to be able to jump to the inner planes, while in the outer section and vice versa. It would seem that this button would work in the same way within a clip as they do on the main timeline, but that doesn't seem to be the case. I use CS3. Scrip action 2.0 is selected, but I could change it to 3.0 if it would make a difference.

    Thanks in advance for the help.

    Save yourself some frustration and start with the basics in a simple example, rather than trying to involve the finished piece.  Create a movieclip and place a button on the inside.  Add a function to the time until the button is more behaves as you expect... that should signal where you hit a snag.

  • Removal of unwanted video clips

    When you run a search on my computer, some temp. put video clips to the point.  I tried to delete and can't find a way...  Any suggestions?

    Have you tried emptying your temporary Internet files folder?

    Reach... Start / run... Type or Copy/Paste...the following...

    %USERPROFILE%\Local Settings\Temporary Internet Files

    Press on... Come in...

    Remove all the Temporary Internet Files folder.

    More info...

     
    How to find your TIF (Temporary Internet Files) folder.

    Open a folder and go... Tools / Folder Options / View tab.

    ... To check "Show the hidden files and folders" / apply / OK.

    Now... you'll find your TIF file to the following location:

    C:\Documents and Settings\Votre user Name\ name

    Local Settings\Temporary Internet Files

    More information:

    (260897) how to remove the content of the
    Folder Temporary Internet Files
    http://support.Microsoft.com/default.aspx?kbid=260897

  • SX80 CE8.2 remove the button from the Touch10 meetings?

    The old API was a command:

    xConfiguration video OSD TodaysBookings: Off

    who deleted the calendar of meetings for the reservations that are defined in the TMS.  I need this feature.  "User has" should not be able to see that 'User B' has a next meeting. A custom background removes the overlay "Todays meetings" of the screen on, but 'Encounters' on the Touch10 button still shows future reservations.

    According to the guides API for software CE, the configuration that you mention has been removed.

    An alternative is to use: xCommand clear reservations.  However, once you plan what in the TMS, it will send that reservation to the endpoint, and the meeting icon will reappear again.  Right now, there is no way to remove the icon from the 10 touch.

  • PE4 import the WMV9 video clip, is half black

    When I import a video clip WMV9 to PE4 and display it on the high PE4 monitor half is black, that is to say from the waist upward. Until a week ago I had no trouble importing this type of file. Three days ago, Microsoft had about 14 updates critical installed on this machine. I uninstalled PE4 a couple of times and reinstalled with the same results. I can't go any further on the system restore.

    Any suggestions would be helpful.

    Thank you.

    Jake Chandler

    Please read the announcement at the top of the Forum first elements.

    It is a ' hot' news at this time, but with a patch, that is the removal of this recent update of Microsoft KB.

    http://helpx.Adobe.com/Premiere-Pro/KB/WMV-files-corrupted-import-or.html

    RTA

  • Remove the button full screen s:VideoPlayer

    Hi all

    IM streaming audio through a s:VideoPlayer, I made sure that only controls are visible (making it only 25 height) this looks good.

    Apart from the button fullscreen. .   by pressing return just a black screen.  Is there anyway to remove this button?

    Hello

    The fast is to simply disable the button

    In the creationComplete of the videoplayer
     
    You can change the skin but it is a bit of work, as the components of navigation bar don't realignment simply if you remove 1 component, you have to play with the various States that the skin has.
    David.
  • I lost the ability to delete email without opening. Remove the button has disappeared.

    How can I remove back button on my Inbox. I now have to open the email to remove.

    No need to ask the same question twice. See your other post for the answer.

    https://support.Mozilla.org/en-us/questions/1014690

  • Can I remove the buttons on the toolbar

    I would like to delete the news, finance, flicker, Cup and several other buttons on the toolbar. Can I do this?

    You can click on bookmarks in the bookmarks toolbar and to delete them via the context menu or hide this toolbar completely (Firefox > Options or view > toolbars).

    You can open the Customize and drag the button added by extensions out of the toolbar to remove them.

  • Why can't remove the button long BOOKMARKS since the end of the right hand of the bookmarks toolbar?

    This button is totally superfluous and takes place on my bookmarks toolbar. How can I remove it please?

    To be clear, I have the "normal" bookmarks button on my main toolbar that opens to the top of my favorites in the Panel on the left. What is the purpose of the button bookmarks on the right end of the bookmarks toolbar that opens the same bookmarks in a different presentation, and how can I get rid of him?

    There are two icons stars; We open the sidebar and the other opens a drop down menu, but the procedure to add or remove is the same. It's inflexible, you can try to keep it more firmly before by dragging in the window customize. Please note that sometimes this icon may jump to another location when you click Customize and can also do not show the text, it may not be immediately visible.

  • How can I remove the button from the SPACEBAR on Satellite L350?

    I have a brilliant nine of Satellite L350, and a few drops of orange juice got splashed on the lower part of the keyboard.
    The keys are all very well, except the space bar.

    While this works, there only 'click' when pressed.
    Now I don't know if it's going to be interesting to try to raise the bar of space out and clean.

    If this is the case, I'd appreciate some instructions on how to extract.

    Thanks in advance.

    Hello

    Generally, all the keys on the keyboard are only glued on the keyboard and it should be possible to remove it easily.

    I couldn't remove my buttons with a thin object.
    I put the thin object under the button and put the space bar to use carefully.

    If you do this please be careful because if you use too much force, you may break some media.

    Good luck

Maybe you are looking for