I am used to Scratch and just started using Snap! as an alternative. In my newest game that I am creating, I want it so that every time you click a sprite, it adds something to the list. I’m not sure how to do that. Can someone help me?
you can do this:
set [my variable that is a list V] to (list @>)
to effectively turn a variable into a list, then you can use the usual scratch blocks from there, just drag the variable reporter into the list input
(@list::list) // this is a list input
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.