#Volume lock if i press 4 times on it ?

1 messages · Page 1 of 1 (latest)

lavish vortex
#

You'll need a variable that add on itself everytime you click, if it equals 4 then nothing, else add

#

I can't send you a picture sorry

ionic tendon
#

Have an int variable

Synced the int variable IF your interaction volume lock is synced, else keep it local

Every time the interaction volume is used, set the Int Variable to itself add one

After, check if the amount of times it has been used is greater than or equal to 4, using Greater Or Equal

If it is, lock the interaction volume

lavish vortex
#

Cause your good at explaining

ionic tendon
lavish vortex