PDA

View Full Version : Game Maker 6 Help


Redbone
06-23-2007, 07:32 PM
Hi. I really need help.

I am using Game Maker 6. I have more than one object for the player. I'm trying to make the level view follow all of the character objects. For example, if I set the view to object Char Stand, the screen will scroll only if the character stops moving.

I use one new object for stand, jump, walk, dash, fly and some other actions.

Coolguy
06-23-2007, 09:12 PM
Why not have one object do all of the player's actions, instead of making a whole bunch?

AtkinsSJ
06-24-2007, 05:03 AM
Well, if you're going to use multiple objects, put:
view_object[0] = *name of object*
In the create event of each of the objects.

Redbone
06-24-2007, 05:42 PM
I can't find the Action. Where is the action?

AtkinsSJ
06-25-2007, 03:59 AM
Oh, type it in a code action. Sorry.