PDA

View Full Version : FMX : Variables



mdipi
February 12th, 2004, 09:42 AM
Hey guys,
quick question, are variables global through scenes? I am working on a game show w/multiple scenes and i need a variable that i used in a previous one, but i dont know if it carries through. :-/

Thanks-
-Mike

senocular
February 12th, 2004, 07:40 PM
have you tried it?

mdipi
February 12th, 2004, 08:26 PM
yeah, but i odnt know if i am doing something wrong in the code too, so i figure best to ask while i debug...

pom
February 14th, 2004, 12:28 PM
First scene:
a = 5;
Second scene:
trace (a);Control + Return. What does it say?

mdipi
February 14th, 2004, 10:36 PM
i will try it monday when i have the fla then let you know if it says what it should :D