so, what I am trying to do is making a MSDOS look-alike…
I have two textfields, one input called “input” and one dynamic called “output”, and this code is attached to a button:
on(keyPress "<Enter>"){
if (input == "RUN_index.exe","run_index.exe"){
output += "loading INDEX.exe";
} else {
output += "whatever dos says, can't remember right now...";
}
}
I only get “undefinedloading INDEX.exe” all the time…
Also, I want this to get on a new row everytime, this just adds it right next to the other.
Then, I would like a list of DOS commands I’m a bit to young to remember how to go to things in DOS…