How do I reveal evidence/profiles later on in the trial?

Learn how to use AAO by reading tutorials, and seek help from the AAO community.

Moderator: EN - Forum Moderators

Post Reply
User avatar
karlkablisk
Posts: 285
Joined: Mon May 11, 2009 7:52 am
Gender: Male
Spoken languages: English
Location: NYC CoCo Beef

How do I reveal evidence/profiles later on in the trial?

Post by karlkablisk »

:godot: Ok, so I got started for the first time today and am real impressed by the editor. I can work on it lil by lil now while in school or anywhere else. Its great! :)

When I start I have a few pieces of evidence. Then I remove them and add new evidence. My problem is that every time I add evidence, it gets loaded from the start of the Trial! This means whenever I create some new evidence, I have to program it out of automatically loading in the beginning and then program where it loads in.

Is there any way to set it up to just load as it goes along? I don't mind having to call up each evidence manually as I go along, but having to manually tell each individual evidence not to show and then going to the part where it IS supposed to show and put it in is going to get old REAL quick, lol.

Any ideas?

Thanks,
- KKL
Trials in Progress

Play: "Turnabout Suicide"
PROGRESS: Finished part 1! Currently reviewing since it was made a long time ago.

comments go here

"Gyakuten Rap" (short song timed to the game animation with evidence)
Progress: Complete


- KKL
User avatar
henke37
Security expert / tools programmer
Posts: 3031
Joined: Wed Mar 04, 2009 9:42 pm
Gender: Male
Spoken languages: Swedish,English
Location: Sweden
Contact:

Re: Evidence Help

Post by henke37 »

Everything is preloaded, well, mostly. This includes the evidence pictures.

But what you truly meant was when it is visible. No, there is no way for the player to magically know when you want stuff to be visible and when not. You have to tell it. Then it can guess whenether or not it should be displayed from the start.
Currently working on a redesign of Court-records.net.
User avatar
karlkablisk
Posts: 285
Joined: Mon May 11, 2009 7:52 am
Gender: Male
Spoken languages: English
Location: NYC CoCo Beef

Re: Evidence Help

Post by karlkablisk »

Yeah, so instead of automatically assume it should show everything, can I get it to automatically assume I DONT want it to show everything. If I can't then I at least know what I have to do.

Thanks,
- KKL
Trials in Progress

Play: "Turnabout Suicide"
PROGRESS: Finished part 1! Currently reviewing since it was made a long time ago.

comments go here

"Gyakuten Rap" (short song timed to the game animation with evidence)
Progress: Complete


- KKL
User avatar
henke37
Security expert / tools programmer
Posts: 3031
Joined: Wed Mar 04, 2009 9:42 pm
Gender: Male
Spoken languages: Swedish,English
Location: Sweden
Contact:

Re: Evidence Help

Post by henke37 »

The player operates under the following logic:
If an evidence/profile have no actions to hide/reveal it*, it starts visible. Else, it is assumed that it will be revealed at a later point.

So it should "magically" work most of the time, since very few people hides stuff that was visible at the beginning. The guess is wrong only in those cases. And they are rare enough to pretend that it's not an issue.

*I am not sure if hide actions counts or not
Currently working on a redesign of Court-records.net.
User avatar
Unas
Admin / Site programmer
Posts: 8850
Joined: Tue Jul 10, 2007 4:43 pm
Gender: Male
Spoken languages: Français, English, Español
Contact:

Re: Evidence Help

Post by Unas »

henke37 wrote:The player operates under the following logic:
If an evidence/profile have no actions to hide/reveal it*, it starts visible. Else, it is assumed that it will be revealed at a later point.
*I am not sure if hide actions counts or not
Hide actions do not count :wink:

If your evidence is revealed at some point of your trial, then it will be automatically hidden at the start :wink:
ImageImageImage
If knowledge can create problems, it is not through ignorance that we can solve them.
Si le savoir peut créer des problèmes, ce n'est pas l'ignorance qui les résoudra. ( Isaac Asimov )
User avatar
karlkablisk
Posts: 285
Joined: Mon May 11, 2009 7:52 am
Gender: Male
Spoken languages: English
Location: NYC CoCo Beef

Re: How do I reveal evidence/profiles later on in the trial?

Post by karlkablisk »

:godot: Thanks a lot guys, got it workin now! :)
Trials in Progress

Play: "Turnabout Suicide"
PROGRESS: Finished part 1! Currently reviewing since it was made a long time ago.

comments go here

"Gyakuten Rap" (short song timed to the game animation with evidence)
Progress: Complete


- KKL
Post Reply