Board index » Present Evidence » Games

Page 68 of 131[ 5218 posts ]
Go to page Previous  1 ... 65, 66, 67, 68, 69, 70, 71 ... 131  Next
 


Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Seeing how you're talking about PWLib problems, there's a little something that's been bugging me.
Image
Where is "back"? Where is "profiles"? Why do these buttons sometimes fail to appear?
Note, they can still be clicked, but they just aren't visible.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

It is an issue with the Wipe Effect. I was thinking aobut it for a while.
That problem happens when one Wipe Effect call is used over an object that has an active Wipe Effect over it already.
I'll check it.

But the click is valid as if the object was there (the issue only breaks the GFX, not the button action itself).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Just realized something else about the Court Record. Shouldn't there be arrows on the left and right as well? I seem to remember there being arrows there in the games, at least.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

There is when there's more pieces of evidence, I think. There's none if there's only one...
ImageImage
ImageImage
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Male

Rank: Decisive Witness

Joined: Fri Mar 02, 2007 8:59 pm

Posts: 155

why is my code not waiting? for some reason, when I show the court room overview and play sfx-gallery.wav, it refuses to process my wait(140); line, and instead skips directly to showing the gavel. what am I doing wrong?

Code:
[scene2]
runscript("pw_hidemessagebox");
loadtexture(-7000,"PW/misc/totaltransparent.png");
loadtexture(-7001,"PW/CRO/CROJudge.png");
loadtexture(-7002,"PW/CRO/CROPrPayne.png");
loadtexture(-7003,"PW/CRO/CRODfPhoenixMaya.png");
setgenobjgraphic("pw_crowitness",-7000);
setgenobjgraphic("pw_crojudge",-7001);
setgenobjgraphic("pw_croprosecutor",-7002);
setgenobjgraphic("pw_croattorney",-7003);
runscript("pw_showcourtroomoverview");
loadandplaysfx("sfx-gallery.wav",0);
wait(140);
runscript("pw_hidecourtroomoverview");
runscript("pw_showgaveltriplehit");
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Does it skip to show said gavel before or after playing the sfx?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Male

Rank: Decisive Witness

Joined: Fri Mar 02, 2007 8:59 pm

Posts: 155

YggdrasilsSword wrote:
Does it skip to show said gavel before or after playing the sfx?
after the sfx.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

i just tested here, no issue.
Try moving the load part to after pwlib's loading. Also on aige 0.9.700a, waits do not work if placed on a secondary lane execution (only on primary).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Zachary Hinchliffe wrote:
YggdrasilsSword wrote:
Does it skip to show said gavel before or after playing the sfx?
after the sfx.


Then it's working normally, right? The wait that you've placed should have it waiting until after the SFX, and then playing the gavel. If you want a wait that lasts longer than the sound effect, increase the length of the wait.

EDIT: By the way, make sure that, outside the code you posted, you're using jumptoscript("case2"); and not runscript. I think that's what KSA was talking about.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

:ack: Phoenix is worse than I thought! Well, here's a quick fix for the hovering error. Post the ENTIRE code into the pw_phoenixwright.hlsl file.

Code:
//    This program is free software: you can redistribute it and/or modify
//    it under the terms of the GNU General Public License as published by
//    the Free Software Foundation, either version 3 of the License, or
//    (at your option) any later version.

//    This program is distributed in the hope that it will be useful,
//    but WITHOUT ANY WARRANTY; without even the implied warranty of
//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//    GNU General Public License for more details.

//    You should have received a copy of the GNU General Public License
//    along with this program.  If not, see <http://www.gnu.org/licenses/>.

//Phoenix Wright Library
//Phoenix Wright File
[pw_setnameboxtophoenix]
recfunctionname([pw_nameboxfunc]);
setmsgboxtickersound("sfx-blipmale.wav");
setgenobjgraphic("pwnamebox",112);
setgenobjtexturecoordinates("pwnamebox",150,322,50,14);
showgenobj("pwnamebox");

[pw_createphoenix]
runscript("pw_loadphoenixfiles");
//Normal
createanimation("Phoenix_Normal",2000);
insertanimationframe("Phoenix_Normal",1,350,200);
setanimationframetexturecoordinates("Phoenix_Normal",1,000,000,127,143);
insertanimationframe("Phoenix_Normal",2,350,6);
setanimationframetexturecoordinates("Phoenix_Normal",2,000,144,127,143);
insertanimationframe("Phoenix_Normal",3,350,8);
setanimationframetexturecoordinates("Phoenix_Normal",3,128,144,127,143);
insertanimationframe("Phoenix_Normal",4,350,6);
setanimationframetexturecoordinates("Phoenix_Normal",4,000,144,127,143);
createanimation("Phoenix_Normal_Talking",2000);
insertanimationframe("Phoenix_Normal_Talking",1,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",1,128,000,127,143);
insertanimationframe("Phoenix_Normal_Talking",2,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",2,256,000,127,143);
insertanimationframe("Phoenix_Normal_Talking",3,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",3,128,000,127,143);
insertanimationframe("Phoenix_Normal_Talking",4,350,6);
setanimationframetexturecoordinates("Phoenix_Normal_Talking",4,000,000,127,143);
//Mistake
createanimation("Phoenix_Mistake",2000);
insertanimationframe("Phoenix_Mistake",1,351,200);
setanimationframetexturecoordinates("Phoenix_Mistake",1,000,000,175,143);
insertanimationframe("Phoenix_Mistake",2,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake",2,176,000,175,143);
insertanimationframe("Phoenix_Mistake",3,351,8);
setanimationframetexturecoordinates("Phoenix_Mistake",3,000,144,175,143);
insertanimationframe("Phoenix_Mistake",4,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake",4,176,000,175,143);
createanimation("Phoenix_Mistake_Talking",2000);
insertanimationframe("Phoenix_Mistake_Talking",1,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",1,000,288,175,143);
insertanimationframe("Phoenix_Mistake_Talking",2,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",2,176,288,175,143);
insertanimationframe("Phoenix_Mistake_Talking",3,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",3,000,288,175,143);
insertanimationframe("Phoenix_Mistake_Talking",4,351,6);
setanimationframetexturecoordinates("Phoenix_Mistake_Talking",4,176,144,175,143);
//Negate
createanimation("Phoenix_Negate",2000);
insertanimationframe("Phoenix_Negate",1,352,10);
setanimationframetexturecoordinates("Phoenix_Negate",1,000,000,127,143);
insertanimationframe("Phoenix_Negate",2,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",2,128,000,127,143);
insertanimationframe("Phoenix_Negate",3,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",3,256,000,127,143);
insertanimationframe("Phoenix_Negate",4,352,18);
setanimationframetexturecoordinates("Phoenix_Negate",4,128,144,127,143);
insertanimationframe("Phoenix_Negate",5,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",5,256,000,127,143);
insertanimationframe("Phoenix_Negate",6,352,28);
setanimationframetexturecoordinates("Phoenix_Negate",6,000,144,127,143);
insertanimationframe("Phoenix_Negate",7,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",7,256,000,127,143);
insertanimationframe("Phoenix_Negate",8,352,24);
setanimationframetexturecoordinates("Phoenix_Negate",8,128,144,127,143);
insertanimationframe("Phoenix_Negate",9,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",9,128,000,127,143);
insertanimationframe("Phoenix_Negate",10,352,6);
setanimationframetexturecoordinates("Phoenix_Negate",10,000,000,127,143);
//Confirm
createanimation("Phoenix_Confirm",2000);
insertanimationframe("Phoenix_Confirm",1,352,10);
setanimationframetexturecoordinates("Phoenix_Confirm",1,000,000,127,143);
insertanimationframe("Phoenix_Confirm",2,352,6);
setanimationframetexturecoordinates("Phoenix_Confirm",2,128,000,127,143);
insertanimationframe("Phoenix_Confirm",3,352,20);
setanimationframetexturecoordinates("Phoenix_Confirm",3,256,000,127,143);
insertanimationframe("Phoenix_Confirm",4,352,6);
setanimationframetexturecoordinates("Phoenix_Confirm",4,128,000,127,143);
insertanimationframe("Phoenix_Confirm",5,352,6);
setanimationframetexturecoordinates("Phoenix_Confirm",5,000,000,127,143);
//In love
createanimation("Phoenix_Inlove",2000);
insertanimationframe("Phoenix_Inlove",1,353,12);
setanimationframetexturecoordinates("Phoenix_Inlove",1,000,000,127,143);
insertanimationframe("Phoenix_Inlove",2,353,8);
setanimationframetexturecoordinates("Phoenix_Inlove",2,128,000,127,143);
insertanimationframe("Phoenix_Inlove",3,353,12);
setanimationframetexturecoordinates("Phoenix_Inlove",3,256,000,127,143);
insertanimationframe("Phoenix_Inlove",4,353,8);
setanimationframetexturecoordinates("Phoenix_Inlove",4,384,000,127,143);
insertanimationframe("Phoenix_Inlove",5,353,12);
setanimationframetexturecoordinates("Phoenix_Inlove",5,000,144,127,143);
insertanimationframe("Phoenix_Inlove",6,353,8);
setanimationframetexturecoordinates("Phoenix_Inlove",6,128,144,127,143);
//Certain explaination
createanimation("Phoenix_Certain",2000);
insertanimationframe("Phoenix_Certain",1,354,200);
setanimationframetexturecoordinates("Phoenix_Certain",1,000,000,159,143);
insertanimationframe("Phoenix_Certain",2,354,6);
setanimationframetexturecoordinates("Phoenix_Certain",2,160,000,159,143);
insertanimationframe("Phoenix_Certain",3,354,8);
setanimationframetexturecoordinates("Phoenix_Certain",3,320,000,159,143);
insertanimationframe("Phoenix_Certain",4,354,6);
setanimationframetexturecoordinates("Phoenix_Certain",4,160,000,159,143);
createanimation("Phoenix_Certain_Talking",2000);
insertanimationframe("Phoenix_Certain_Talking",1,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",1,000,144,159,143);
insertanimationframe("Phoenix_Certain_Talking",2,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",2,160,144,159,143);
insertanimationframe("Phoenix_Certain_Talking",3,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",3,000,144,159,143);
insertanimationframe("Phoenix_Certain_Talking",4,354,6);
setanimationframetexturecoordinates("Phoenix_Certain_Talking",4,000,000,159,143);
//Coffee bath
createanimation("Phoenix_Coffee",2000);
insertanimationframe("Phoenix_Coffee",1,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",1,000,000,127,159);
insertanimationframe("Phoenix_Coffee",2,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",2,128,000,127,159);
insertanimationframe("Phoenix_Coffee",3,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",3,256,000,127,159);
insertanimationframe("Phoenix_Coffee",4,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",4,384,000,127,159);
insertanimationframe("Phoenix_Coffee",5,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",5,000,000,127,159);
insertanimationframe("Phoenix_Coffee",6,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",6,128,000,127,159);
insertanimationframe("Phoenix_Coffee",7,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",7,256,000,127,159);
insertanimationframe("Phoenix_Coffee",8,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",8,384,000,127,159);
insertanimationframe("Phoenix_Coffee",9,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",9,000,000,127,159);
insertanimationframe("Phoenix_Coffee",10,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",10,128,000,127,159);
insertanimationframe("Phoenix_Coffee",11,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",11,256,000,127,159);
insertanimationframe("Phoenix_Coffee",12,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",12,384,000,127,159);
insertanimationframe("Phoenix_Coffee",13,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",13,000,160,127,159);
insertanimationframe("Phoenix_Coffee",14,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",14,128,000,127,159);
insertanimationframe("Phoenix_Coffee",15,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",15,256,000,127,159);
insertanimationframe("Phoenix_Coffee",16,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee",16,384,160,127,159);
//Coffee bath eyes closed
createanimation("Phoenix_Coffee2",2000);
insertanimationframe("Phoenix_Coffee2",1,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",1,000,160,127,159);
insertanimationframe("Phoenix_Coffee2",2,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",2,128,160,127,159);
insertanimationframe("Phoenix_Coffee2",3,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",3,256,160,127,159);
insertanimationframe("Phoenix_Coffee2",4,355,8);
setanimationframetexturecoordinates("Phoenix_Coffee2",4,384,160,127,159);
//lights out
createanimation("Phoenix_Dark",2000);
insertanimationframe("Phoenix_Dark",1,355,200);
setanimationframetexturecoordinates("Phoenix_Dark",1,000,320,255,191);
insertanimationframe("Phoenix_Dark",2,355,12);
setanimationframetexturecoordinates("Phoenix_Dark",2,256,320,255,191);
//Sweating
createanimation("Phoenix_Sweat",2000);
insertanimationframe("Phoenix_Sweat",1,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",1,000,000,111,143);
insertanimationframe("Phoenix_Sweat",2,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",2,112,000,111,143);
insertanimationframe("Phoenix_Sweat",3,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",3,224,000,111,143);
insertanimationframe("Phoenix_Sweat",4,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",4,336,000,111,143);
insertanimationframe("Phoenix_Sweat",5,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",5,000,000,111,143);
insertanimationframe("Phoenix_Sweat",6,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",6,112,000,111,143);
insertanimationframe("Phoenix_Sweat",7,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",7,224,000,111,143);
insertanimationframe("Phoenix_Sweat",8,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",8,336,000,111,143);
insertanimationframe("Phoenix_Sweat",9,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",9,000,000,111,143);
insertanimationframe("Phoenix_Sweat",10,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",10,112,000,111,143);
insertanimationframe("Phoenix_Sweat",11,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",11,224,000,111,143);
insertanimationframe("Phoenix_Sweat",12,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",12,336,000,111,143);
insertanimationframe("Phoenix_Sweat",13,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",13,000,000,111,143);
insertanimationframe("Phoenix_Sweat",14,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",14,112,000,111,143);
insertanimationframe("Phoenix_Sweat",15,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",15,224,000,111,143);
insertanimationframe("Phoenix_Sweat",16,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",16,336,000,111,143);
insertanimationframe("Phoenix_Sweat",17,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",17,000,000,111,143);
insertanimationframe("Phoenix_Sweat",18,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",18,112,000,111,143);
insertanimationframe("Phoenix_Sweat",19,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",19,224,000,111,143);
insertanimationframe("Phoenix_Sweat",20,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",20,336,000,111,143);
insertanimationframe("Phoenix_Sweat",21,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",21,000,000,111,143);
insertanimationframe("Phoenix_Sweat",22,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",22,112,000,111,143);
insertanimationframe("Phoenix_Sweat",23,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",23,224,000,111,143);
insertanimationframe("Phoenix_Sweat",24,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",24,336,000,111,143);
insertanimationframe("Phoenix_Sweat",25,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",25,000,000,111,143);
insertanimationframe("Phoenix_Sweat",26,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",26,000,144,111,143);
insertanimationframe("Phoenix_Sweat",27,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",27,112,144,111,143);
insertanimationframe("Phoenix_Sweat",28,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat",28,000,288,111,143);
createanimation("Phoenix_Sweat_Talking",2000);
insertanimationframe("Phoenix_Sweat_Talking",1,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",1,224,144,111,143);
insertanimationframe("Phoenix_Sweat_Talking",2,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",2,112,000,111,143);
insertanimationframe("Phoenix_Sweat_Talking",3,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",3,336,144,111,143);
insertanimationframe("Phoenix_Sweat_Talking",4,356,6);
setanimationframetexturecoordinates("Phoenix_Sweat_Talking",4,112,288,111,143);
//Sweating and a small bird
createanimation("Phoenix_Bird",2000);
insertanimationframe("Phoenix_Bird",1,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",1,000,000,191,143);
insertanimationframe("Phoenix_Bird",2,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",2,192,000,191,143);
insertanimationframe("Phoenix_Bird",3,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",3,000,144,191,143);
insertanimationframe("Phoenix_Bird",4,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",4,192,144,191,143);
insertanimationframe("Phoenix_Bird",5,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",5,000,000,191,143);
insertanimationframe("Phoenix_Bird",6,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",6,192,000,191,143);
insertanimationframe("Phoenix_Bird",7,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",7,000,144,191,143);
insertanimationframe("Phoenix_Bird",8,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",8,192,144,191,143);
insertanimationframe("Phoenix_Bird",9,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",9,000,000,191,143);
insertanimationframe("Phoenix_Bird",10,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",10,192,000,191,143);
insertanimationframe("Phoenix_Bird",11,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",11,000,144,191,143);
insertanimationframe("Phoenix_Bird",12,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",12,192,144,191,143);
insertanimationframe("Phoenix_Bird",13,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",13,000,288,191,143);
insertanimationframe("Phoenix_Bird",14,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",14,192,000,191,143);
insertanimationframe("Phoenix_Bird",15,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",15,000,144,191,143);
insertanimationframe("Phoenix_Bird",16,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",16,192,144,191,143);
insertanimationframe("Phoenix_Bird",17,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",17,000,000,191,143);
insertanimationframe("Phoenix_Bird",18,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",18,192,000,191,143);
insertanimationframe("Phoenix_Bird",19,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",19,000,144,191,143);
insertanimationframe("Phoenix_Bird",20,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",20,192,144,191,143);
insertanimationframe("Phoenix_Bird",21,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",21,000,288,191,143);
insertanimationframe("Phoenix_Bird",22,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",22,192,000,191,143);
insertanimationframe("Phoenix_Bird",23,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",23,000,144,191,143);
insertanimationframe("Phoenix_Bird",24,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",24,192,144,191,143);
insertanimationframe("Phoenix_Bird",25,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",25,000,288,191,143);
insertanimationframe("Phoenix_Bird",26,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",26,192,000,191,143);
insertanimationframe("Phoenix_Bird",27,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",27,000,144,191,143);
insertanimationframe("Phoenix_Bird",28,357,6);
setanimationframetexturecoordinates("Phoenix_Bird",28,192,144,191,143);
//Evidence
createanimation("Phoenix_Evidence",2000);
insertanimationframe("Phoenix_Evidence",1,358,200);
setanimationframetexturecoordinates("Phoenix_Evidence",1,000,000,175,143);
insertanimationframe("Phoenix_Evidence",2,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence",2,176,000,175,143);
insertanimationframe("Phoenix_Evidence",3,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",3,352,000,175,143);
insertanimationframe("Phoenix_Evidence",4,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence",4,176,000,175,143);
insertanimationframe("Phoenix_Evidence",5,358,200);
setanimationframetexturecoordinates("Phoenix_Evidence",5,000,000,175,143);
insertanimationframe("Phoenix_Evidence",6,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",6,528,000,175,143);
insertanimationframe("Phoenix_Evidence",7,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",7,704,000,175,143);
insertanimationframe("Phoenix_Evidence",8,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",8,000,144,175,143);
insertanimationframe("Phoenix_Evidence",9,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",9,528,000,175,143);
insertanimationframe("Phoenix_Evidence",10,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",10,704,000,175,143);
insertanimationframe("Phoenix_Evidence",11,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",11,000,144,175,143);
insertanimationframe("Phoenix_Evidence",12,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",12,528,000,175,143);
insertanimationframe("Phoenix_Evidence",13,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",13,704,000,175,143);
insertanimationframe("Phoenix_Evidence",14,358,8);
setanimationframetexturecoordinates("Phoenix_Evidence",14,000,144,175,143);
createanimation("Phoenix_Evidence_Talking",2000);
insertanimationframe("Phoenix_Evidence_Talking",1,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",1,176,144,175,143);
insertanimationframe("Phoenix_Evidence_Talking",2,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",2,352,144,175,143);
insertanimationframe("Phoenix_Evidence_Talking",3,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",3,528,144,175,143);
insertanimationframe("Phoenix_Evidence_Talking",4,358,6);
setanimationframetexturecoordinates("Phoenix_Evidence_Talking",4,000,000,175,143);
//Surprised
createanimation("Phoenix_Surprised",2000);
insertanimationframe("Phoenix_Surprised",1,359,15);
setanimationframetexturecoordinates("Phoenix_Surprised",1,000,000,143,159);
insertanimationframe("Phoenix_Surprised",2,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",2,144,000,143,159);
insertanimationframe("Phoenix_Surprised",3,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",3,288,000,143,159);
insertanimationframe("Phoenix_Surprised",4,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",4,000,160,143,159);
insertanimationframe("Phoenix_Surprised",5,359,3);
setanimationframetexturecoordinates("Phoenix_Surprised",5,144,160,143,159);
insertanimationframe("Phoenix_Surprised",6,359,20);
setanimationframetexturecoordinates("Phoenix_Surprised",6,144,000,143,159);
insertanimationframe("Phoenix_Surprised",7,359,4);
setanimationframetexturecoordinates("Phoenix_Surprised",7,000,000,143,159);
insertanimationframe("Phoenix_Surprised",8,359,48);
setanimationframetexturecoordinates("Phoenix_Surprised",8,288,160,143,159);
insertanimationframe("Phoenix_Surprised",9,359,8);
setanimationframetexturecoordinates("Phoenix_Surprised",9,144,000,143,159);
insertanimationframe("Phoenix_Surprised",10,359,6);
setanimationframetexturecoordinates("Phoenix_Surprised",10,000,320,143,159);
//Thinking
createanimation("Phoenix_Thinking",2000);
insertanimationframe("Phoenix_Thinking",1,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",1,000,000,143,143);
insertanimationframe("Phoenix_Thinking",2,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",2,144,000,143,143);
insertanimationframe("Phoenix_Thinking",3,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",3,000,000,143,143);
insertanimationframe("Phoenix_Thinking",4,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",4,144,000,143,143);
insertanimationframe("Phoenix_Thinking",5,360,40);
setanimationframetexturecoordinates("Phoenix_Thinking",5,000,000,143,143);
insertanimationframe("Phoenix_Thinking",6,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",6,000,144,143,143);
insertanimationframe("Phoenix_Thinking",7,360,8);
setanimationframetexturecoordinates("Phoenix_Thinking",7,144,144,143,143);
insertanimationframe("Phoenix_Thinking",8,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",8,000,144,143,143);
insertanimationframe("Phoenix_Thinking",9,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",9,000,000,143,143);
insertanimationframe("Phoenix_Thinking",10,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",10,144,000,143,143);
insertanimationframe("Phoenix_Thinking",11,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",11,000,000,143,143);
insertanimationframe("Phoenix_Thinking",12,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",12,144,000,143,143);
insertanimationframe("Phoenix_Thinking",13,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",13,288,000,143,143);
insertanimationframe("Phoenix_Thinking",14,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",14,000,000,143,143);
insertanimationframe("Phoenix_Thinking",15,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",15,144,000,143,143);
insertanimationframe("Phoenix_Thinking",16,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",16,288,000,143,143);
insertanimationframe("Phoenix_Thinking",17,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",17,000,000,143,143);
insertanimationframe("Phoenix_Thinking",18,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",18,144,000,143,143);
insertanimationframe("Phoenix_Thinking",19,360,12);
setanimationframetexturecoordinates("Phoenix_Thinking",19,288,000,143,143);
insertanimationframe("Phoenix_Thinking",20,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",20,000,144,143,143);
insertanimationframe("Phoenix_Thinking",21,360,8);
setanimationframetexturecoordinates("Phoenix_Thinking",21,144,144,143,143);
insertanimationframe("Phoenix_Thinking",22,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",22,288,144,143,143);
insertanimationframe("Phoenix_Thinking",23,360,120);
setanimationframetexturecoordinates("Phoenix_Thinking",23,000,288,143,143);
insertanimationframe("Phoenix_Thinking",24,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",24,288,144,143,143);
insertanimationframe("Phoenix_Thinking",25,360,8);
setanimationframetexturecoordinates("Phoenix_Thinking",25,144,144,143,143);
insertanimationframe("Phoenix_Thinking",26,360,6);
setanimationframetexturecoordinates("Phoenix_Thinking",26,000,144,143,143);
createanimation("Phoenix_Thinking_Talking",2000);
insertanimationframe("Phoenix_Thinking_Talking",1,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",1,144,288,143,143);
insertanimationframe("Phoenix_Thinking_Talking",2,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",2,288,288,143,143);
insertanimationframe("Phoenix_Thinking_Talking",3,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",3,144,288,143,143);
insertanimationframe("Phoenix_Thinking_Talking",4,360,7);
setanimationframetexturecoordinates("Phoenix_Thinking_Talking",4,000,288,143,143);
//Hit with payne's wig
createanimation("Phoenix_Wig",2000);
insertanimationframe("Phoenix_Wig",1,361,80);
setanimationframetexturecoordinates("Phoenix_Wig",1,000,000,127,143);
insertanimationframe("Phoenix_Wig",2,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",2,128,000,127,143);
insertanimationframe("Phoenix_Wig",3,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",3,256,000,127,143);
insertanimationframe("Phoenix_Wig",4,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",4,384,000,127,143);
insertanimationframe("Phoenix_Wig",5,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",5,000,144,127,143);
insertanimationframe("Phoenix_Wig",6,361,8);
setanimationframetexturecoordinates("Phoenix_Wig",6,128,144,127,143);
insertanimationframe("Phoenix_Wig",7,361,6);
setanimationframetexturecoordinates("Phoenix_Wig",7,256,144,127,143);
createanimation("Phoenix_Wig2",2000);
insertanimationframe("Phoenix_Wig2",1,361,160);
setanimationframetexturecoordinates("Phoenix_Wig2",1,256,144,127,143);
insertanimationframe("Phoenix_Wig2",2,361,6);
setanimationframetexturecoordinates("Phoenix_Wig2",2,384,144,127,143);
insertanimationframe("Phoenix_Wig2",3,361,8);
setanimationframetexturecoordinates("Phoenix_Wig2",3,000,288,127,143);
insertanimationframe("Phoenix_Wig2",4,361,6);
setanimationframetexturecoordinates("Phoenix_Wig2",4,384,144,127,143);
//Slam the desk like the fist of an angry god
createanimation("Phoenix_DeskSlam",2000);
insertanimationframe("Phoenix_DeskSlam",1,362,12);
setanimationframetexturecoordinates("Phoenix_DeskSlam",1,000,000,191,143);
insertanimationframe("Phoenix_DeskSlam",2,362,7);
setanimationframetexturecoordinates("Phoenix_DeskSlam",2,192,000,191,143);
setanimationframesfx("Phoenix_DeskSlam",2,"sfx-deskslam.wav",3);
insertanimationframe("Phoenix_DeskSlam",3,362,7);
setanimationframetexturecoordinates("Phoenix_DeskSlam",3,000,144,191,143);
insertanimationframe("Phoenix_DeskSlam",4,362,16);
setanimationframetexturecoordinates("Phoenix_DeskSlam",4,192,000,191,143);
insertanimationframe("Phoenix_DeskSlam",5,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam",5,192,144,191,143);
insertanimationframe("Phoenix_DeskSlam",6,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam",6,000,288,191,143);
createanimation("Phoenix_DeskSlam2",2000);
insertanimationframe("Phoenix_DeskSlam2",1,362,180);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",1,000,288,191,143);
insertanimationframe("Phoenix_DeskSlam2",2,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",2,192,144,191,143);
insertanimationframe("Phoenix_DeskSlam2",3,362,8);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",3,192,0,191,143);
insertanimationframe("Phoenix_DeskSlam2",4,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2",4,192,144,191,143);
createanimation("Phoenix_DeskSlam2_Talking",2000);
insertanimationframe("Phoenix_DeskSlam2_Talking",1,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",1,192,288,191,143);
insertanimationframe("Phoenix_DeskSlam2_Talking",2,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",2,000,432,191,143);
insertanimationframe("Phoenix_DeskSlam2_Talking",3,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",3,192,288,191,143);
insertanimationframe("Phoenix_DeskSlam2_Talking",4,362,6);
setanimationframetexturecoordinates("Phoenix_DeskSlam2_Talking",4,000,288,191,143);
//zoomed in face
createanimation("Phoenix_Zoom",2000);
insertanimationframe("Phoenix_Zoom",1,362,200);
setanimationframetexturecoordinates("Phoenix_Zoom",1,192,576,191,191);
insertanimationframe("Phoenix_Zoom",2,362,6);
setanimationframetexturecoordinates("Phoenix_Zoom",2,000,768,191,191);
insertanimationframe("Phoenix_Zoom",3,362,8);
setanimationframetexturecoordinates("Phoenix_Zoom",3,192,768,191,191);
insertanimationframe("Phoenix_Zoom",4,362,6);
setanimationframetexturecoordinates("Phoenix_Zoom",4,000,768,191,191);
createanimation("Phoenix_Zoom_Talking",2000);
insertanimationframe("Phoenix_Zoom_Talking",1,354,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",1,000,288,191,191);
insertanimationframe("Phoenix_Zoom_Talking",2,354,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",2,192,288,191,191);
insertanimationframe("Phoenix_Zoom_Talking",3,354,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",3,000,288,191,191);
insertanimationframe("Phoenix_Zoom_Talking",4,362,6);
setanimationframetexturecoordinates("Phoenix_Zoom_Talking",4,192,576,191,191);
//Objection down
createanimation("Phoenix_Objection_Down",2000);
insertanimationframe("Phoenix_Objection_Down",1,363,6);
setanimationframetexturecoordinates("Phoenix_Objection_Down",1,000,000,255,143);
insertanimationframe("Phoenix_Objection_Down",2,363,18);
setanimationframetexturecoordinates("Phoenix_Objection_Down",2,256,000,255,143);
insertanimationframe("Phoenix_Objection_Down",3,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",3,000,288,255,143);
insertanimationframe("Phoenix_Objection_Down",4,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",4,256,432,255,143);
insertanimationframe("Phoenix_Objection_Down",5,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",5,000,432,255,143);
insertanimationframe("Phoenix_Objection_Down",6,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",6,256,432,255,143);
insertanimationframe("Phoenix_Objection_Down",7,363,7);
setanimationframetexturecoordinates("Phoenix_Objection_Down",7,256,000,255,143);
//Objection Up
createanimation("Phoenix_Objection_Up",2000);
insertanimationframe("Phoenix_Objection_Up",1,364,6);
setanimationframetexturecoordinates("Phoenix_Objection_Up",1,000,000,255,143);
insertanimationframe("Phoenix_Objection_Up",2,364,18);
setanimationframetexturecoordinates("Phoenix_Objection_Up",2,256,000,255,143);
insertanimationframe("Phoenix_Objection_Up",3,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",3,000,288,255,143);
insertanimationframe("Phoenix_Objection_Up",4,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",4,256,432,255,143);
insertanimationframe("Phoenix_Objection_Up",5,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",5,000,432,255,143);
insertanimationframe("Phoenix_Objection_Up",6,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",6,256,432,255,143);
insertanimationframe("Phoenix_Objection_Up",7,364,7);
setanimationframetexturecoordinates("Phoenix_Objection_Up",7,256,000,255,143);
//point down
createanimation("Phoenix_Point1_Dw",2000);
insertanimationframe("Phoenix_Point1_Dw",1,363,6);
setanimationframetexturecoordinates("Phoenix_Point1_Dw",1,000,000,255,143);
createanimation("Phoenix_Point2_Dw",2000);
insertanimationframe("Phoenix_Point2_Dw",1,363,200);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",1,256,000,255,143);
insertanimationframe("Phoenix_Point2_Dw",2,363,6);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",2,000,144,255,143);
insertanimationframe("Phoenix_Point2_Dw",3,363,8);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",3,256,144,255,143);
insertanimationframe("Phoenix_Point2_Dw",4,363,6);
setanimationframetexturecoordinates("Phoenix_Point2_Dw",4,000,144,255,143);
createanimation("Phoenix_Point2_Dw_Talking",2000);
insertanimationframe("Phoenix_Point2_Dw_Talking",1,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",1,000,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Talking",2,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",2,256,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Talking",3,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",3,000,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Talking",4,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Talking",4,256,000,255,143);
createanimation("Phoenix_Point2_Dw_Shouting",2000);
insertanimationframe("Phoenix_Point2_Dw_Shouting",1,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",1,000,432,255,143);
insertanimationframe("Phoenix_Point2_Dw_Shouting",2,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",2,000,288,255,143);
insertanimationframe("Phoenix_Point2_Dw_Shouting",3,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",3,000,432,255,143);
insertanimationframe("Phoenix_Point2_Dw_Shouting",4,363,7);
setanimationframetexturecoordinates("Phoenix_Point2_Dw_Shouting",4,256,432,255,143);
//point up
createanimation("Phoenix_Point1_Up",2000);
insertanimationframe("Phoenix_Point1_Up",1,364,6);
setanimationframetexturecoordinates("Phoenix_Point1_Up",1,000,000,255,143);
createanimation("Phoenix_Point2_Up",2000);
insertanimationframe("Phoenix_Point2_Up",1,364,200);
setanimationframetexturecoordinates("Phoenix_Point2_Up",1,256,000,255,143);
insertanimationframe("Phoenix_Point2_Up",2,364,6);
setanimationframetexturecoordinates("Phoenix_Point2_Up",2,000,144,255,143);
insertanimationframe("Phoenix_Point2_Up",3,364,8);
setanimationframetexturecoordinates("Phoenix_Point2_Up",3,256,144,255,143);
insertanimationframe("Phoenix_Point2_Up",4,364,6);
setanimationframetexturecoordinates("Phoenix_Point2_Up",4,000,144,255,143);
createanimation("Phoenix_Point2_Up_Talking",2000);
insertanimationframe("Phoenix_Point2_Up_Talking",1,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",1,000,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Talking",2,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",2,256,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Talking",3,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",3,000,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Talking",4,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Talking",4,256,000,255,143);
createanimation("Phoenix_Point2_Up_Shouting",2000);
insertanimationframe("Phoenix_Point2_Up_Shouting",1,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",1,000,432,255,143);
insertanimationframe("Phoenix_Point2_Up_Shouting",2,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",2,000,288,255,143);
insertanimationframe("Phoenix_Point2_Up_Shouting",3,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",3,000,432,255,143);
insertanimationframe("Phoenix_Point2_Up_Shouting",4,364,7);
setanimationframetexturecoordinates("Phoenix_Point2_Up_Shouting",4,256,432,255,143);
//failure
createanimation("Phoenix_Failed",2000);
insertanimationframe("Phoenix_Failed",1,362,1);
setanimationframetexturecoordinates("Phoenix_Failed",1,224,448,143,127);
//Phoenix+Mia super objection
createanimation("Phoenix_Mia_SOBJ",2000);
insertanimationframe("Phoenix_Mia_SOBJ",1,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",1,000,000,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",2,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",2,000,160,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",3,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",3,000,320,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",4,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",4,000,480,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",5,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",5,000,640,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",6,365,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",6,000,800,319,159);
insertanimationframe("Phoenix_Mia_SOBJ",7,364,6);
setanimationframetexturecoordinates("Phoenix_Mia_SOBJ",7,000,864,319,159);
//Phoenix super objection
createanimation("Phoenix_SOBJ",2000);
insertanimationframe("Phoenix_SOBJ",1,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",1,000,576,255,159);
insertanimationframe("Phoenix_SOBJ",2,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",2,256,576,255,159);
insertanimationframe("Phoenix_SOBJ",3,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",3,000,736,255,159);
insertanimationframe("Phoenix_SOBJ",4,363,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",4,256,736,255,159);
insertanimationframe("Phoenix_SOBJ",5,364,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",5,000,576,255,159);
insertanimationframe("Phoenix_SOBJ",6,364,6);
setanimationframetexturecoordinates("Phoenix_SOBJ",6,256,576,255,159);
//Drinking coffee
createanimation("Phoenix_Drink",2000);
insertanimationframe("Phoenix_Drink",1,366,200);
setanimationframetexturecoordinates("Phoenix_Drink",1,000,000,191,159);
insertanimationframe("Phoenix_Drink",2,366,6);
setanimationframetexturecoordinates("Phoenix_Drink",2,192,000,191,159);
insertanimationframe("Phoenix_Drink",3,366,6);
setanimationframetexturecoordinates("Phoenix_Drink",3,000,160,191,159);
insertanimationframe("Phoenix_Drink",4,366,6);
setanimationframetexturecoordinates("Phoenix_Drink",4,192,000,191,159);
createanimation("Phoenix_Drink_Talking",2000);
insertanimationframe("Phoenix_Drink_Talking",1,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",1,192,160,191,159);
insertanimationframe("Phoenix_Drink_Talking",2,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",2,000,320,191,159);
insertanimationframe("Phoenix_Drink_Talking",3,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",3,192,160,191,159);
insertanimationframe("Phoenix_Drink_Talking",4,366,7);
setanimationframetexturecoordinates("Phoenix_Drink_Talking",4,000,000,191,159);
createanimation("Phoenix_Drinking",2000);
insertanimationframe("Phoenix_Drinking",1,366,60);
setanimationframetexturecoordinates("Phoenix_Drinking",1,000,480,191,159);
insertanimationframe("Phoenix_Drinking",2,366,9);
setanimationframetexturecoordinates("Phoenix_Drinking",2,192,480,191,159);
insertanimationframe("Phoenix_Drinking",3,366,11);
setanimationframesfx("Phoenix_Drinking",3,"sfx-drink.wav",3);
setanimationframetexturecoordinates("Phoenix_Drinking",3,000,640,191,159);
insertanimationframe("Phoenix_Drinking",4,366,9);
setanimationframetexturecoordinates("Phoenix_Drinking",4,192,480,191,159);

//Phoenix Expressions
[pw_enablephoenixzoom]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,0);
setcharactersize("pw_char",191,191);
setcharacterlipsyncsilent("pw_char","Phoenix_Zoom");
setcharacterlipsynctalking("pw_char","Phoenix_Zoom_Talking");

[pw_enablephoenixnormal]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Normal");
setcharacterlipsynctalking("pw_char","Phoenix_Normal_Talking");

[pw_enablephoenixmistake]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",175,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Mistake");
setcharacterlipsynctalking("pw_char","Phoenix_Mistake_Talking");

[pw_enablephoenixnegate]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setanimationrepeations("Phoenix_Negate",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Negate");
setcharacterlipsynctalking("pw_char","Phoenix_Negate");
wait(128);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixnormal");

[pw_enablephoenixconfirm]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setanimationrepeations("Phoenix_Confirm",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Confirm");
setcharacterlipsynctalking("pw_char","Phoenix_Confirm");
wait(80);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixnormal");

[pw_enablephoenixinlove]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Inlove");
setcharacterlipsynctalking("pw_char","Phoenix_Inlove");

[pw_enablephoenixcertain]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",159,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Certain");
setcharacterlipsynctalking("pw_char","Phoenix_Certain_Talking");

[pw_enablephoenixcoffee]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",12,0);
setcharactersize("pw_char",127,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Coffee");
setcharacterlipsynctalking("pw_char","Phoenix_Coffee");

[pw_enablephoenixcoffee2]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",12,0);
setcharactersize("pw_char",127,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Coffee2");
setcharacterlipsynctalking("pw_char","Phoenix_Coffee2");

[pw_enablephoenixdark]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,0);
setcharactersize("pw_char",256,192);
setcharacterlipsyncsilent("pw_char","Phoenix_Dark");
setcharacterlipsynctalking("pw_char","Phoenix_Dark");

[pw_enablephoenixsweating]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",12,16);
setcharactersize("pw_char",111,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Sweat");
setcharacterlipsynctalking("pw_char","Phoenix_Sweat_Talking");

[pw_enablephoenixbird]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",12,16);
setcharactersize("pw_char",191,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Bird");
setcharacterlipsynctalking("pw_char","Phoenix_Bird");

[pw_enablephoenixevidence]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",18,16);
setcharactersize("pw_char",175,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Evidence");
setcharacterlipsynctalking("pw_char","Phoenix_Evidence_Talking");

[pw_enablephoenixsurprised]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,0);
setcharactersize("pw_char",143,159);
setanimationrepeations("Phoenix_Surprised",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Surprised");
setcharacterlipsynctalking("pw_char","Phoenix_Surprised");

[pw_enablephoenixthinking]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",143,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Thinking");
setcharacterlipsynctalking("pw_char","Phoenix_Thinking_Talking");

[pw_enablephoenixtoupee]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setanimationrepeations("Phoenix_Wig",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Wig");
setcharacterlipsynctalking("pw_char","Phoenix_Wig");
wait(128);
jumptoscript("pw_enablephoenixtoupee2");

[pw_enablephoenixtoupee2]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",127,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Wig2");
setcharacterlipsynctalking("pw_char","Phoenix_Wig2");

[pw_enablephoenixdeskslam]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,20);
setcharactersize("pw_char",191,143);
setanimationrepeations("Phoenix_DeskSlam",1);
setcharacterlipsyncsilent("pw_char","Phoenix_DeskSlam");
setcharacterlipsynctalking("pw_char","Phoenix_DeskSlam");
wait(54);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixdeskslam2");

[pw_enablephoenixdeskslam_only]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,20);
setcharactersize("pw_char",191,143);
setanimationrepeations("Phoenix_DeskSlam",1);
setcharacterlipsyncsilent("pw_char","Phoenix_DeskSlam");
setcharacterlipsynctalking("pw_char","Phoenix_DeskSlam");
wait(54);

[pw_enablephoenixdeskslam2]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,20);
setcharactersize("pw_char",191,143);
setcharacterlipsyncsilent("pw_char","Phoenix_DeskSlam2");
setcharacterlipsynctalking("pw_char","Phoenix_DeskSlam2_Talking");

[pw_enablephoenixobjectiondown]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Objection_Down",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Objection_Down");
setcharacterlipsynctalking("pw_char","Phoenix_Objection_Down");

[pw_enablephoenixobjectionup]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Objection_Up",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Objection_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Objection_Up");

[pw_enablephoenixsuperobjection]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,159);
setanimationrepeations("Phoenix_SOBJ",1);
setcharacterlipsyncsilent("pw_char","Phoenix_SOBJ");
setcharacterlipsynctalking("pw_char","Phoenix_SOBJ");

[pw_enablephoenixmiasuperobjection]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",319,159);
setanimationrepeations("Phoenix_Mia_SOBJ",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Mia_SOBJ");
setcharacterlipsynctalking("pw_char","Phoenix_Mia_SOBJ");

[pw_enablephoenixfailed]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",37,48);
setcharactersize("pw_char",143,127);
setanimationrepeations("Phoenix_Failed",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Failed");
setcharacterlipsynctalking("pw_char","Phoenix_Failed");

[pw_enablephoenixpointdowntalk]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Dw",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Dw");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointdown1");

[pw_enablephoenixpointdown1]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Dw_Talking");

[pw_enablephoenixpointdownshout]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Dw",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Dw");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointdown2");

[pw_enablephoenixpointdown2]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Dw");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Dw_Shouting");

[pw_enablephoenixpointuptalk]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Up",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Up");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointup1");

[pw_enablephoenixpointup1]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Up_Talking");

[pw_enablephoenixpointupshout]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setanimationrepeations("Phoenix_Point1_Up",1);
setcharacterlipsyncsilent("pw_char","Phoenix_Point1_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point1_Up");
wait(6);
runscript("setlipsynctochar");
jumptoscript("pw_enablephoenixpointup2");

[pw_enablephoenixpointup2]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",255,143);
setcharacterlipsyncsilent("pw_char","Phoenix_Point2_Up");
setcharacterlipsynctalking("pw_char","Phoenix_Point2_Up_Shouting");

[pw_enablephoenixdrink]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,0);
setcharactersize("pw_char",191,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Drink");
setcharacterlipsynctalking("pw_char","Phoenix_Drink_Talking");

[pw_enablephoenixdrinking]
recfunctionname([pw_charfunc]);
runscript("setlipsynctonoone");
placecharacter("pw_char",0,0);
setcharactersize("pw_char",191,159);
setcharacterlipsyncsilent("pw_char","Phoenix_Drinking");
setcharacterlipsynctalking("pw_char","Phoenix_Drinking");

[pw_loadphoenixfiles]
loadtexture(350,"PW\character\Phoenix\PW_Normal.png");
loadtexture(351,"PW\character\Phoenix\PW_Mistake.png");
loadtexture(352,"PW\character\Phoenix\PW_Negate.png");
loadtexture(353,"PW\character\Phoenix\PW_Inlove.png");
loadtexture(354,"PW\character\Phoenix\PW_Certain.png");
loadtexture(355,"PW\character\Phoenix\PW_Coffee.png");
loadtexture(356,"PW\character\Phoenix\PW_Sweating.png");
loadtexture(357,"PW\character\Phoenix\PW_Bird.png");
loadtexture(358,"PW\character\Phoenix\PW_Evidence.png");
loadtexture(359,"PW\character\Phoenix\PW_Surprised.png");
loadtexture(360,"PW\character\Phoenix\PW_Thinking.png");
loadtexture(361,"PW\character\Phoenix\PW_Wig.png");
loadtexture(362,"PW\character\Phoenix\PW_DeskSlam.png");
loadtexture(363,"PW\character\Phoenix\PW_Point1.png");
loadtexture(364,"PW\character\Phoenix\PW_Point2.png");
loadtexture(365,"PW\character\Phoenix\PW_PhoenixMia.png");
loadtexture(366,"PW\character\Phoenix\PW_Drink.png");


This is only going to fix the hand jumping and hovering issue of Phoenix's deskslam. I'll completely fix Phoenix at a later time. The issue (and probably a number of others) was do to the lack of sprites. However, thanks to KSA adding the GIF-to-sheet capability, the full animation can be achieved.
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

GIF-to-sheet capability? I was not aware of this. How do you use it?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

@Zachary Hinchliffe

Here is the test code I did.

Code:
#include(pwlib/pwlib.hlsl)

[game]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_createmaya");
loadtexture(-7000,"PW/misc/totaltransparent.png");
loadtexture(-7001,"PW/CRO/CROJudge.png");
loadtexture(-7002,"PW/CRO/CROPrPayne.png");
loadtexture(-7003,"PW/CRO/CRODfPhoenixMaya.png");
changetitle("Simple");
jumptoscript("run");

[run]
runscript("pw_usepwbgcourthall");
runscript("pw_showadvarrowmenu");
runscript("showpwchar");
runscript("pw_enablemayanormal");
runscript("setlipsynctochar");
runscript("pw_showmessagebox");
runscript("pw_setnameboxtomaya");
runscript("pw_crosizesalternative");
jumptoscript("scene");

[scene]
runscript("pw_hidemessagebox");
setgenobjgraphic("pw_crowitness",-7000);
setgenobjgraphic("pw_crojudge",-7001);
setgenobjgraphic("pw_croprosecutor",-7002);
setgenobjgraphic("pw_croattorney",-7003);
runscript("pw_showcourtroomoverview");
loadandplaysfx("sfx-gallery.wav",0);
wait(140);
runscript("pw_hidecourtroomoverview");
runscript("pw_showgaveltriplehit");


@Lt. Morke

Nice, i'll update him soon.

@YggdrasilsSword

Gif to Sheet is a feature of AIGE 0.9.800a, that will be out with PWLib 1.2, so if you need some sheet from a gif, let me know.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Updatd Phoenix Wright file on PWLib 1.2, but haven't tested it yet (no test file).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

No offense but should you really update them without testing them?
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

I have the old file separated just in case. I'll test it before 1.2's release.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

Oops. Sorry about that. I can assure you, the deskslam works right now. I only jumped ahead to Phoenix because of people mentioning it. The only thing I edited was the frame coordinates and character placement for the animation. I'll include a test script when I get done with Phoenix's pack.
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Alright. Try to make it as earlier as possible so the new phoenix pack is released fully.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

I can jump ahead and do Phoenix if you would be kind enough to send me his gif outputs, please.
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Crazy Attorney

Gender: None specified

Rank: Suspect

Joined: Tue Jan 13, 2009 7:16 am

Posts: 3

hi all,

i've got a prob with pwlib, how could i add my news characters in PWlib? I ve understood the rest of the prog, but not this.
With Which prog could i have the values of my pics?

Thanks
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

@Lt. Morke

I'll make on available as I get home.

@darkgodalex

I'll write the PWLib Unleashed version of custom char addition and put here (so i explain the thing AND do some PWLib Unleashed).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Crazy Attorney

Gender: None specified

Rank: Suspect

Joined: Tue Jan 13, 2009 7:16 am

Posts: 3

ok so, if i ve understood well, i ll post my chars here, then you create a pwlib custom with them?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

They don't :c

Gender: Male

Location: http://www.ezilon.com/maps/images/southamerica/political-map-of-Argentina.gif

Rank: Moderators

Joined: Mon Jan 21, 2008 6:34 pm

Posts: 3188

No, he meant that he will explain how to do it in the PWLib Unleashed Tutorial Book. I think an explanation exists in PWLib in a Nutshell. Check the last tutorials, Customization tutorials. Custom Balloons, Characters, Stuff. This computer I'm using right now is too weak, and doesn't support .pdf-s, so I can check it, but I recall seeing one. Anyway, if you don't find it, I may give you a little explanation.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Crazy Attorney

Gender: None specified

Rank: Suspect

Joined: Tue Jan 13, 2009 7:16 am

Posts: 3

OK, so i ve readen the pdf tuto in nutshell but at the end when it explain how to add characters, it s really short, and we don t know how to get the values of the sprites.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The values you get when you build the sheet. There are many ways to make sheets, and those who did PWLib chars use one each model.

AIGE's 0.9.800a generates a sheet that is compatible with Animation Builder (all cells are aligned and have the same size), but if you see Ceres' works, he puts many chars on a same file.

I recommend that you define a way you feel comfortable with. With the arrival of Gif to Sheet with PWLib 1.2 and AIGE 0.9.800a, some cases will be made easier, but if no gif is created, the old ways apply.

-------------------------------------------------------------------------
Currently working on the new version of the Gif Reader. For now:
-Sheets cell size are now generated correctly.
-Some gifs work that didn't before. Example:
Image
and the other 2 in this set.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Note about sheets:
I won't be able to provide sheets since the Gif to Sheet is bugging (when it changes a line, it ignores a frame). Until I fix that, I won't generate any more sheets from gifs (i'll try to work that out tomorrow).
Also, the Victor sheet I made is broken.

Bug fixed. I thought it was something thougher, but it wasn't. I'll prepare the sheets for Lt. Morke.

Currently working on: GIF subsystem, adding support for interlaced gif.
:keylady:
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Seeing how the old Kudo sheet has this issue, could you make a new one?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

There are some bugs still (gif is a crazy format), so tomorrow as I fix them i'll post the sheet for you.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

All right. Thanks, KSA! :gant:
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

*cough**cough*

Lt. Morke wrote:
Also, you might want to look at that sprite sheet generator. I've noticed that it doesn't include every fifth frame in the sheet.

No biggie though. I just had to clear my throat. :grossburg:

darkgodalex, if you need any help in adding custom characters, PM me and I'll help you out.
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

KSA_Tech wrote:
There are some bugs still (gif is a crazy format), so tomorrow as I fix them i'll post the sheet for you.


This is so true. Gif is WEIRD. Many of my releases throughout last summer were just continually changing the gif code to make more files work with it. I think there are still some files that don't work right.

I'm glad that bug wasn't as bad as you thought, it reminded me of the bald spot I have from working with gif and pulling out my hair, lol.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Lt. Morke wrote:
*cough**cough*

Lt. Morke wrote:
Also, you might want to look at that sprite sheet generator. I've noticed that it doesn't include every fifth frame in the sheet.

No biggie though. I just had to clear my throat. :grossburg:
I have spoken with KSA about this a few times, be might do it at a later date however it is most likely to still require users fixing it some but I managed to convince him to at least get the Gif2Sheet to spew out the code to animate what is there, but as a quality control we will strongly recommend and point out how to optimize it some.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

@ Lt. Morke

It didn't ignore every 5th frame, it killed a frame every time it changed a line. I recalled you mentioned it. Edgeworth had 5 frames per line, so every 5th was missing.

@saluk
Only very special cases don't work for me now.

@DDRKhat

Once I fix the frame composing, it can be done later on.

Note: I'll be able to provide Lt. Morke's Phoenix Sheet and the Yggdrasil's Victor set with the code I did now.


-Fixed issue where gifs with 1 frame were ignored.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The sheet packs:
Phoenix Wright: http://www.ksatechnologyhq.com:1357/subhosted/sheet_PhoenixWright.rar
Victor Kudo: http://www.ksatechnologyhq.com:1357/subhosted/sheet_VictorKudo.rar
Ini: http://www.ksatechnologyhq.com:1357/subhosted/sheet_Ini.rar
Manfred Von Karma: http://www.ksatechnologyhq.com:1357/subhosted/sheet_ManfredVonKarma.rar
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Work resumed on Shinku. I decided to finish it first just in case.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Thanks for those sheets, KSA. I, uh, have a question. How do I use "pw_showdetentioncenterglass"? It doesn't seem to have any effect.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

Thanks, KSA. Now here is something for you: :bellboy: & :mareka:

Bellboy --> http://www.mediafire.com/file/mq22t3rdgzt/Lt%20Morke's%20Bellboy.zip

Desiree --> http://www.mediafire.com/file/owbzmkyjloi/Lt.%20Morke's%20Desiree.zip

I made sure they have test scripts this time.
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

@YggdrasilsSword
The pw_showdetentioncenterglass shows the detention glass layer over the character on screen. It is meant to be used on the detention center.

Here is an example of it (I just ran the function, and used a different bg to show it better):

Image

@Lt. Morke

Nice, I'll test and add them soon.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Both added.
Issues found: 2

1) One of the Bellboy's blushing frames have the wrong brightness value (if you look closely, there is some "flashing").
2) Desiree normal talk has one misplaced frame when she blinks (just put a long test for her to speak).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Current status on Shinku: 70%

Of the 30% left:
-10% are Investigations
-16% are Cross Examinations
-04% are misc things.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: Male

Location: Bangkok, Thailand

Rank: Suspect

Joined: Fri Jan 16, 2009 11:01 am

Posts: 7

Unicode would be nice (Even someone mentioned about this long time ago :P)
Page 68 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 65, 66, 67, 68, 69, 70, 71 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users and 13 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO