Hey there. I’ve been trying to figure out how I could somehow create an “if then” statement with variables for my website.
Basically I just want to have a button that checks for a certain variable when you click it (I want it to check if a movie, lets call it “movie1” is already loaded). If it comes back false, then movie1 and movie2 both get loaded.
This way, after movie1 is loaded for the first time, it wont be loaded again. Basically, movie1 is just my background for all my other movies. So clicking button1 for the first time would load movie1 and movie2. Clicking button2 AFTER button1 was clicked would only load movie3.
Got it? Problem is, I’m limited in my knowledge of actionscript and variables, so I need some help (actually, lots of help, as I dont even know where to begin) to get this working. Thanks!