Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dtonko

Pages: 1
1
iPhone / iPad / Android / Re: New Jigsaw Games released for Android
« on: May 11, 2020, 03:41:51 am »
hi. i'm trying to make puzzle game like your's - Horse Jigsaw Puzzles Game HD but I  have problem with placing puzzles in right place... how can i set/get right X and Y directions to place puzzle?

2
I'm not sure about the scratch example but here are some ideas:

When clicked on screen
If minX < actorPosX < maxX
&&
If minY < actorPosY < maxY
then place the piece

You could also include another check for the rotation position of the piece if needed.

i try but it didn't work as it should...nothing happens   ::)

3
I'm trying to make a jigsaw game but I have problem with placing and checking is position of puzzle on  right place. I find example on Scratch but I have problem on recreating it in Stencyl.
Can you help me with this or at least give me some suggestions? tnx

example... https://scratch.mit.edu/projects/156990827/editor/  ,  https://scratch.mit.edu/projects/191214725/

Pages: 1