playMaker

Author Topic: How can i get the megaman camera in playmaker?  (Read 2348 times)

radicalero

  • Playmaker Newbie
  • *
  • Posts: 5
How can i get the megaman camera in playmaker?
« 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

I use Playmaker + Playmaker Platforming Starter Kit.
I am using Mecanim.

Image from project:


Thanks!
« Last Edit: October 04, 2014, 08:25:27 PM by radicalero »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: How can i get the megaman camera in playmaker?
« Reply #1 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

radicalero

  • Playmaker Newbie
  • *
  • Posts: 5
Re: How can i get the megaman camera in playmaker?
« Reply #2 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.

radicalero

  • Playmaker Newbie
  • *
  • Posts: 5
Re: How can i get the megaman camera in playmaker?
« Reply #3 on: October 07, 2014, 05:48:45 AM »
Hello. I've seen all the video tutorials but I have not solved the problem.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: How can i get the megaman camera in playmaker?
« Reply #4 on: October 13, 2014, 11:32:10 AM »
what did you get working and what not?

radicalero

  • Playmaker Newbie
  • *
  • Posts: 5
Re: How can i get the megaman camera in playmaker?
« Reply #5 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.