Limit the items in a pannable mini game

I’ve created a pannable mini-game in my story with six possible items that the reader can tap, but I want them to only be able to select three. How do I limit the amount of items that the reader can tap?

3 Likes

you can add points by each tap they receive a point and you will use if/ else

label minigame
#here put your minigame including the points

if(POINT =3) {
goto afterminigame
} else{
goto minigame
}
label afterminigame

2 Likes

Thank you so much! I see your posts all over the directing tips page, you’re always so helpful! :orange_heart:

2 Likes

:smiling_face_with_three_hearts::grinning:yeah to help on forum is great excuse for me why I am not working on my own story.:woman_facepalming::woman_facepalming::rofl::rofl::rofl: But seriously I got lot of help here on forum when I was learning the coding so I just give it back this way.:wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.