How do i make this code?
Author |
Message |
monkeypowah
|
Posted: Wed May 28, 2008 10:01 am Post subject: How do i make this code? |
|
|
i want to try to make a jetman game. how do i start? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
apomb

|
Posted: Wed May 28, 2008 10:05 am Post subject: RE:How do i make this code? |
|
|
put jetman |
|
|
|
|
 |
Sean

|
Posted: Wed May 28, 2008 12:02 pm Post subject: Re: How do i make this code? |
|
|
Get the concept, write it out, then think of ways you can encorporate what you want into Turing. The walkthrough is a great place to look into. |
|
|
|
|
 |
petree08
|
Posted: Wed May 28, 2008 12:41 pm Post subject: RE:How do i make this code? |
|
|
"I wana make jetman"
here formula
code: |
var Jet : real world object
var Man : human with Penis
var Game : what you need to learn how to make
Game := Jet+Man
loop
Game
exit when you are 1337
end loop
if Man not = Jet then
FAIL
end if
|
yeah this is a good start, you may need to fix up the AI and learn how to post a question |
|
|
|
|
 |
Hendo

|
Posted: Wed May 28, 2008 2:15 pm Post subject: RE:How do i make this code? |
|
|
well, yeah all the above are correct. but making any game in turing usually requires the following
importing pictures and sprites
- sprites are inteeractive graphics, usually a sprite is character, item, object, etc. anything with movement should be a sprite along with afew others like items and objects on the screen.
keydown events. to move your character you need to get keyboard input, you can easily search the forums with how to ahieve this (and everything else i tell you)
loops - just learn 'em
processes - although undesirable to use when possible they are good for playing music, sounds and stuff.
download some game examples here to get an idea of the general structure of a game, and good luck....and yes, you really need to learn how to post aproper question |
|
|
|
|
 |
isaiahk9

|
Posted: Wed May 28, 2008 3:20 pm Post subject: RE:How do i make this code? |
|
|
Plus, there are probably 5 turing submissions of Jetman (at least 3 for sure). |
|
|
|
|
 |
Insectoid

|
Posted: Wed May 28, 2008 4:32 pm Post subject: RE:How do i make this code? |
|
|
I get it now!
Rant! |
|
|
|
|
 |
|
|