Help me!

Non-platform specific questions.

Help me!

Postby odnom » Tue May 01, 2007 3:08 am

hi iam new to this program and i seen another game that was made with this and it was pretty cool and i'am trying it now and i have a few questions
1. how do i make my character move to where i want when i want (like in the caveman game)

2. if i add my own background thats one big picture can i add ledges behind it so i can stand on things?

3. if i want to make a fighting sort of game how would i make him attack like in the cave man game you cant kill the snake??

if someone could help me that would be great thanks


(cave man game i am talking about is the one in the tutorials)
the tutorials are to hard for me :S
odnom
 
Posts: 2
Joined: Sun Apr 29, 2007 7:47 pm
Score: 0 Give a positive score

Postby Caaz Games » Tue May 01, 2007 1:44 pm

2. if i add my own background thats one big picture can i add ledges behind it so i can stand on things?
to make edges i would use a wire frame actor, have a collision event with the player actor.
1. how do i make my character move to where i want when i want (like in the caveman game)
do you mean like in a key down event or a move to event or a path?
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Postby odnom » Tue May 01, 2007 2:20 pm

yea like if i press left arrow key he moves left or right he moves right and how do i make him stand on the edges and not fall through?
odnom
 
Posts: 2
Joined: Sun Apr 29, 2007 7:47 pm
Score: 0 Give a positive score

observe

Postby d-soldier » Tue May 01, 2007 3:26 pm

Your actor needs a collision event set for colliding with the "ledges"(are you using an image or wireframe region?) On that collision event (player) set a physical response to contact with any side of (ledges) and make sure to check the box that says "repeat while colliding". Play the game and see what happens... you will no doubt need to adjust the physical response settings to your liking.
User avatar
d-soldier
 
Posts: 703
Joined: Sun Apr 08, 2007 2:13 am
Score: 61 Give a positive score

Postby Sgt. Sparky » Tue May 01, 2007 5:32 pm

if you are using a wire frame region set the physical responce of specified mass for the event actor to 0.000001,
set the physical responce(final velocity multiplier) to .1
:D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby Zehper48 » Wed May 02, 2007 12:05 pm

to make your guy move
add a keydown event then hit the up arrow key then click script editor and type
Code: Select all
y=y-5;
that will make your guy go up, to make him go right do the same thing and type
Code: Select all
x=x-5;
User avatar
Zehper48
 
Posts: 241
Joined: Sun Jun 11, 2006 1:34 am
Location: Advanced Noob
Score: 4 Give a positive score

Postby Sgt. Sparky » Wed May 02, 2007 9:32 pm

Zehper48 wrote:to make him go right do the same thing and type
Code: Select all
x=x-5;

x + is right,
x - is left,
y - is up,
and y + is down.
(x - is not right)
:D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron