Hello all,
First, I have to say that I've spend all last week on knowing the program, reading tutorials and wandering around the forum to gather as much information as I could in order to be the less "PITA" possible, but there are some things I can't resolve for myself. Probably most of them are very easy and I might have had the solution in front of me, but I couldn't see it.
I tried looking demos of games that use the solutions I need, but I'm not very good at the moment on "reverse engineering" with this program.
About scripting... my little experience on this kind of things is python, so I understand the basics, but no more.
Probably the best thing is to make a short brief about my game so you can understand better what I'm looking for:
The idea is to create a photographic safari consisting on 3 screens:
- the first one will be the positioning: the player has to approach the animals with his vehicle but must not do it from certain parts and not too fast.
- the second screen will appear when the vehicle is on the right position and is the photographic part itself. The animals will appear without warning and the player has to make the photo on that precise moment.
- the third (and last) screen will be the vision of the photos made.
Of course there will be an intro and transition scenes.
My questions (for now) are:
- On the first screen, How can I create actors on random points? I need to do that both for animals (create one animal among a selection of them and make it appear on a random point of the screen) and for the scenery elements that will give movement sensation to the game.
- On the second screen my problem is similar, I need the animal "created" on the first one to appear randomly on the screen. (In this case I don't need the animal to appear on a random point).
I would need also to make the photos, so I will draw an square simulating the camera's lens and make the photo when pressing a certain key. How can I do that?
- The third screen will show the photos, so I would need to know how to make the photo on this screen and make it appear on the third one.
I saw on this demo viewtopic.php?f=6&t=7365 that is possible to do that, but I can't understand how the author did it.
The rest is already done or I know how to do it (I hope).
I hope to have had been clear enough with my questions (I'm Spanish) and not bore you.
Forgive me again if my questions are too simple/easy/silly.
Thank You very much for your time,
FERdeBOER.