PDA

View Full Version : [FMX] a soccer classic scores game...



chipdouglas
July 19th, 2003, 03:12 PM
Okay, here we go. I want to make a soccer score game. A game that shows classic soccers results realtime with the
score at the point they where scored.

An example:

World Cup 1986 Mexico

West Germany - Argentina

the final score 2 - 3

the players who scored and the exact time:

---West germany---
Rummenigge (74 min)
Voller (82 min)
------------------

---Argentina------
Brown (23 min)
Valdano (56 min)
Burruchaga (85 min)
------------------

The total of matches with data like above is 45.

The total time of a soccergame is 90 minutes.

And futher more i want a start player selection kind-of-thing like this:
----------------USER INPUT---------------------------
select game [] (ex. VM 86 mexico, VM 94 USA etc.)
select number of players: [] (ex. 4)
select number of games pr player [] (ex. 5)
Select total time of playing [] (ex. 60 minutes)
Write the name of the players
----------------------------------------------------

1. Load external data (the pool of matches)
2. Get user input
3. Select random matches for the players
4. Calculate the time (90min/60min etc.)
5. Tell clock countdown the time and start the countdown from 90min to 0min
6. When a scoretime is equal to clockcountdown time then display game score and the soccerplayer who scored and the name
of the player who got the match.







I know this is a big favour to ask :-) So if you help me out i'm willing to help with some graphics (tjeck my portfolio: www.chipdouglas.dk)

blah-de-blah
July 19th, 2003, 09:46 PM
Well how good are you with flash? I pretty much doubt anyone will do all that for you, mostly they will just tell you how to do it.

So for questions 4, 5, 6 basically use date.getMinutes();

er...user input stuff can be found on the site tutorials. Not too sure exactly about 1 and 3. But lots of these can be found on the site or flash help files.

chipdouglas
July 20th, 2003, 05:06 AM
>Well how good are you with flash?

I suck :-)

Thanks I quess i'll have to make in steps a ask for help in each step.

/Chip