I am making this creepy puzzle, Mini game my sister wanted in her game. That is quite weird but I just think it will make the game unique in a twisted weird way.
The Mini game is that my sister (Lisa, Player) Has to shave this guys chest.. very weird i know.
( And Don't misread that! ) (I know things I do for my sister's games)
What is the best way to do this?
My real problem is I find it hard to script a game that progresses.
So just as a guess I will make like 9x9 Objects. 18 in total
Then If the player uses Shaving cream the Sprite changes. then if the player uses Razor make the Hair or whatever visible = False.
Then
if hair.visible = false
{ player.changes room(1); }
Also how to make it that the room only changes when all the objects are visible=false only.
Sorry I would put the code but I don't have AGS to write it out.
Just really asking if this is the best way. and how does everyone else do Puzzles like that.
( Not that anyone has ever done a puzzle with shaving someones chest but anyway)
The Mini game is that my sister (Lisa, Player) Has to shave this guys chest.. very weird i know.
( And Don't misread that! ) (I know things I do for my sister's games)
What is the best way to do this?
My real problem is I find it hard to script a game that progresses.
So just as a guess I will make like 9x9 Objects. 18 in total
Then If the player uses Shaving cream the Sprite changes. then if the player uses Razor make the Hair or whatever visible = False.
Then
if hair.visible = false
{ player.changes room(1); }
Also how to make it that the room only changes when all the objects are visible=false only.
Sorry I would put the code but I don't have AGS to write it out.
Just really asking if this is the best way. and how does everyone else do Puzzles like that.
( Not that anyone has ever done a puzzle with shaving someones chest but anyway)