Skip to main content
April 26, 2007
Question

conditional statement question

  • April 26, 2007
  • 1 reply
  • 157 views
I have been learning action script for a couple of months now, and I have a newbie question. My page loads with the background fading in through a function I created. Next I wanted to either place or animate my contents coming in after that. How do I create a conditional statement to test whether the background has completed coming in and then execute the rest of the contents. I am probably looking at this the wrong way. Any help would be great. Thanks in advance.
This topic has been closed for replies.

1 reply

Participating Frequently
April 27, 2007
The best way might be to simply let the function that executes the fade in also handle the control of when it is done.

If you post part of the code i can take a look ;)