I have a logo as a png and I am trying to make that logo every point on a grid. I would hope to make each point/logo reactive in a way, ie. a ripple or make a random number are viewable at a time. Given I want it dynamic, POP is the route I think would be best, but when I convert my logo to a POP and copy it with a grid it does not work.
I was able to make the logo into a grid, now I am curious how i can adjust the transparency of each grid point separately. Making it so the logos slowly fill up the screen. I attached the file for reference. One grid is a SOP and another is a POP.
I will just refer to POPs here. You can add a Color (size 4) attribute to your grid which then can be copied via the Copy POP onto each copy of the logo.
Animating the alpha (4th component of your Color attribute) might be easiest done with the Phaser POP. Check out the OP Snippets for some good examples on how that can work.