The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 6:27 pm



 [ 409 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 28  Next
Gamemaker help! (Now with FAQ) 
Author Message

Joined: Thu Aug 14, 2008 2:21 pm
Posts: 44
CrazyStunTdouble wrote:
k tenks. now the third question? lol.

if your third question is how to get something to shoot at you not randomly. You will need to use
line of sight.
this tutorial can explain it better than me. most of the stuff ive learned is from this guys tutorials
http://www.youtube.com/watch?v=7k8tZlo-qAw

_________________
Image
http://www.prizerebel.com/index.php?r=69220
Use me refferal link for prize rebel and pm me for help It works trust me i got bully for the
wii from it!!!!


Wed Sep 17, 2008 12:21 am
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Hmm... how do you make a main menu??


Sat Sep 20, 2008 8:07 pm

Joined: Sun Aug 17, 2008 1:51 pm
Posts: 79
easy. jus make objects for the menu options, and have it so that when u click an option, u go to the room it leads to

idk the block code, but the block code is

(for menu option)
Mouse Left Click Event -> Go to Room ??

_________________
Jirachi wrote:
I'm now switching from RPG Maker To Game Maker. Way better. Period. Anyways, This game will work way better, so you guys that are pro at Game Maker [Silently points at that crazystunTdouble] can help me.


Sat Sep 20, 2008 9:05 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
how do you like. cause im making a fighting game, how do you like add a collision to a person and reduce there health


Sun Sep 21, 2008 2:18 pm

Joined: Sun Aug 17, 2008 1:51 pm
Posts: 79
add event collision with (some other object) -> -?? health relative

te other object has to have health though of course

_________________
Jirachi wrote:
I'm now switching from RPG Maker To Game Maker. Way better. Period. Anyways, This game will work way better, so you guys that are pro at Game Maker [Silently points at that crazystunTdouble] can help me.


Sun Sep 21, 2008 3:49 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
how do you make a platform, like seriously. I try to tutorial, phail -.-'


Mon Sep 22, 2008 2:51 pm
User avatar

Joined: Mon Aug 11, 2008 8:02 am
Posts: 172
Location: Waiting for the Mother 3 translation to be done
Jirachi wrote:
how do you make a platform, like seriously. I try to tutorial, phail -.-'

a platform that you can jump through the bottom and stand on top, or just a platform that is completely solid?

_________________
Image


Mon Sep 22, 2008 3:18 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Koodoo25 wrote:
Jirachi wrote:
how do you make a platform, like seriously. I try to tutorial, phail -.-'

a platform that you can jump through the bottom and stand on top, or just a platform that is completely solid?

EDIT nvm, but this may be the stupidest problem.
I got the platforms on and etc, its just so hard to like make him move,.


Mon Sep 22, 2008 3:21 pm
User avatar

Joined: Mon Aug 11, 2008 8:02 am
Posts: 172
Location: Waiting for the Mother 3 translation to be done
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
how do you make a platform, like seriously. I try to tutorial, phail -.-'

a platform that you can jump through the bottom and stand on top, or just a platform that is completely solid?

EDIT nvm, but this may be the stupidest problem.
I got the platforms on and etc, its just so hard to like make him move,.

what did you put down for the events/actions to make him move?

_________________
Image


Mon Sep 22, 2008 4:04 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Koodoo25 wrote:
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
how do you make a platform, like seriously. I try to tutorial, phail -.-'

a platform that you can jump through the bottom and stand on top, or just a platform that is completely solid?

EDIT nvm, but this may be the stupidest problem.
I got the platforms on and etc, its just so hard to like make him move,.

what did you put down for the events/actions to make him move?

since it's gonna be an animation.
Events
Press Right
Change Sprite to Sprite4(Animation)
Move fixed (he has to mov left, so i put that)
Speed 1
Relative checked


Release Right
Start moving in Direction (The middle to stop)
Change Sprite (back to what it was before)


Mon Sep 22, 2008 4:07 pm
User avatar

Joined: Mon Aug 11, 2008 8:02 am
Posts: 172
Location: Waiting for the Mother 3 translation to be done
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
how do you make a platform, like seriously. I try to tutorial, phail -.-'

a platform that you can jump through the bottom and stand on top, or just a platform that is completely solid?

EDIT nvm, but this may be the stupidest problem.
I got the platforms on and etc, its just so hard to like make him move,.

what did you put down for the events/actions to make him move?

since it's gonna be an animation.
Events
Press Right
Change Sprite to Sprite4(Animation)
Move fixed (he has to mov left, so i put that)
Speed 1
Relative checked


Release Right
Start moving in Direction (The middle to stop)
Change Sprite (back to what it was before)

AHA! it may be the collision with the platform or the movement.

The recommended movement is
Events
Keyboard = Right
in this case X = 1
Relative checked

Left
Keyboard = Left
X = -1
Relative checked

if that fails show me what you have for collision with the platform

_________________
Image


Mon Sep 22, 2008 4:16 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Koodoo25 wrote:
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
how do you make a platform, like seriously. I try to tutorial, phail -.-'

a platform that you can jump through the bottom and stand on top, or just a platform that is completely solid?

EDIT nvm, but this may be the stupidest problem.
I got the platforms on and etc, its just so hard to like make him move,.

what did you put down for the events/actions to make him move?

since it's gonna be an animation.
Events
Press Right
Change Sprite to Sprite4(Animation)
Move fixed (he has to mov left, so i put that)
Speed 1
Relative checked


Release Right
Start moving in Direction (The middle to stop)
Change Sprite (back to what it was before)

AHA! it may be the collision with the platform or the movement.

The recommended movement is
Events
Keyboard = Right
in this case X = 1
Relative checked

Left
Keyboard = Left
X = -1
Relative checked

if that fails show me what you have for collision with the platform

it still runs on the spot
here are some of the pics
http://i35.tinypic.com/ohmez7.png
http://i35.tinypic.com/2gy1ybl.png


Mon Sep 22, 2008 4:25 pm
User avatar

Joined: Mon Aug 11, 2008 8:02 am
Posts: 172
Location: Waiting for the Mother 3 translation to be done
Jirachi wrote:
it still runs on the spot
here are some of the pics
http://i35.tinypic.com/ohmez7.png
http://i35.tinypic.com/2gy1ybl.png
change the events to what i said
Code:
Events
Keyboard = Right
in this case X = 1
Relative checked

Left
Keyboard = Left
X = -1
Relative checked

_________________
Image


Mon Sep 22, 2008 4:33 pm
User avatar

Joined: Mon Aug 11, 2008 6:40 am
Posts: 1648
Location: ... Not America
Koodoo25 wrote:
Jirachi wrote:
it still runs on the spot
here are some of the pics
http://i35.tinypic.com/ohmez7.png
http://i35.tinypic.com/2gy1ybl.png
change the events to what i said
Code:
Events
Keyboard = Right
in this case X = 1
Relative checked

Left
Keyboard = Left
X = -1
Relative checked

k
where do i put the animation of him running


Mon Sep 22, 2008 4:40 pm
User avatar

Joined: Mon Aug 11, 2008 8:02 am
Posts: 172
Location: Waiting for the Mother 3 translation to be done
Jirachi wrote:
Koodoo25 wrote:
Jirachi wrote:
it still runs on the spot
here are some of the pics
http://i35.tinypic.com/ohmez7.png
http://i35.tinypic.com/2gy1ybl.png
change the events to what i said
Code:
Events
Keyboard = Right
in this case X = 1
Relative checked

Left
Keyboard = Left
X = -1
Relative checked

k
where do i put the animation of him running

Code:
Events
Keyboard = Right
change sprite to (running sprite)
in this case move to position X = 1
Relative checked

Left
Keyboard = Left
Change sprite to (running sprite left)
move to position X = -1
Relative checked

_________________
Image


Mon Sep 22, 2008 4:57 pm
Display posts from previous:  Sort by  
 [ 409 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 28  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.