Based on the Webcam example in C2 I have a UserMedia object set up and when I press spacebar it snaps a picture from the webcam feed and loads into my sprite with Load image from URL(UserMedia.SnapshotURL). I want to add 3 more sprites where each time I press spacebar it loads the image from the webcam into the different sprites, say I have SnapshotSprite1,2,3 and 4, I press space then it takes a snapshot and puts it in 1, then I press space again it puts the current snapshot in 2, and so forth. I have tried adding additional sprite objects, but I cant figure out how to target the different sprites with the current snapshot, it just loads the same snapshot in each sprite when I press spacebar. Any help would be appreciated, thanks.