Page 1 of 1

Requesting Healthtext.

PostPosted: Tue Dec 18, 2007 3:35 am
by Electric360
Ok I don't know that much about codes yet and I don't have Game Editor right now (I'm going to buy it when I learn how to script)so if anyone can give me tutorial and explain what the scripting means I will give them five points.

Re: Requesting Healthtext.

PostPosted: Tue Dec 18, 2007 8:51 am
by Bee-Ant
if you wanna learn how to scripting, download the GE demo version...and click Help>Tutorial to see the tutorial of GE
You also could ask to us (old user) how to scripting...

Scripting means how to set the program of any actors when the game is running. such as movement(auto movement for enemy, or manual movement for player, use KeyDown event), CreateActor (you could use this to make shooting game), and etc...

Just download that demo version and let's scripting together...We will help you... :D

Re: Requesting Healthtext.

PostPosted: Tue Dec 18, 2007 11:50 am
by Kalladdolf
there are many variables useful for your game
like yvelocity is good for gravity,
rand makes something random,
etc.
you can also make your own variables to make health or some values (a coin count)...
those are only examples.
the whole scripting of GE is way too complicated and huge for us to explain it in one topic.
you learn it step by step.
get good game demos, turtorials and examples to learn.

Re: Requesting Healthtext.

PostPosted: Wed Dec 19, 2007 1:07 am
by Electric360
I all ready have the demo.I already know how to move an actor,make a score,put gravity in the game and make a cheap health bar.

Re: Requesting Healthtext.

PostPosted: Wed Dec 19, 2007 1:30 am
by Electric360
When I get a game demo it dosn't work on Game Editor it says some file can't work or I need a updated version of Game Editor.Anyways all I want to know is just how to make healthtext.