Just do it . . .
Exam paper here:
http://www.ocr.org.uk/Images/266758-uni ... ssment.pdf
Getting ready for exams.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
richmond62
- Livecode Opensource Backer

- Posts: 10226
- Joined: Fri Feb 19, 2010 10:17 am
-
FourthWorld
- VIP Livecode Opensource Backer

- Posts: 10068
- Joined: Sat Apr 08, 2006 7:05 am
- 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 tPosRichard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
richmond62
- Livecode Opensource Backer

- Posts: 10226
- Joined: Fri Feb 19, 2010 10:17 am
Re: Getting ready for exams.
I did it in a far cruder way . . .
-
richmond62
- Livecode Opensource Backer

- Posts: 10226
- Joined: Fri Feb 19, 2010 10:17 am
Re: Getting ready for exams.
I have NOT implemented anything below the RED line.