Actor movement and camera control issues.
Hello everyone,
I'm trying to do two things:
1) Have my main character run forward at the beginning of the level (endless runner style) but to stop and leap back (go back a little) once he collides with an enemy.
2) Make the camera follow the character but keeping him in a fixed position the left corner at all times. Any way to move the tracking area of the camera to the desired position?
I'm very new at Gamesalad so I'll need a step by step guide if at all possible. And I've read that I should not use the move behavior for moving my character but I can't find any tutorial on how to use the interpolate behavior for this particular movement pattern (mostly "move to" tutorials out there...)...any good tutorial for this case?
I've also read an post about the second problem (camera tracking) but could not understand how they did it but the solution involved unlocking the actor (how do you do that anyway) which is not recommended in many other posts. Any other solutions?
I know this must be quite easy but I just could not find anything related to it here...
Thanks in advance!
I'm trying to do two things:
1) Have my main character run forward at the beginning of the level (endless runner style) but to stop and leap back (go back a little) once he collides with an enemy.
2) Make the camera follow the character but keeping him in a fixed position the left corner at all times. Any way to move the tracking area of the camera to the desired position?
I'm very new at Gamesalad so I'll need a step by step guide if at all possible. And I've read that I should not use the move behavior for moving my character but I can't find any tutorial on how to use the interpolate behavior for this particular movement pattern (mostly "move to" tutorials out there...)...any good tutorial for this case?
I've also read an post about the second problem (camera tracking) but could not understand how they did it but the solution involved unlocking the actor (how do you do that anyway) which is not recommended in many other posts. Any other solutions?
I know this must be quite easy but I just could not find anything related to it here...
Thanks in advance!
Comments
Darren.
I assume "scene" is the scene were the actor is currently placed but what about "Background" I couldn't find anything named Background (there were "Backgrounds" actors but they have an "s" at the end). Also I've named my character "Hero" to correspond to the "Hero" in the expression as well and the rest should be the same but the camera still does not move. What am I doing wrong?
And about my first issue do you have any suggestions?
Thanks again!
Daniel
Background is the name of your layer so yours might be different.
Darren.