Search found 21 matches

by hodok
11 Jan 2015 13:19
Forum: General Discussion
Topic: Compare previous value with current
Replies: 6
Views: 1115

Re: Compare previous value with current

When two ball touched it going to be acceptable if streams just overlap, passing both values alternately. This meant for control of single point, so multi-touch behaviour is not important.
by hodok
10 Jan 2015 22:56
Forum: General Discussion
Topic: Compare previous value with current
Replies: 6
Views: 1115

Re: Compare previous value with current

I need to get single changed value, like in attachment. It's a little buggy, and it have something to do with handling of touch events.
Is there a way to compare with each previous state(not only state was when touched)? It would solve a bug.
by hodok
09 Jan 2015 20:01
Forum: General Discussion
Topic: Compare previous value with current
Replies: 6
Views: 1115

Compare previous value with current

I need to identify which values of the array(x from MultiBall) have changed, how do I get "previous" value of x for comparing?
by hodok
31 Dec 2014 11:25
Forum: Troubleshooting
Topic: Settatribute in one-line script doesn't set anything
Replies: 2
Views: 834

Settatribute in one-line script doesn't set anything

I want to lock ball moving on y axis by button, but no luck when I doing it like this(which is the most obvious way in my humble view):
by hodok
08 Sep 2013 05:04
Forum: General Discussion
Topic: "For" loop problem
Replies: 4
Views: 1399

Re: "For" loop problem

I corrected mistakes you pointed but Monitors values still not moving. And it could all be achieved with just straight assigns Full script contains large formula, without loop it will be repeated many times, and there is a limit of maximum strings in one script, and I'm not sure how to factor this ...
by hodok
30 Aug 2013 07:05
Forum: General Discussion
Topic: "For" loop problem
Replies: 4
Views: 1399

Re: "For" loop problem

:cry:
by hodok
29 Aug 2013 13:17
Forum: General Discussion
Topic: "For" loop problem
Replies: 4
Views: 1399

Re: "For" loop problem

BTW it works if you reduce p3 and q3, but I can't do without them.
by hodok
29 Aug 2013 10:20
Forum: General Discussion
Topic: "For" loop problem
Replies: 4
Views: 1399

"For" loop problem

I trying to make something like this loop, I removed many parts, but I left that is not working as I expected. And what I expected is that Monitor and Monitor3 will show value of slider with number corresponding to loop iteration number(i), but it shows only 0. How do I make it working properly ...
by hodok
27 Aug 2013 15:50
Forum: General Discussion
Topic: How to make Text object showing numerical values?
Replies: 10
Views: 1971

Re: How to make Text object showing numerical values?

Softcore
Would you point me to my error here? I tried to make loop with algorithm from before, but the outcome is always 1 or 0 for some reason.
by hodok
26 Aug 2013 17:31
Forum: General Discussion
Topic: Manual execution - how do you use it?
Replies: 1
Views: 559

Manual execution - how do you use it?

Can you give me some examples of using Manual execution mode? I need one script to tell the other script to run, but not guessed how.