Page 1 of 1

Move Object

Posted: Wed Feb 26, 2014 4:19 pm
by itay1023
Hi all :)

How to I move an object 100 pixels upwards?

Best,
Itay :)

Re: Move Object

Posted: Wed Feb 26, 2014 4:29 pm
by Klaus
Hi itay,

hm, a hard one! 8)

1.
...
put the loc of btn "a button" into tLoc
subtract 100 from item 2 of tLoc
set the loc of btn "a button" to tLoc
...

2. animated:
...
move btn "a button" rel 0,-100 in 1 secs
...

Best

Klaus