- Joined
- Sep 21, 2013
- Messages
- 62
- Reaction score
- 3
- First Language
- English
- Primarily Uses
I'm trying out a picture sliding puzzle, and for those of you that don't know what his is, you have a series of tiles mixed up on the ground, and you only have one space free to move the tiles, and you have to put the tiles together to create a picture. I've been trying to figure it out myself because I can't find a tutorial about it anywhere. I think I've got all of the variables set correctly so that when the picture is put together correctly, something happens.
The problem is the actual picture sliding. I want the picture to immediately slide into the open space, but it's a huge hassle. I've tried having the tile move away from the player, and half the time it won't, whether it's on a movement route, and autonomous movement, by action button, or player touch. It won't work when I have it on action button, and with player touch, the player has to come in on the opposite side of the tile next to the open space (this gets annoying) and the tiles get stuck against walls and I can't get them to move into the open space. I also had it on a random movement route, but that didn't work very well either. Most of the time it didn't move at all.
Does anyone have a better method of doing this?
The problem is the actual picture sliding. I want the picture to immediately slide into the open space, but it's a huge hassle. I've tried having the tile move away from the player, and half the time it won't, whether it's on a movement route, and autonomous movement, by action button, or player touch. It won't work when I have it on action button, and with player touch, the player has to come in on the opposite side of the tile next to the open space (this gets annoying) and the tiles get stuck against walls and I can't get them to move into the open space. I also had it on a random movement route, but that didn't work very well either. Most of the time it didn't move at all.
Does anyone have a better method of doing this?