RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jan 2, 2010 22:14:42 GMT -5
Here are some screenshots from a Millionaire presentation software I have put together in PowerPoint. I have now done the original version, the season 7 version, and Super Millionaire, however the last two are undergoing some graphical changes at the moment. I'll be sure to upload pictures of them when I'm done. The Phone-a-Friend lifeline clock. An answer has just been given. The background after the spotlights have mostly faded away.
|
|
FrankT
Fan Games Pass Holder
I LIVE AGAIN
Posts: 2,696
|
Post by FrankT on Jan 3, 2010 5:03:26 GMT -5
Nice! Just out of interest, are the questions randomly generated?
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jan 3, 2010 17:45:33 GMT -5
No, actually; although I'd like for it to be like that (and probably could do it, although it'd take a bit of coding effort), I haven't done that yet. It's only in PowerPoint, so I just enter questions to make separate games.
|
|
FrankT
Fan Games Pass Holder
I LIVE AGAIN
Posts: 2,696
|
Post by FrankT on Jan 3, 2010 19:29:02 GMT -5
Oh, right. Incidentally, can I download a macro that does random questions?
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jan 4, 2010 16:43:36 GMT -5
I don't know of anything that does that, really, however if you are willing to enter every single question into one PowerPoint then I have a solution. (I just have yet to implement it into my own. ^^)
First, you'd need to order all the question slides so that they are in value order. As long as all the values are in groups, it doesn't matter how you arrange them beyond that. Now, I'd make it with the VBA so that when you click on whatever takes you to your next question, it takes you to a random slide in a certain range for whatever money value you have.
Number =Int((highest number in range - one less that lowest number)*rnd + lowest number in range)
That would be what you'd need for the range. So, as an example, if all my $500 questions were in between slides 30 and 40, this is what I'd have:
number = Int(40-29)*rnd+30)
Which would end up being:
number = Int(11*rnd +30)
Then the sample code would end up looking like this:
Sub randjump() randomize Dim Inum As Integer Inum = Int(11 * Rnd + 30) ActivePresentation.SlideShowWindow.View.GotoSlide (Inum) End Sub
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jan 15, 2010 21:07:28 GMT -5
Here's some screenshots from my "1 vs. 100" game. ;D The Mob has just answered a question. The contestant has just chosen an answer. The contestant is correct. The Mob elimination screen for the new rules version. The Mob elimination screen for the old rules version. The "Money or the Mob?" graphic on the old rules version.
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Feb 6, 2010 8:12:00 GMT -5
A test for my new format game.
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jul 6, 2010 7:43:20 GMT -5
It's been a while, so I'll update on what I'm doing. All old designs of my Millionaire game have been scrapped (although they are still on my computer), and right now I'm working on a game for the clock format. (I'll get back to doing the primetime version; I'm just trying right now to get the harder one over with.) Here are some pictures: Screen before a question comes up. The question and clock. The grey burst-thingers in the logo at the top left rotate. Ask the Audience lifeline. The bars move randomly, as in the show. Answer selection. Correct answer. I have only the first five questions done right now, and I'm working on the sixth. EDIT: The gray squares under the lifeline icons are to turn them "off", that is, to make them grey and prevent their use.
|
|
|
Post by Randydorney on Jul 10, 2010 17:29:55 GMT -5
The updated version looks Great! The Millionaire Logo text looks a bit tiny in the middle but its a slight thing. Overall Looks Great!! LOVING IT! I would love to play it and test it if you are doing that later down the road. Keep up the great work!
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jul 13, 2010 9:12:12 GMT -5
Thanks! Although I'm really just done with that logo; it took me ages to get it that far.
|
|
|
Post by ike8384 on Jul 16, 2010 16:29:28 GMT -5
Here are some screenshots from a Millionaire presentation software I have put together in PowerPoint. I have now done the original version, the season 7 version, and Super Millionaire, however the last two are undergoing some graphical changes at the moment. I'll be sure to upload pictures of them when I'm done. The Phone-a-Friend lifeline clock. An answer has just been given. The background after the spotlights have mostly faded away. I like how slick it looks, even though it still looks pretty simple, it has a really cool slickness to it
|
|
|
Post by Randydorney on Jul 21, 2010 2:30:19 GMT -5
Is there a way I could have and as well play it when your done? It will be only for personal enjoyment purposes? Let me know, thx!
|
|
FrankT
Fan Games Pass Holder
I LIVE AGAIN
Posts: 2,696
|
Post by FrankT on Jul 21, 2010 2:37:40 GMT -5
It's in the Fan Games section; you can apply for the password if you want to get in.
|
|
RyanZ
Fan Games Pass Holder
Posts: 557
|
Post by RyanZ on Jul 21, 2010 7:15:45 GMT -5
What Frank said. ^^ Work on Millionaire, however, has been at a stop recently, although I am working on other games (mostly 1 vs. 100 and The Price is Right). I'm trying to do every pricing game for TPiR, and here's some screenshots for the ones I've done so far: 3 Strikes Any Number Bullseye I
|
|
|
Post by tdav13 on Jul 22, 2010 18:52:08 GMT -5
What work!
|
|