i'm wondering if it's possible to use Johnny's app but just changing the football stadium with something else? is it possible?
thanks
The easy answer is yes just copy a new image over the stadium image and keep the name the same, and jobs a goodun. I also had this idea and have been exploring it a bit, and seeing as the footy stadium is only a 2D image I wanted to see about implementing a nice simple 3D environment around it (My thinking was something along the lines of the very first Star Wars arcade game, you know the one - flying down the wireframe trench dodging the horizontal bars and asterisk bullets coming at you)
Well there are some hurdles to overcome on this (not least being the Microsoft XNA teething issues), but a simpler first step would be to forget replacing the 2D image with a 3D environment, and keep it 2D for instance replace the 2D image with a 2D video.
I think a better first game attempt would be play a video of driving down the road, or something moving forward (The old Space Harrier game) and instead of worrying about collision detection you use a timings array to say when you shouldn't be somewhere for instance:
5.3 seconds to 5.7 seconds: If head is in top left corner then collide
10.2 seconds to 10.7 seconds: If head is in middle then collide
etc...
Once we can have a nice jump and duck style game going with that then it may be easier to move into the full 3D world.
I'm wrestling with getting my shutter glasses working on my projector at the minute (my passion is Virtual Reality which ultimately means it has to be Stereo 3D). But because the image comes from behind you then the glasses have to be worn upside down which means they fall off easily when playing around with head tracking
I'll keep you posted on if I get something playable up and running. It will probably involve some funny images of me with these shutter glasses gaffer taped around me 'ed.
Anyways, cheers,
Lins.