Search found 2 matches

by Damien
Sep 7th, '17, 04:44
Forum: Working with GP
Topic: Passing arguments without a broadcast
Replies: 6
Views: 9031

Re: Passing arguments without a broadcast

Thanks a lot, that was actually what I was looking for! I didn't know that you could simply copy and paste that block into the AND class. That makes is so much easier. Of course this is still a raw version and I will 'beautify' this a little. But it was more important to get the functionality right....
by Damien
Sep 6th, '17, 18:37
Forum: Working with GP
Topic: Passing arguments without a broadcast
Replies: 6
Views: 9031

Passing arguments without a broadcast

Hello everyone! I'm currently trying to build logic gates (like AND, OR, NOT, ...) in GPBlocks. So far, I created 3 classes, an AND-class, an Input class and an output class. Now my AND class uses variables to save instances of the input and output classes, because every input and output always only...