Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: radicalero on October 04, 2014, 08:23:49 PM
-
Hi! I am doing a indie one person project.
I need a camera like megaman.
http://youtu.be/qiS2ZSR-yek?t=4m9s (http://youtu.be/qiS2ZSR-yek?t=4m9s)
I use Playmaker + Playmaker Platforming Starter Kit.
I am using Mecanim.
Image from project:
(http://s27.postimg.org/ndcwd2176/image_1.jpg)
Thanks!
-
2 ways i can think of now is to use a trigger box at the top/bottom screen that then checks the player position and if player is @ top screen move the camera Up/Down with iTween.
or check players y position and move up/ down when a certain position is met, but i think 1st way would be better.
for camera motion you can check these tutorials :
http://www.hutonggames.com/tutorials_camera_motion_and_control.php
ow and ps. your image is not showing
-
I will See these video tutorials. If I have any questions I will comment. Thanks for the info.
-
Hello. I've seen all the video tutorials but I have not solved the problem.
-
what did you get working and what not?
-
what did you get working and what not?
At this moment i have a programmer doing it in c#.
But I would like to learn to do it with playmaker.
Right now I have a camera that is different.