Multiball preset
Posted: 11 Jan 2015 13:43
Hi
while typing with fat fingers on a small phone, i am atempting to make 2 buttons
1 will capture the x and y of multiball and the other will retreive it.
In first button... Capture
Ive declared variable v
And script is
V={multiball.x,multiball.y};
Second button... Retrieve
MultIball.x = v[1];
Multiball.y = v[2];
//My questions are:
Is there a way i can make a small output window to see what variable values are stored in array?
And
Why isnt the multiball updating upon depressing of the retreive button?
while typing with fat fingers on a small phone, i am atempting to make 2 buttons
1 will capture the x and y of multiball and the other will retreive it.
In first button... Capture
Ive declared variable v
And script is
V={multiball.x,multiball.y};
Second button... Retrieve
MultIball.x = v[1];
Multiball.y = v[2];
//My questions are:
Is there a way i can make a small output window to see what variable values are stored in array?
And
Why isnt the multiball updating upon depressing of the retreive button?