Hi Mat9537,
try lock moves
move image "B" to the points of graphic "Polygon" in movementspeed seconds without waiting
move image "A" to the points of graphic "Polygon2" in 2.3 seconds without waiting
unlock moves lock moves and without waiting are the magic commands
are you in any way related to ...
Search found 8 matches
- Tue Dec 09, 2008 12:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Racing
- Replies: 3
- Views: 5074
- Tue Dec 09, 2008 11:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Racing
- Replies: 3
- Views: 5074
Racing
Okay, I want two images to race along the screen via two separate polygons. The problem I have is that when I run the script they don't go at the same time. e.g. Image "B" goes first and then Image "A" goes after the first has completed this action.
move image "B" to the points of graphic "Polygon ...
move image "B" to the points of graphic "Polygon ...
- Fri Oct 10, 2008 9:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Drawing help
- Replies: 11
- Views: 13265
- Thu Oct 09, 2008 2:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Drawing help
- Replies: 11
- Views: 13265
- Thu Oct 09, 2008 12:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Drawing help
- Replies: 11
- Views: 13265
Drawing help
After reading a previous post I have learnt how the user can draw shapes in a picture field using the following code:
on mouseUp
choose pencil tool
set the pencolor to "black"
end mouseUp
I have assigned the code to a button. However, once the button is clicked the cursor will always be a ...
on mouseUp
choose pencil tool
set the pencolor to "black"
end mouseUp
I have assigned the code to a button. However, once the button is clicked the cursor will always be a ...
- Fri Jan 25, 2008 12:59 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Absolute and Relative File Names
- Replies: 0
- Views: 2453
Absolute and Relative File Names
We're having difficulty with some of files and creating a standalone application. On my program, I got a mixture of relative and absolute files, so when I export it, I only see the relative files. So, to change it to relative we changed the source code from: (for example)
/Users/documents/files
to ...
/Users/documents/files
to ...
- Wed Oct 03, 2007 12:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Drag 'n' Drop
- Replies: 3
- Views: 6665
- Wed Oct 03, 2007 10:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Drag 'n' Drop
- Replies: 3
- Views: 6665
Drag 'n' Drop
For school coursework we have to use Revolution Media to make an interractive program. In this we need to use a drag and drop feature. Through many attempts to do this we are unsuccesful, can anyone give us a pointer? We are aware of the 'grab me' command.
I'm sure you're all aware of the drag ...
I'm sure you're all aware of the drag ...