Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5959707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:43:23+00:00 2026-05-22T18:43:23+00:00

I have create the snow effect with the linked tutorial, basically it manipulates the

  • 0

I have create the “snow” effect with the linked tutorial, basically it manipulates the instance of an object on the canvas and calls the script in the actions on the animation load.

However, I cant get the generated snow to show behind any other objects on the canvas.

http://www.kirupa.com/developer/mx/snow.htm

enter image description here

You can see from the image the RedBox and the Border layers are above the SnowFlakes layer, I want them in front. How can I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:43:24+00:00Added an answer on May 22, 2026 at 6:43 pm

    Flash’s DisplayList operates as an array with no empty values. If you have 10 different display objects on the display list, each will populate index position 0-9. 0 will occupy the lowest layer, on up to 9, which will appear to float over everything else.

    So, to get your SnowFlakes layer under everything else, you need to make sure it is at index 0, or at least below everything else, in this case your redbox and border.

    How are the “snowfake” objects added into the display list? Make sure that flakes are being added to the correct displayobject:

    var flake:SnowFlake = new SnowFlake();
    SnowFlakeLayer.addChild(flake); 
    

    and that that object is on the right layer

    addChildAt(SnowFlakeLayer,0);
    

    I didn’t look at the tutorial, and you didn’t post any code, but I would guess that you are not adding the flakes to the SnowFlakeLayer correctly. Assuming everything else is layered correctly, that is your problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to create an automatic weather including rain, snow, clouds, fog and sunny.
In a tutorial project I have started, when i type 'rake db:create' or 'where
I have create my own NSOpenGLView class, right now the data that i want
I have create name range on sheet A so I need to use this
i have create a form (so it's PHP and HTML hybrid-code). it has ability
I use TcxGrid I have create fields on execution time because I have a
This is what I currently have: CREATE OR REPLACE TRIGGER MYTRIGGER AFTER INSERT ON
I've read this book section about git branches. I have create a branch called
I have to create a dialog based application, instead of old CFormView type of
I have to create a site definition for a client that must contain pre-defined

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.