i need to program a race between two penguins racing two wards a icehole. the one that gets there first says " I won" What is the best way to decide whitch penguin won and got there first?
So should the winner be random, or is this just a movie that plays the same over and over again?
If it's random, then try this:
if chose true 50% of the time (you can find the chooseTrue function under the world's function tab)
penguin1 move forward 10 meters duration .75 seconds
penguin2 move forward 10 meters duration 1 second
else
penguin1 move forward 10 meters duration 1 second
penguin2 move forward 10 meters duration .75 seconds
first off like x2495iiii said we need to know if it is a movie or a game??? also, thank you x2495iiii because i was trying to create a quick little game today in programming for some extra credit and you helped me with my question