Quote:
Originally Posted by chicky371
|
I could not find the if statement in your movie but I think I know what the problem is. The way the movie is setup it will call "myFirstMethod" and then exit. If the distance is not <= 4
when the movie starts your condition will not be true. There are two common ways to do this.
- put everything within a while loop that ends when the program is done.
- use an event to keep checking the condition when the movie is running.
Mark