Playmaker Forum

PlayMaker News => Work In Progress... => Topic started by: devandart on February 20, 2015, 01:17:10 AM

Title: Morphoid - WIP
Post by: devandart on February 20, 2015, 01:17:10 AM
(https://scontent.xx.fbcdn.net/hphotos-xaf1/v/t1.0-9/10377011_1015708865109989_9106759505652057435_n.png?oh=9549fa8017db5877758fb0353dbe0d8c&oe=55587243)

Hi,

I'm developing a cuboid like game where you have to get Morphoid - the morphable cuboid - into the goal (with the right side/s). You have to take care gaps and have to activate switches, beam to other platforms or ride on platforms to other places to get to the goal.

Here are some dev videos:


If you like it and want to follow the development progress, like the Morphoid facebook page. :)

https://www.facebook.com/morphoidgame

Cheers
Title: Re: Morphoid - WIP
Post by: coffeeANDsoda on February 20, 2015, 03:06:53 PM
How did you get the player to be positioned on top of each block properly?
Title: Re: Morphoid - WIP
Post by: devandart on February 21, 2015, 08:25:35 AM
I get the pivot to rotate around, rotate Morphoid around the axis and after reaching the 90° I set the final position.
Title: Re: Morphoid - WIP
Post by: coffeeANDsoda on February 21, 2015, 02:12:30 PM
So it was with the standard transform rotate and then create another state to set position?
Title: Re: Morphoid - WIP
Post by: devandart on February 23, 2015, 02:30:45 AM
No, rotate around pivot... is final rotation reached?... set exact rotation... next state.
It's not done with default Actions, I use my own Action classes. ;)
Title: Re: Morphoid - WIP
Post by: coffeeANDsoda on February 23, 2015, 03:16:14 AM
Meaning you create your own actions by code?
Title: Re: Morphoid - WIP
Post by: devandart on February 23, 2015, 03:17:42 AM
Yes. :)
Title: Re: Morphoid - WIP
Post by: coffeeANDsoda on February 23, 2015, 03:28:32 AM
I see. Thought I would ask, because months ago I tried to figure out how to make a prototype game where the player would snap on to other objects but wasn't successful.