This is what I have to enter your user and pass.
on (release){
real_user = pick_name.text;
real_pass = pick_pass.text;
gotoAndStop(2);
}
I would like some like this
Frame 1 timeline:
real_user = "doesn't_matter"; //reference1 real_pass = "doesn't_matter"; //reference2
Here's where I don't know the proper code, but here's an Idea of what im looking for.
on (release){
**doesn't_matter** = change_user.text;
// ^^/>^^respect to reference1
//I would want to physicaly change the code to what the user enters in frame 1 of the time line
**doesn't_matter** = change_pass.text;
// ^^/>^^respect to reference2
//Again I would want to physicaly change the code to what the user enters in frame 1 of the time line
gotoAndStop(2);
}
I'm not really sure if that is possible, its just an Idea I had. But if its not or you cant understand what I mean. Then I would like to know how to export variables to notpad or some such. I know your not going to do my "homework", but if someone could point me in the right direction with a URL to where I could learn how to do such, or even some code to look at as an example much appricieated. Thank You
Icedd

New Topic/Question
Reply



MultiQuote


|