1 of them is close: 7 Miles = 11.265408 Kilometers
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Kweepa on Sun 23/02/2020 16:59:22Correct, could it have been solved without the clue, i wonder.Spoiler
PLANS[close]Spoiler
'Old school' (2000?) phone keypad typing[close]
Quote from: blur on Thu 20/02/2020 22:40:48There is something there.Spoiler
It is PUTIN's telephone number?[close]
SaveMouseX = mouse.x;
SaveMouseY = mouse.y;
if (SaveMouseX > -1) {
if (abs(mouse.x - SaveMouseX) > abs(mouse.y - SaveMouseY)) { //Mouse was moved horizontally more so check to see if left, right or not far enough
if (abs(mouse.x - SaveMouseX) > 10) {
if (mouse.x > SaveMouseX) {
//Animation code for mouse moving right goes here
} else {
//Animation code for mouse moving left goes here
}
}
} else { //Mouse was moved vertically more so check to see if up, down or not enough
if (abs(mouse.y - SaveMouseY) > 10) {
if (mouse.y > SaveMouseY) {
//Animation code for mouse moving down goes here
} else {
//Animation code for mouse moving up goes here
}
}
}
}
Quote from: Ben X on Tue 18/02/2020 07:38:30Correct Ben. Good movie and not a parody to top gun but they do have a similar vibe to them
Iron Eagle?
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.039 seconds with 17 queries.