Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: radicalero on October 04, 2014, 08:23:49 PM

Title: How can i get the megaman camera in playmaker?
Post 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!
Title: Re: How can i get the megaman camera in playmaker?
Post by: djaydino on October 05, 2014, 07:42:06 AM
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
Title: Re: How can i get the megaman camera in playmaker?
Post by: radicalero on October 05, 2014, 08:01:41 AM
I will See these video tutorials. If I have any questions I will comment. Thanks for the info.
Title: Re: How can i get the megaman camera in playmaker?
Post by: radicalero on October 07, 2014, 05:48:45 AM
Hello. I've seen all the video tutorials but I have not solved the problem.
Title: Re: How can i get the megaman camera in playmaker?
Post by: djaydino on October 13, 2014, 11:32:10 AM
what did you get working and what not?
Title: Re: How can i get the megaman camera in playmaker?
Post by: radicalero on October 26, 2014, 09:19:10 AM
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.