Where i can find tutorial for making jigsaw puzzle game?

does anyone know where i could find tutorial for making game like this one: or maybe similar free template such a relief, thanks :smile:

PS: it's not like im not willing to purchased some templates that i could learn with it, i just couldn't afford online payment yet :disappointed_relieved: :

Answers

  • ImNiklasImNiklas Member Posts: 103
    edited August 2014

    I don't know if there is a template, but I can help you with what ever you think is difficult. The only thing I really sees to be the slightest problem is to remove the bricks, but here's my solution:

    Rule When All:
    tableRowCount(25numbers) > 0
    self.time > self.startTime + 0.5
    --Change Attribute self.randomNumber to random(1, tableRowCount(25numbers))
    --Change Attribute game.destroyNumber to tableCellValue(25numbers, self.randomNumber, 1)
    --Remove Row in 25numbers at index self.randomNumber

    The above should only be on one dummy actor or the backgrouund or something like that. On all the bricks you should have a rule that says:

    Rule When All:
    Attribute game.destroyNumber = self.brickNumber
    --Interpolate self.color.alpha to 0 for 0.1 seconds

    I hope you understand what I'm saying, but just let me know if you run in to any other problem! :)

Sign In or Register to comment.