Search found 11 matches
- Wed Aug 26, 2009 3:32 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: collision detection
- Replies: 4
- Views: 4230
- Tue Aug 25, 2009 10:19 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: collision detection
- Replies: 4
- Views: 4230
- Tue Aug 25, 2009 10:18 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: collision detection
- Replies: 4
- Views: 4230
collision detection
Yup, it's me again: I have two images moving randomly around. I would like them to (at the very least) stop if they touch. I'm not sure I understand the basics of how to detect collisions. I've got something like on mouseup put random(500), random(500) into LOC1 put random(500), random(500) into LOC...
- Tue Aug 25, 2009 12:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: counting and tables - 2 problems
- Replies: 6
- Views: 4384
- Mon Aug 24, 2009 11:53 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: counting and tables - 2 problems
- Replies: 6
- Views: 4384
- Mon Aug 24, 2009 11:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: counting and tables - 2 problems
- Replies: 6
- Views: 4384
counting and tables - 2 problems
I have two cards in my stack: One runs some graphics, and the other records various numerical properties of what the graphics have done - or at least, that's what it's supposed to do. Problem 1) I'm measuring the distance in pixels that 2 gif images have traveled. I am able to do this just fine. Whe...
- Sat Aug 22, 2009 12:15 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: a creative way to crash Rev - any suggestions?
- Replies: 3
- Views: 2695
- Fri Aug 21, 2009 8:26 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: a creative way to crash Rev - any suggestions?
- Replies: 3
- Views: 2695
a creative way to crash Rev - any suggestions?
So, what I'm trying to do is get two images to "line up" with points to which they are going to move. I have written this script, but all it does is close down Rev. Any suggestions for what might be wrong? on mouseup set the lockmoves to true put random(1000),random(1000) into LOC1 put random(1000),...
- Wed Aug 19, 2009 12:38 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: simultaneous movement
- Replies: 2
- Views: 2281
- Tue Aug 18, 2009 11:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: simultaneous movement
- Replies: 2
- Views: 2281
simultaneous movement
Can someone help me with some simple code to make two graphics move simultaneously? Currently, I've got them both turning to random angles, but they won't do it at the same time... any suggestions? I'm pretty new to Rev and to programming in general, and it feels like I"m missing something obvious.....
- Thu Jun 04, 2009 10:51 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: help with moving graphics
- Replies: 0
- Views: 1389
help with moving graphics
Hello, I am more or less brand new to the worlds both of programming, and to Rev in particular. I am trying to create a simulation of moving (and hopefully eventually interacting) animals. Currently, I have a couple of polygons that are moving around a screen. How do I specify a "head" end so that t...