Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mihnutza

Pages: 1
1
I still get that error, even with the code modifications.

2
Ask a Question / Re: Custom animations - HOW ?
« on: May 04, 2014, 11:18:31 am »
I understand what you mean, I asked if you can make an actor, " Bob ", and a separate animation, " Fire ". And you could do something like, " when jumping, Fire follow Bob ".

3
Ask a Question / Re: Custom animations - HOW ?
« on: May 04, 2014, 06:16:59 am »
And the animation always has to be an actor?

4
Ask a Question / Custom animations - HOW ?
« on: May 04, 2014, 05:12:59 am »
I was wondering, how do I make a custom animation, and manage to implement it in my game?
For example :

I want fire to flow from his back when he jumps, and also fire to spread on the ground when he lands. I will have to make the fire animation as an actor and try to follow the actor while he jumps? And the same with the ground?

5
Ask a Question / Re: Player Respawn - don't get it?
« on: May 12, 2013, 02:26:20 pm »
I tried to make a separate behaviour, if actor killed, create actor at x , y at front. But if I do that, when he hits the enemy the game just blocks and have to restart the game.

6
Ask a Question / Re: Player Respawn - don't get it?
« on: May 12, 2013, 12:12:48 pm »
He dies in the second scene but then the second scene loads with no player. I made an actor behavior for each collision with an enemy.


Example: hits water, kill self, fade out reload fade in
   
               Hits block, kill self, fade out reload fade in
         
               Hits enemy, same.


Should I do it in another behaviour, as a scene behaviour?

I must sent my game tomorrow and  finished it but never noticed this because I always checked the scenes with Test scene, and it works it you test scenes individually, but doesn't work for Test game.

7
Ask a Question / Player Respawn - don't get it?
« on: May 12, 2013, 10:18:46 am »
So almost finished my game, Tested Game, Scene I is playing and if I die in Scene I the actor dies, fades out and comes back in normally, but if I die in Scene II, the actor doesn't come back anymore,just dies.

They have the same death code like - If Self hits Enemy, Kill Self, Fade out Reaload than Fade In.

What should I do?

Pages: 1