I need my first empty loading page!

Hello world

I need the first empty loading page (just a transparent background would) but for the moment it loads the first page of the text. I want the text to appear when I hit the home button (named: mc.menuBtn1_btn). I have a little problem with the following code. All ideas welcome

I want the buttons to slide in from left to right and then x to settle in position, with no text on the screen.

Then, when I hit the home button, the home page appears, followed by all the other buttons in the menu that I decide to click.

I don't want to create scenes because he is everything in AS3.

Hope that clarifies things

Fl.transitions import. *;

Fl.transitions.easing import. *;

the main menu in place from the start of the Tween

var moveTween:Tween = new Tween (mainmenu_mc, "x", Elastic.easeOut, mainmenu_mc.x, 1, 20, true);

claim of MCs of the library to use on stage as needed using addChild

var p1:page1 = new page 1;

var p2:page2 = new page2;

var p3:page3 = new page3;

var p4:page4 = new page 4;

var p5:page5 = new page5.

var p6:page6 = new page 6;

var p7:page7 = new page 7;

var p8:page8 = new page8.

var p9:page9 = new page9.

pageContainer_mc.addChild (p1);

load the container of the page above to run a Tween

var pageMoveTween:Tween = new Tween (pageContainer_mc, "y", Elastic.easeOut, 0, 0, 2, true);

New

mainmenu_mc.menuBtn1_btn.addEventListener (MouseEvent.CLICK, btn1Click);

mainmenu_mc.menuBtn2_btn.addEventListener (MouseEvent.CLICK, btn2Click);

mainmenu_mc.menuBtn3_btn.addEventListener (MouseEvent.CLICK, btn3Click);

mainmenu_mc.menuBtn4_btn.addEventListener (MouseEvent.CLICK, btn4Click);

mainmenu_mc.menuBtn5_btn.addEventListener (MouseEvent.CLICK, btn5Click);

mainmenu_mc.menuBtn6_btn.addEventListener (MouseEvent.CLICK, btn6Click);

mainmenu_mc.menuBtn7_btn.addEventListener (MouseEvent.CLICK, btn7Click);

mainmenu_mc.menuBtn8_btn.addEventListener (MouseEvent.CLICK, btn8Click);

mainmenu_mc.menuBtn9_btn.addEventListener (MouseEvent.CLICK, btn9Click);

function btn1Click (event: MouseEvent): void {}

"Home" button actions

var btn1Outro:Tween = new Tween (pageContainer_mc, "alpha", Strong.easeOut, 1, 0, 1, true);

btn1Outro.addEventListener (TweenEvent.MOTION_FINISH, runBtn1Transition);

function runBtn1Transition (event: TweenEvent): void {}

pageContainer_mc.removeChildAt (1);

pageContainer_mc.addChild (p1);

var btn1Intro:Tween = new Tween (pageContainer_mc, "alpha", Strong.easeOut, 0, 1, 1, true);

}

}

function btn2Click (event: MouseEvent): void {}

var btn2Outro:Tween = new Tween (pageContainer_mc, "alpha", Strong.easeOut, 1, 0, 1, true);

btn2Outro.addEventListener (TweenEvent.MOTION_FINISH, runBtn2Transition);

function runBtn2Transition (event: TweenEvent): void {}

pageContainer_mc.removeChildAt (1);

pageContainer_mc.addChild (p2);

var btn2Intro:Tween = new Tween (pageContainer_mc, "alpha", Strong.easeOut, 0, 1, 1, true);

}

etc etc etc...

Here's an alternative... instead of add the p1 to it at the beginning, just add an empty movieclip...

var is null: MovieClip = new MovieClip();

pageContainer_mc.addChild (nothing);

load the container of the page above to run a Tween

var pageMoveTween:Tween = new Tween (pageContainer_mc, "y", Elastic.easeOut, 0, 0, 2, true);

Tags: Adobe Animate

Similar Questions

  • 30.0 Firefox is so slow since updated. IE & Chrome not having problems loading pages, showing the blank pages, need two or more tests to open Web pages.

    30.0 Firefox is so slow since updated. IE & Chrome not having problems loading pages, showing the blank pages, need two or more tests to open Web pages. It seems to have something to do with the Visual data on the pages. My MSN homepage gets old and dies every time I open the page after the re-opening and closing of firefox. It takes forever! What is a memory drain? Each open page in a new session of firefox suffer the same fate.

    Start Firefox in Safe Mode {web link}
    While you are in safe mode;
    Press < Alt > or < F10 > to display the toolbar.
    Followed;

    Windows; Tools > Options
    Linux; Edit > Preferences
    Mac; name of the application > Preferences

    Then Advanced > General.
    Find and stop using hardware acceleration.

    Dig safe web sites and see if there is still a problem. Then restart.

  • Animation of page while loading page JSF is loading

    JSF 2.1
    Mojarra 2.1.7
    JBoss 7.1.1

    The support on my page JSF bean are in sight, and in the course of the initial request, method @PostConstructor from the bean of the backup may take some time to return, as he calls external systems that are beyond my control. Thus, the phase RENDER_RESPONSE of the initial request to the JSF page, can take, on average, 3-5 seconds back (sometimes longer than that... which is again, out of my control). While this is happening, the rendered page is of course empty because the answer was not yet written.

    Naturally, I think a way to show an image of the loading animation.

    (1) I've seen suggestions of using a4j: status and a4j:region, but these are valid only for the Ajax requests, whereas what I need is something that I can use during the initial application (not a post back), a life cycle of JSF.

    (2) suggestions to use two Div HTML... a DIV shows the animated picture, while the other DIV wraps the actual content, but it is hidden initially. Then, use window.onload () to exchange the two div style so that the div wrapping the actual content becomes visible, as the DIV wrapping the motion picture becomes hidden.

    But then again... these DIVs will NOT be written in the answer yet as I am still in phase RENDER_RESPONSE.


    The only thing I can think is:

    (3) create another page whose only purpose is to show the moving image, and then somehow immediately forward the request to the real page. The image hosted on the first page will continue hopefully animating up until the last page is rendered.

    What did you guys?

    3 (Alt)) show a view which displays the animation and then triggers the loading page to be requested (not before). Long loading page does not answer until there is really something to show, to keep the visible animation display.

    (4) create a system of task that can be queried. Everything takes time to run is run as a background task. the view periodically queries the State of work through ajax and when it ends (or fails), displays the results.

  • Find the first empty cell

    OK so I use numbers to design a "schedule" for lack of a better word for a flight instructor course. On the summary page, I need to be able to identify the next sequence of flight for each student. I have a sheet that contains all flights that each student must perform and the date which they filled. So what I need on the summary page is someway to watch flight logs and determine what the next flight is to find the first empty cell under each name of students. I have no idea how to go about that though, so if you have any ideas I would be grateful

    Hello j,

    Here are two possibilities, both illustrate below. They are independent of each other and can be used alone or together.

    If students all sequences in chronological order, and the dates in columns are values of Date and real time, you should be able to locate the first empty line using MATCH and MAX.

    Because all dates entered will be 'today' or 'before today', a conditional highlighting rule could be used to color the background of the cell to a cell where a date has been entered.

    Table 1 gives the master record. Table 2 shows the following sequence for the student and the line of table 1, which the sequence is listed.

    Two formulas are used:

    Table 2::B3 and filled with right: = MATCH (MAX (table 1: B), Table 1: B, 0) + 1

    Table 2::B2 and filled with right: = OFFSET (table 1: $A$ 1, B3-1, 0)

    This method is based on the sequences being completed in the order listed, as it seems the most recent (that is to say date the "bigger").

    The rule of conditional formatting applied to all cells in columns B, C and D of table 1 fills every cell that contains a date before the next day with yellow, giving a visual indication of where all the next vacant cell.

    This indicator is independent of the order of the sequences, because it depends on only that there is a date or before 'today' in each cell to be highlighted.

    Kind regards

    Barry

  • Safari 9.1 does not load pages el capitan

    Hello

    I use an iMac

    El Capitan 10.11.4 OSX

    Processor clocked at 2.66 GHz Intel Core 2 Duo

    Memory 4 GB 800 MHz DDR2 SDRAM

    For a week I can load pages on Safari 9.1.

    All pages appears partially. No graphics.

    I have not found online so far. I reinstalled OS X from recovery.

    Thanks for your help.

    1 empty Caches

    Safari > Preferences > advanced

    Tick the box "Show develop menu in menu bar."

    Develop menu will appear in the Safari menu bar.

    Click on develop and select 'Empty cache' in the menu dropdown.

    2 Delete Cookies

    Safari > Preferences > privacy > Cookies and other data from the website:

    Click on the button "Details".

    Delete all cookies except those from Apple, your internet service provider and the banks.

    3 safari > Preferences > Extensions

    Turn off / disable any Extensions and launch Safari again to test.

    Enable the extensions one by one and test.

    For more tips:

    https://support.Apple.com/en-us/HT204098

  • Often is problem loading page - saying because cookies can be disabled

    Acer Aspire 7551-7422 Windows 7 Home Premium, FireFox 6.0
    I frequently get a problem loading page messages which provide that it is sometimes caused by disabling or refusing cookies. I have all the cookies allowed in FireFox options, I often delete cookies also. What else could be the problem? FireFox is permitted through my wall of fire.

    Are there Web sites listed in the window of Exception of Cookie?

    • Tools > Options > privacy > Cookies: "Exceptions."

    If it is was then delete them all unless you added them yourself for a specific reason.

    Generally, there is no need to block cookies outside disabling third party cookies.

  • Error "problem loading page" AskMen bf6. Page does not load upward.

    The site Askmen load in FF6. The page load to "problem loading page" page FF.

    At the same time, the url also changes http://uk.wrapper.askmen.com/

    No problem here.

    Try mode without failure of Firefox.

    A way of solving problems, which disables most of the modules.

    (If you use it, switch to the default theme).

    1. You can open the Firefox 4, 5, 6, 7 SafeMode pressing the SHIFT key when you use the desktop Firefox or shortcut in the start menu.
    2. Or use the Help menu option, click restart with the disabled... modules while Firefox is running.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before using the shortcut of Firefox (without the Shift key) to open it again.

    If it's good in Firefox SafeMode, your problem is probably caused by an extension, and you need to understand that one.

    http://support.Mozilla.com/en-us/KB/troubleshooting+extensions+and+themes

  • Firefox load pages to sentence/no

    Firefox is not recently to load pages more, or it won't load them only partially.
    The homepage (google) is sometimes fully loaded, sometimes, it appears that empty. If I go to other pages, FF gives up the loading process and only the background color is charged, or it seems totally blank. But he says that the page is loaded...
    The connection with IE works, and it seems, when I load some pages in Internet Explorer and visit them after than in FF, kinda more of the page is loaded.
    It is perfectly achievable with a firewall (since I don't use everything, only a hardware firewall). I also created a new profile and reinstalled firefox.
    AntiVir is running but the problem is when I disable its process.
    It may have something to do with a virus, which I removed in advance...

    Make a check of malware with a few programs to scan for malware.
    You must use all of the programs, because each detect different malware.
    Make sure that you update each program to get the latest version of the database.

    See also 'Spyware on Windows': http://kb.mozillazine.org/Popups_not_blocked and what to do when searches take you on the wrong search site

    More: http://kb.mozillazine.org/Error_loading_websites

  • Whenever I type the letter t in an email, Firefox leads me to an empty search page

    Whenever I type the letter t in an email, Firefox leads me to an empty search page

    This has happened

    Each time Firefox opened

    Is whenever I type the letter t

    Hello Noleska.

    It is possible that you have a problem with some Add on Firefox which is an obstacle to the normal behavior of your Firefox. Have you tried to disable all add-ons (just to see) to see if Firefox goes back to normal?

    Whenever you have a problem with Firefox, whatever it is, you must make sure that it is not caused by one (or more) of your installed modules, whether an extension, a theme or a plugin. To do this easily and cleanly, start Firefox in safe mode (remember to select disable all add-ons when you start safe mode). If the problem goes away, you know that it's an add-on. Disable them all in normal mode and allow them one by one until you find the source of the problem. See this article for more information on troubleshooting extensions and theme and this one for plugins.

    If you need help with one of your modules, you will need to contact the author.

  • Safari does not load pages after sleep in the active window

    Please note: I'm French, so what you read is not perfect. Thank you.

    Hi everyone, it has been so long that I tried to solve my problem on Safari.

    Let me explain what happens: when I wake my Mac, some site not loading, including Youtube, Facebook and Google until I

    -Close the Safari window and open a new

    -Wait at least a minute or two

    -Spam the shortcut for refresh up to what a "page not found" error.

    I tried all explained in this or other forums and do these things:

    -Reinstall the operating system (but keeping my data)

    -Restore with a Time Capsule

    -Open the terminal and type these commands:

    -Fixed permissions and owner

    sudo find ~ $TMPDIR... - exec chflags h nouchg, nouappnd, noschg, nosappnd {} - exec chown () $UID h - exec chmod + rw {} + - exec chmod () n h ++ - type d - exec chmod h + x {} + 2 > & -.

    -Reset Safari

    MV ~/Library/Safari ~/Desktop/Safari-'date + %Y %hour %m %d ' %s; RM - Rf ~/Library/Caches/Apple\-\ Safari\---------Safari\ Extensions\ Gallery; RM - Rf ~/Library/Caches/Metadata/Safari; RM - Rf ~ / Library/Caches/com.apple.Safari; RM - Rf ~ / Library/Caches/com.apple.WebKit.PluginProcess; RM - Rf ~ / Library/Cookies/Cookies.binarycookies; RM - Rf ~/Library/Preferences/Apple\-\ Safari\---------Safari\ Extensions\ Gallery; RM - Rf ~ / Library/Preferences/com.apple.Safari.LSSharedFileList.plist; RM - Rf ~ / Library/Preferences/com.apple.Safari.RSS.plist; RM - Rf ~ / Library/Preferences/com.apple.Safari.plist; RM - Rf ~ / Library/Preferences/com.apple.WebFoundation.plist; RM - Rf ~ / Library/Preferences/com.apple.WebKit.PluginHost.plist; RM - Rf ~ / Library/Preferences/com.apple.WebKit.PluginProcess.plist; RM - Rf ~/Library/PubSub/Database; RM - Rf ~/Library/Saved\ Application\ State/com.apple.Safari.savedState

    -Fix permissions with the inbuilt system tool

    sudo/usr/libexec/repair_packages - repair - standard-pkgs - volume.

    -Log in as a guest

    -Start in safe mode

    -Switch to recovery mode and put something else in the window "resetpassword.

    -Remove all apple leaves me with the GUI (cookies, cache, etc.)

    -Mess with network settings, but it's obviously very well because other programs have no problem for example. Chrome, Firefox, Mail, Push notifications...

    -Uninstall all extensions safari

    -Unplug my micro sd card and reboot (which is constantly plugged into my mac)

    I am so angry with my computer because I paid 1.5 k for a computer that is not able to make the task easier for a modern computer. Even a €50 computer has embedded software that can handle a resume from sleep without having to restart the entire software... Imagine if you had to do it on your iPhone, you will eventually get a refund within a week or less because it is not normal in 2015 to have this kind of problem. I hope that I have no problem with safari on my 6s and I don't plan to spend my browser because Safari is part of the Apple ecosystem and have the perfect sync and battery management.

    So I need to get this fixed a problem and I really need your help because a lot of people had this problem on the internet, but NEVER seen someone who explained how it happened is the correction of a problem. My Mac running the latest version of the software which is 11.2 starting today.

    Here is a video of the problem:

    https://www.YouTube.com/watch?v=AjfAlkKEVsc

    And some examples of the threads on the internet, I found the same problem:

    Safari does not work after the mode 'sleep'. Apple support communities

    Safari doesn´t supported pages after waking up

    Safari does not load page after waking up

    Facebook doesn't "work" after the awakening from the sleep - MacNN Forums

    Corruption Safari       See post by Linc Davis

  • Safari does not load Pages

    For the last two months I had a problem with Safari not loading pages when I try to go from one place to another.  It will be not also load photos in Facebook and several times in different orders in Facebook don't is not loading.  I finally got fed up with it and switch to Google Chrome, that works perfectly.  Don't know what's going on with Apple these days, but you would think a large progressive company as it could keep their web browser works :-(

    If someone else has had this problem and is there a solution?

    I use Safari 9.0.2 and OSX 10.9.5 on Intel Core i7 3.4 GHz

    Go step by step and test.

    1. Disable Extensions and test them.

    Safari > Preferences > Extensions

    Uncheck 'Enable the Extension' and test.

    Enable the Extensions one by one and test.

    To uninstall any extension, select it and click the "Uninstall" button

    2 remove the covers

    Close all windows and close all applications.

    Hold down the 'option' key, then click on the "Go" menu in the Finder menu bar.

    Select 'Library' in the menu dropdown.

    Library > Caches > com.apple.Safari

    The com.apple.Safari file right-click and select "move to trash".

    3. Delete Cookies

    Safari > Preferences > privacy > Cookies and other data from the website:

    Click on the button "Details".

    Delete all cookies except those from Apple, your internet service provider and the banks.

    4 remove the test and com.apple.Safari.plist file.

    Empty the trash.

    Quit all applications.

    Hold down the option key and click on the "Go" menu in the Finder menu bar.

    Select 'Library' in the menu dropdown.

    Library > Preferences > com.apple.Safari.plist

    Right-click on it and select "place it in the trash.

    Turn it back on.    Restart Safari.

    If this does not help, "put back" the com.apple.Safari.plist

    Right click on the trash icon in the Dock, then select 'open '.

    Right-click on the com.apple.Safari.plist and select 'Put Back'.

  • How to change the page numbers after adding &amp; save page numbers in the pdf document - need to change the existing page printed on the upper right in the header numbers

    How to change the page numbers after you add and save the page numbers in the pdf document - need to change the existing page printed on the upper right in the header numbers.

    These page numbers were initially created using Acrobat PDF header and footer.

    I have a 750 page pdf document that I've created.

    I have to sometimes the pages up and down after that I added the page numbers in the document by using the Header_Footer tool on the right column of tools.

    But after you save the document, if I get a few pages around, I can't go back and change the page numbers.

    I thought that the page numbers, as indicated in the header and footer must have changed automatically, but I guess that once its print, that it cannot be edited - is that, as what is?

    So I guess we should always first get a copy without numbers of pages before confirming the documents and the creation of an index.

    A way to remove these page numbers already there and add new page numbers.

    Its a lot of work to align 750 court documents and then realize that you must move some and then realize the page numbers cannot be changed and thus begin to do this all over again to compile which can take about 10 hours.

    My question is quite simple, but I hope that overall, I got my point. Sorry if I made it is too complex.

    If no simple way, want to know if anyone has another different tool or a few recommendations to better highlight what I'm doing wrong.

    Thank you for your review and response.

    You should be able to update with tools - Pages - header & foot-

    Update... It not work for you?

    If this isn't the case, then try to remove from this menu and then re - adding them.

    Tuesday, June 23, 2015 23:55, Fortune Mile [email protected]>

  • Adobe story does not load. Once the program has accepted my password, it is stuck on the "loading" page

    Help! I can't access anything in adobe story. He is perpetually stuck on the loading page. I tried to delete my history and using a private browser page. Nothing works.

    Hello

    Maybe that's a problem with Flash Player or the browser. First upgrade to the latest version of flash player. You can install the last being here: Adobe Flash Player install for all versionshttps://get.adobe.com/flashplayer>. Then try to connect again. ? You can also try another browser to see if it is the problem?

    Thank you!

  • How to block the first time loading data in the View object for the search

    Hi all
    I use ADF jdeveloper 11g 2 release. I do the search page. but I do manually, don't use ADF query Panel.
    I drag and drop the adf only read the table. It can run by using the range of time Lov and date using backing bean.
    for example: vo1.setWhereClause (whereClause);
    VO1. ExecuteQuery();
    where clause can change dynamically.
    But my table indicate vo that load all the data first time loading the page. I add all the performance tuning, but no data option is to insert only. so option can do programmatically and can run the query?
    This method I used because I cannot make the search options I want in ADF query Panel. Is there a way to add 3 options but show all fields in the table?
    hoping to help someone., thks

    change the method of isPostback() for

    AdfFacesContext.getCurrentInstance () .isPostback ();

    Then relaunch the application after a cleaning-construction.

    hope it works :)

    for your other question, seems that you deleted from your button code search clearCache() method...

  • Dreamweaver CS3 problem loading Pages

    I just upgraded from Dreamweaver MX to CS3 and CS3 can not load a page created in MX properly. Pages are white, tables are empty pages are thousands of characters in length, etc. If I'm viewing pages in Firefox, they look great, I can't use CS3 to handle them at all. Y at - it a trick to make it compatible?

    Help!

    Edit: actually, I reinstalled MX and it does not load pages that he used to load either. It's at the top of a new installation of Windows. Ideas would be greatly appreciated, I can't maintain my web pages in this way!

    You can bet what you want, these are pages that yesterday, worked well in DMX. After a complete reinstallation of Windows and DMX and CS3, they don't work. There is no 'operator' anything involved, it loads the pages out of the hard drive.

    Edit: In a last ditch effort, I uninstalled and reinstalled CS3 and now it works. I have not the slightest idea why both MX and CS3 have had the same problem, maybe they were trying to access a common corrupt file, but it seems that all is well now.

    Thanks for trying.

Maybe you are looking for