Page 1 of 2

i have a some questions

PostPosted: Wed Feb 14, 2007 9:24 am
by Caaz Games
:?: umm i have a few questions,

1.how do you make it to where you can only jump once? ive tried some codes but they never work.

2.how do you make the score thing go down when you colide with something?

3.can you insert a restart game button so you can press it when you die?

4.where can i find sprites?

PostPosted: Wed Feb 14, 2007 10:44 am
by Joshua Worth
You should probably search the forum with the link at the top of the page. Most of these questions have been asked times

PostPosted: Wed Feb 14, 2007 11:35 am
by Caaz Games
:D ok :D

PostPosted: Wed Feb 14, 2007 11:36 am
by Joshua Worth
If you can't find what you're looking for, post.

PostPosted: Thu Feb 15, 2007 8:09 am
by Caaz Games
How do you make it to where you can only preform an action when in the specified range?



wow that made me sound a little older! :o

PostPosted: Thu Feb 15, 2007 3:10 pm
by Sgt. Sparky
I can help you there.
Code: Select all
if(distance(xscreen, yscreen, Player.xscreen, Player.yscreen) < what-you-want)
{
    Perform-your-Action(s);
}

:D
for A.I. help go to:
http://game-editor.com/forum/tp-3049-AI ... game-.html
:D

PostPosted: Thu Feb 15, 2007 9:54 pm
by Caaz Games
whats the "what-you-want" part do?

PostPosted: Fri Feb 16, 2007 12:49 am
by Sgt. Sparky
that is where you put distance limitations :D (max distance for < or mindistance for >)

PostPosted: Sat Feb 17, 2007 2:39 am
by Caaz Games
ok, ok, now how do i post a demo?

PostPosted: Sat Feb 17, 2007 3:17 am
by Sgt. Sparky
first: put your game into a compressed(Zipped) folder,(.zip)
then you click post reply, and add attachment, then if the file is less than(<) 2MB you click Submit.
oh! makslane loves it when people post pictures :D

PostPosted: Sat Feb 17, 2007 6:37 am
by Caaz Games
ok how do i post a pic?

PostPosted: Sat Feb 17, 2007 6:56 am
by DilloDude
The same way, except you don't need it in a zip file. http://game-editor.com/forum/attach_rules.php?f=1

PostPosted: Sat Feb 17, 2007 4:08 pm
by Sgt. Sparky
or go to:
http://www.imageshack.us
and load your pictures and post the image code that has [IMG] in it and not [img]
:D

PostPosted: Sun Feb 18, 2007 4:05 am
by Caaz Games
i meant like, how do you take a snapshot? :?:

PostPosted: Sun Feb 18, 2007 4:42 am
by Sgt. Sparky
press the prnt scrn button to the right of f12,
then open paint, or whatever drawing program you use,
then you click on paste.
and you have your Image! :D
all you need to do is save it :D