Hiro
August 24th, 2004, 09:43 PM
Hi all, this is my first post to these forums - i have been visiting it a bit lately and it seems great.
I have started working with Flash MX again and I am making a presentation CD.
I have a dynamic text field and a menu with buttons. Some of the buttons tell the dynamic text field to load data from online files, and some load it from offline files (which is obviously quicker).
The problem i have is
-I click Button 1, which loads online data
-I click Button 2, which loads offline data BEFORE the data for button 1 is loaded.
What this does is loads the data from button 2 which is fine. But then it overwrites it with the data from button 1 which was taking longer!
Is there some way i can tell it to stop running actionscript for button 1?
Thanks
I have started working with Flash MX again and I am making a presentation CD.
I have a dynamic text field and a menu with buttons. Some of the buttons tell the dynamic text field to load data from online files, and some load it from offline files (which is obviously quicker).
The problem i have is
-I click Button 1, which loads online data
-I click Button 2, which loads offline data BEFORE the data for button 1 is loaded.
What this does is loads the data from button 2 which is fine. But then it overwrites it with the data from button 1 which was taking longer!
Is there some way i can tell it to stop running actionscript for button 1?
Thanks