Best Way To Do A First, Second, Third Etc Counter In Fenix?


Goity

VIP Sleaze
Joined
Jun 22, 2004
Messages
5,598
Location
Isle of Ewe
I want to know what the best way to do this for a racer would be? I can't think of how I would do it.
 
Goity posted on Dec 8 2006 at 09:57 PM said:
I want to know what the best way to do this for a racer would be? I can't think of how I would do it.
i wish i had a clue about what you 're talkin
 
Last edited by a moderator:
Goity posted on Dec 8 2006 at 08:57 PM said:
I want to know what the best way to do this for a racer would be? I can't think of how I would do it.
If I knew exactly what you're asking I could tell you.

Edit:

I will take a stab in the dark, are you wanting to log what car came in first, second, third etc? if so you could use an array! if this is what you want to know, I can code it for you if you like :)
 
Last edited by a moderator:
i=1;
loop
if(through_the_finish_line)array=number_of_car;i++;end;
go_on_and_on_and_on();
frame;
end;
 
Back
Top