Hi guys
I wanted to know how to create a camera shake in a 940x640 windows size,layout and margin...
i am not using unbound scrolling,
Because when i use it the screen goes messed up :O
EDIT:
i solved the problem so i will tell you how i did it...
So my layout is 960x640 and i'm making a runner like the Construct 2 template and i want to create a camera shake, what i did was
Set unbounded scrolling to YES
Create a square sprite in any place
set an every tick that says -- > Every Tick -> Square set position to LayoutWidth /2 and LayoutHeigth /2
Then set Scroll To Behaviour to the SQUARE (not the player)
After that set your trigger,
i used "Character on land" ---> shake 1 second
Hope it helps, for my example it worked...