
-----------------------------------
monkeypowah
Wed May 28, 2008 10:01 am

How do i make this code?
-----------------------------------
i want to try to make a jetman game. how do i start?

-----------------------------------
apomb
Wed May 28, 2008 10:05 am

RE:How do i make this code?
-----------------------------------
put jetman

-----------------------------------
Sean
Wed May 28, 2008 12:02 pm

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
Wed May 28, 2008 12:41 pm

RE:How do i make this code?
-----------------------------------
"I wana make jetman"

here formula 


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
Wed May 28, 2008 2:15 pm

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
Wed May 28, 2008 3:20 pm

RE:How do i make this code?
-----------------------------------
Plus, there are probably 5 turing submissions of Jetman (at least 3 for sure).

-----------------------------------
Insectoid
Wed May 28, 2008 4:32 pm

RE:How do i make this code?
-----------------------------------
I get it now!
[url=http://compsci.ca/v3/viewtopic.php?t=18029]Rant!
