Getting ready for exams.
Moderators: Klaus, FourthWorld, heatherlaine, robinmiller, kevinmiller
-
- Livecode Opensource Backer
- Posts: 2960
- Joined: Fri Feb 19, 2010 10:17 am
- Location: Bulgaria
- Contact:
Getting ready for exams.
Just do it . . .-
- VIP Livecode Opensource Backer
- Posts: 6370
- Joined: Sat Apr 08, 2006 7:05 am
- Location: Los Angeles
- Contact:
Re: Getting ready for exams.
Code: Select all
Put random(6)+random(6) into tNumSteps
put the CurrentPosition of button "Player1" into tPos
add tNumSteps to tPos
set the loc of btn "Player1" to the loc of grc tPos of group "grid"
set the CurrentPosition of btn "Player1" to tPos

Richard Gaskin
Community volunteer LiveCode Community Liaison
LiveCode development, training, and consulting services: Fourth World Systems: http://FourthWorld.com
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
Community volunteer LiveCode Community Liaison
LiveCode development, training, and consulting services: Fourth World Systems: http://FourthWorld.com
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/
-
- Livecode Opensource Backer
- Posts: 2960
- Joined: Fri Feb 19, 2010 10:17 am
- Location: Bulgaria
- Contact:
Re: Getting ready for exams.
I did it in a far cruder way . . .
-
- Livecode Opensource Backer
- Posts: 2960
- Joined: Fri Feb 19, 2010 10:17 am
- Location: Bulgaria
- Contact:
Re: Getting ready for exams.
NOT implemented anything below the RED line.
I have