It only effects 3d stuff like 3dobject, 3dbox, sprites with ZElevation other than 0. Basically perspective is where objects look bigger when closer to the camera and smaller when far from the camera. Orthogonal makes it so the objects are the same size regardless of their distance from the camera.
Develop games in your browser. Powerful, performant & highly capable.
Yann
Those rotate functions are intense.
For a visual effect I was testing an idea to do fake 3d rotation like Fez and this is the result.
https://www.dropbox.com/s/785s7j7pegx1k ... .capx?dl=1
/examples12/psuedo_cube2.capx
No, it only works for CC.
+For each button order by random(1) ascending
--- button: set id to loopindex
Here is an example:
http://dl.dropbox.com/u/5426011/examples12/top_view_projectile.capx
What if you remove the family that you added Brickwall and WoodenWall to. If it works, then maybe it's be a bug that should be reported.
Here's a way:
http://dl.dropbox.com/u/5426011/examples12/obj_swap.capx
r97
Here are a few examples:
http://www.scirra.com/tutorials/308/cloning-the-classics-pacman/page-1
http://www.scirra.com/forum/pixelprecise-custom-movement-on-a-grid_topic47832_post299838.html#299838
http://www.scirra.com/forum/grid-movement_topic46367_post290810.html#290810
http://www.scirra.com/forum/8way-custom-grid-movement-360-formula-question_topic51293_post323491.html#323491
A few of them were from Kyatric's How do I: FAQ.
Try something like this:
Sprite: 8direction speed > 50
--- Sprite: set angle to round(angle(0,0,Sprite.8Direction.VectorX,Sprite.8Direction.VectorY)/45)*45
I think you have a typo in Event 5.
You used this condition:
StoneTower: pick closest to (StoneTower.X, StoneTower.Y)
You should use this instead:
Enemy: pick closest to (StoneTower.X, StoneTower.Y)
You can lower the "Jump Strength" and "gravity" values until you get a slow floating jump. Another thing you could try is the System->"set object time scale" action.
Strings will work with the same idea:
http://dl.dropbox.com/u/5426011/examples12/duplicate_value_test.capx
Member since 15 Jun, 2009