Let Me Rephrase The Question..
How do I view a preloader locally without uploading it to a server? I seem to be missing something when I read tutorials on it...
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Rephrase
I need to create many text boxes that are pointed to by many buttons, but i want to avoid creating a seperate text box for each button.
in other words i want the buttons to change the textboxes content (which is loaded from an external file) every time they are pressed.
How could i achieve this?
thanks
Niji
Rephrase My Problem
Frame 31 is going to be the only frame to tell you your outcome...
Let's say I was on the second question (frame 2) and got it right, then I would press the global button at the bottom of frame 2 to go to frame 31. But after i've seen the outcome on frame 31, I want to go to the next question (frame 3). This is the problem. Because I want to keep frame 31 as the only outcome frame, and not have many different outcome frames with many different buttons redirecting to many different other frames.
Complicated!
-Chris
Rephrase: Using Variables Within Variables
please help me get some sleep..
how can i make this work?
First Frame:
var number= 1;
var url = 'Pictures/photo'+number+'.jpg'
My 'next' button:
on(press) {
number = number+1;
content.loadMovie(url);}
Problem: button loads 'Pictures/photo1' and not photo2 as i would like.
To be able to use the next button for multiple functions i have to have my url variable set up the way i have it. how can i make var url use the new value for var number?
|