is this possible?
ok i have a score system and in this score system i have a streak count whenever i hit an object it bumps up the score and adds +1 to the streak but how do i reset the streak score back to 0 if i hit the wrong object?
basically how do i reset an attribute back to 0
would really appreciate your help
basically how do i reset an attribute back to 0
would really appreciate your help
![:) :)](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/smile.png)
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
That should do it.
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Also if i died at end of the game how would i make it show the best streak?
instead of showing the current streak? as it changes to 0 when i hit wrong object
is there a way to save attribute of the highest streak i got in the current round?
Im currently working on an app that has it where if you collect this block consecutively, keep adding points. But if it passes the paddle (main actor), i put an invisible actor out of the screen and if it hits that, reset the consecutive streak to 0. It works for me!