Hello, you are currently browsing to Retro-Renault Archive which is a copy of our old forum. You cannot post replies in this forum. Please click here to go to the active website.
|
Author |
Message |
valver
Level 9 User
Joined: 07 Dec 2005
Posts: 373
|
Posted:
Tue May 16, 2006 3:00 am |
|
|
|
|
donsrno1
Level 10 User
Joined: 04 Nov 2005
Posts: 575
|
Posted:
Tue May 16, 2006 3:25 am |
|
lol, I did that last night. I got 50/50 but needed a little help - theres a few tricky ones in there. |
|
|
|
|
Chet T16
Retroholic
Joined: 12 Feb 2004
Posts: 5685
|
Posted:
Tue May 16, 2006 4:18 am |
|
Code: |
// Car Close-ups Game
// MTV Overdrive - Pimp My Ride Extras
// configurable options below
// number of panels
var noPanels = 25;
// cookie name to save game state to
var cookieName = 'MTVOverdriveCarCloseUpsGame';
// number of days for the cookie to remain active;
var cookieExpiryDays = 365;
// arrays of makes and models
var makes = new Array (
'volkswagen',
'lotus',
'subaru',
'ford',
'ford',
'mini',
'porsche',
'lamborghini',
'ford',
'mclaren',
'pagani',
'morris',
'mercedes',
'rollsroyce',
'citroen',
'ferrari',
'austin',
'jaguar',
'porsche',
'ferrari',
'lancia',
'volkswagen',
'ferrari',
'citroen',
'renault'
);
var models = new Array (
'beetle',
'elise',
'impreza',
'focus',
'escort',
'cooper',
'914',
'murcielago',
'gt40',
'f1',
'zonda',
'minor',
'slr',
'phantom',
'saxo',
'testarossa',
'mini',
'etype',
'cayman',
'enzo',
'deltaintegrale',
'golf',
'f40',
'2cv',
'5turbo'
); |
Easy |
|
|
|
|
valver
Level 9 User
Joined: 07 Dec 2005
Posts: 373
|
Posted:
Tue May 16, 2006 4:34 am |
|
i dont know wot (I mean what really) kind of porsche no 7 is
the kind of lancia no 21
and no 9,but i i now know its a ford gt40 |
|
|
|
|
Hanna
Site Subscriber
Joined: 23 Mar 2004
Posts: 207
|
Posted:
Tue May 16, 2006 5:03 am |
|
21/50 |
|
|
|
|
donsrno1
Level 10 User
Joined: 04 Nov 2005
Posts: 575
|
Posted:
Tue May 16, 2006 5:31 am |
|
valver";p="95040 wrote: |
i dont know wot (I mean what really) (I mean what really) kind of porsche no 7 is
the kind of lancia no 21
and no 9,but i i now know its a ford gt40 |
7- not a 911, but similar name
21 - probably what you thought of but it needs another part at the end of the name |
|
|
|
|
|
|