empty list works on other list than assigned (closed)

t4u

  • Posts: 418
Empty list (green arrow) should empty only my output_list. It empties input_list_2 as well(green 1+2). Why?

« Last Edit: August 01, 2014, 03:30:55 am by t4u »
USE PICTURES WHEN YOU ASK SOMETHING!
If I helped you be sure to mention it in your game.

Tutorials + downloads:
http://t4upl.blogspot.com/

captaincomic

  • *
  • Posts: 6108
How did you create the lists?

If you set one list attribute to another, both attributes point to the same list. Emptying (or modifying) one attribute will change the list and the change will be visible in the other attribute too.

To avoid this situation, use the "create new list" or "copy of <list>" blocks.

t4u

  • Posts: 418
Thanks. Closed Topic. Shame there is no such info in help.
USE PICTURES WHEN YOU ASK SOMETHING!
If I helped you be sure to mention it in your game.

Tutorials + downloads:
http://t4upl.blogspot.com/