Computer Science Canada How do i make this code? |
Author: | monkeypowah [ 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? |
Author: | apomb [ Wed May 28, 2008 10:05 am ] |
Post subject: | RE:How do i make this code? |
put jetman |
Author: | Sean [ 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. |
Author: | petree08 [ Wed May 28, 2008 12:41 pm ] | ||
Post subject: | RE:How do i make this code? | ||
"I wana make jetman" here formula
yeah this is a good start, you may need to fix up the AI and learn how to post a question |
Author: | Hendo [ 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 |
Author: | isaiahk9 [ 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). |
Author: | Insectoid [ Wed May 28, 2008 4:32 pm ] |
Post subject: | RE:How do i make this code? |
I get it now! Rant! |