better still I'll explain my process and may be someone will show me the right way to do it.
I have a text file that is written like this.
200;
|
120;
|
420;
|
I am using the pipe "|" and the semicolon as separators. to split it up to the array called OAData.
So at OAData.At(1) the value will be 200 and the rest is etc'.
I then use that data t change sizes and positions. eg: Sprite12.x is set to 200 and so on.
How would you go about doing that? b'cause my code must break the C2 process.