Hi
How do i make a platformer with camera cut scene ( no scrolling).like Prince of persia or Another world or Flashback style.
AFAIK i must make a large screen in layout and lower screen in main application.but i cant write command for that.
another question:whats maximum width & height in layout?
This works fine in MMF2:
Application : 160X120
scene or layout : 640X480
center display at X=X("player")/160*160+80
center display at Y=Y("player")/120*120+60
And Now . how do i write in Construct?
sorry but i'm beginner in Construct
Pretty much the exact same way..
+blah
-set scrollx to player.x/160*160+80
-set scrolly to player.y/120*120+60
"whats maximum width & height in layout?"
Probably a lot bigger than anyone will need!
Thanks Tokinsom
i'll try it as soon as i arrive home.
Sorry.but problem not solved yet.how do i get exactly done?
i use Always before commands.but doesnt work.
You may want to look at the MagiCam Plugin?
Develop games in your browser. Powerful, performant & highly capable.
Thanks. very nice plugin.but i dont find my question that.i think my question is very easy for Construct.i only dont know how do i get write commands for cut scenes instead scrolling scene.!!!
I dont want really use any plugin for that.beacause i want switch on C2 next times.
69.24.73.172/scirra/forum/viewtopic.php
Download the second example (Doppel's)
Is that what you're trying to do?
OH. I appreciate it.this is exactly that i want.
I was mistake in put () to coding.and now Solved and Done
Thanks a lot Tokinsom and Somebody
Mehrdad