It looks like you're new here. If you want to get involved, click one of these buttons!
Hey guys, I'm just working on an "connect four" or "four in a row" game that I have to make for an school project.
And I had this Idea of taking an picture from the player with the front camera and place this picture you take (right into the game) on the stone the player should set ( something like saving an image made with the front camera as an sprite and set this sprite as the stone for a player ( the image should be taken in the game before the game starts ) ) . So the stones each player set are individual.
It would be very nice if somebody have an idea how to do that and can help by this
Thank you
Comments
Look at the camera example in the example projects, and see how they saved the pictures as sprites
Thank you but if I put a stone with that help, the stone shows a live video from the front camera but I want to take a picture and save it than but I think there is no way to do it Right?!
Here, try this
Sorry, I didn't look at the camera example. My code was a bit over complicated. The example uses something like this instead
Way less complicated
Thank you very much
I just try it out