A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loading Screen Help

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    2

    Loading Screen Help

    Hi. I'm stuck on my website. I made a website, and after it grew in size i decided to make a loading screen. I do not know how to move my entire site into a frame.



    could you guys tell me how to move my entire site into that frame?

  2. #2
    not'n' wrong with hat'n' sushi iHATEsushi's Avatar
    Join Date
    May 2006
    Location
    Ontario
    Posts
    132
    first of all before you move anything... is your directions to places coded by numbers or names? by numbers I mean gotoAndPlay (49) etc.. or is it gotoAnyPlay("banner") etc... cause if its guided by numbers you can run into problems by moving your kf.

  3. #3
    Junior Member
    Join Date
    Jan 2007
    Posts
    2
    yes
    Code:
    this.gotoAndPlay(3);
    in the loading page

  4. #4
    not'n' wrong with hat'n' sushi iHATEsushi's Avatar
    Join Date
    May 2006
    Location
    Ontario
    Posts
    132
    The problem you will run into or have run into, is that by coding your locations with numbers instead of names you end up making your Flash file very inflexable. I was always taught to use names; this way when you need to make an adjustment down the road (such as oh wait I want a preloader) then it would be as simple as selecting your keyframes and sliding everything down 4 knotches. By doing this with numbers, your file is reliant on the keyframe number in order to operate, thus if you move your keyframes you could potentially screw up your whole file and nothing will work anymore. Hopefully your file isn't very big, if it's not I would go around it and change the location names from numbers to names, then select all your keyframes and slide it over 5 knotches since it only takes about 3 keyframes to make a basic preloader. Good Luck!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center