I'm making a split screen game and I'm running into trouble with the canvas object. I want the 2 sprites (which are in the family object) to go behind the other if it's Y is higher, as you'd expect. However, I have no idea how to do this using the canvas object. I tried "For each 'Friendly' in order of 'Friendly.Y' Ascending" - "paste to canvas", but it would only paste one of the sprites and the other wouldn't even show up.
Here's my .cap: http://www.mediafire.com/?c8mv38tb11qsszn
The events in question are in "Layout 1 events"