Page 1 of 1

Moving A Player

Posted: Mon Dec 16, 2013 12:31 am
by LemonLimeLife
Hi I am extremely new to livecode (started today :P) and I am wondering how do get an image (I named it box) to move left when I hold down a button named left?

Re: Moving A Player

Posted: Mon Dec 16, 2013 1:43 am
by Simon
And the dictionary to the rescue!
Look up "left" :)

But you'll want more because I'm guessing you want it to keep moving?
Swooping in again comes the dictionary... "mouseStillDown" :D

Now in the end you probably wont want to use that method, but it will get you going.

Simon

Re: Moving A Player

Posted: Mon Dec 16, 2013 1:56 am
by LemonLimeLife
alright thanks :)