Hello guys I 'm new in coding
In fact I have a simple question for you.
I have 3 files.lua linked by a STORYBOARD
In file1.lua I have a variable memorized ( local A= 1 )
In file2.lua I have a variable memorized ( local B= 2 )
I want to print the result of A+B in file3.lua… Is possible to do this??? and If yes How can I do ?
thanks for the attention
Kind Regards