Additionally, there is a thread that contains the most important general info about game creation: http://gamershood.com/forum/showthread.php?t=3575
Announcement
Collapse
No announcement yet.
How to make a Game?
Collapse
X
-
I have move your post here.
Please read this thread and also this one:
The posts contain a lot of general information about game creation.
Comment
-
How can I make a game?
How can I make a game? Need help.I am a Genetic Engineer in CST and in room 010 in GH Hotel
I have my DICTIONARY with me every time. Even now
Sister: Neener
Favourite Moderator: EscapeGirl
Other Friends: Mistery, Liliputt
Walkthrough Team: Neener, Jcatzl101
Visit my website!
http://www.mindistortion.net/iwantyo...%20Walkthrough
Comment
-
No, it's not possible to give a full tutorial.
Read this please:
Comment
-
why does it ask for your job?? do you have to be an adult to download this daft adobe thing??lol
edit: im only making a simple game, like paint or stickman games...
anyone know any software for that?
i am.....
official karcat for the loony bin!
bat cat mateys:
george147, escapegirl, darknight ,
mystery, Becky, onebun, lilliput , lili, jenni, electrogirl, mitty and doglover!jcatlz101
if youwant to be my matey just talk to me
oh and....
my best riddle: www.freewebs.com/testriddle/1st to finish: no one yet!clicking spoilers is fun
Comment
-
I stand corrected
It looks like you figured out a way to do it. Good job, and way to think outside the box. 
http://www.gamershood.com/forum/show...921#post428921
Comment
-
Just as a quick side note you could also put a password lock in a PowerPoint game quite easily using the simple script I wrote below:
Sub GetInput()
Dim MyInput
MyInput = InputBox("Enter password")
If MyInput = **** Then
ActivePresentation.SlideShowWindow.View.GotoSlide #
End If
End Sub
Where **** equals the password you want to use and # equals the slide you want to transition to.
Comment
-
Does anyone know how to make games? I want to make some riddles, point and click games, and escape the room games, but I don't know how. If you know how to do this, please PM me and let me know exactly what I need to do and how I need to do it. Thank you.Last edited by Adventure; 07-26-2007, 10:06:52. Reason: Moved post. Please post in the appropriate thread. Your question has nothing to with the mini Wogger games.
Comment
-
A basic riddle game would not be that hard if you have some experience designing web pages. To make a point and click game or a room escape game you would have to learn to write scripts and design flash games which is really something that you would have to teach yourself to do or go to school for. There isn't a way somebody can really teach you to do that in a forum. There are books and websites that can give you a head start if you are truly interested. Just look around Google.
Comment
Comment