Hi All,
This weekend I shall mainly be trying to work out how to Append text to a new line and in reverse order,
Scenario =
Text Object = Text1
Text Object2= Text2
onclick- Append Text2 with Text1
result wantted text1 = 1 text2=1
next: text1=2 text2= 12
next: text1=3 text2= 123
ect.
I have this already working in construct2 HOWEVER-
after the 1st line is full the text object gos blank, I have made the text object bigger on both axis to no joy,
my thinking is this:
either
1- count how many characters make a line then after that many hits try and add the new line break in , however i can see a problem later on when it comes to 2 characters numbers , <this is where i am at on this part.
the other bit would be to text2 =321 , would this be achieved by making a new variable 'x' and Append text1 to that and then work out how to print that out into text2 ?
Have a great weekend,