How I make??? 3 Questions

Hello everybody.
I have make a Character,
I have make 6 Maps,
I have make my scripts,
My Character can Jump, Walk, Run, Sidewalk.

1 Question: How I make enemies?

2 Question: How I put objectives?

3 Question: How I make to change the level when the objective is done?

please tell me…

There’s nothing particularly special about making NPCs; they’re just other objects in the scene. The hard part, more or less, is making them behave intelligently (AI). Is that the part you’re looking for help with?

Objectives is one of those ‘there’s many ways to do it’ things. There’s no one correct answer, so you can basically do it in whatever way meets your requirements and makes sense to you.

For the third question, you can use Application.LoadLevel() to load a new level. (As for determining when the objective has been met, that depends on how your ‘objective’ system is implemented.)

thanks

but how I PUT an objective?

Script?

Not sure I understand the question. Can you be more specific?

It sounds like he’s wanting a script that changes the level once X number of enemies are killed, or some other event to trigger it.

yes, yuo are right…