I need to make parallax effect on mouse move for my layers but I don't know how to do it. :/
Can you help me?
Take a look at this demo: http://nfk.kissr.com
Is that what you are aiming for?
This is the source code .capx:
https://www.dropbox.com/s/cd9v6imdn1sb7 ... .capx?dl=1
you just have to make your game follow the mouse position, only if you have your parallax already done in the layers
just put "System Every Tick: Scroll To = mouse.x and mouse.Y
IJCT
Except if your Sprites aren't big enough and your Parallax effect is too strong, you need to restrict the scrolling to not reveal parts of the layout where the Sprites aren't visible anymore.
Develop games in your browser. Powerful, performant & highly capable.
Hi randomly, could you reupload the capx? Thanks.