Hehe ok, glad it's solved

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Joe Carl on Tue 19/05/2009 12:35:19
lLife.Text=String.Format("VIDA: %d %",Vida);
lBullets.Text=String.Format("BALAS: %d/%d",Balas, TotBalas);
if ( timer > GetGameSpeed ( ) * 12 )
// remove
if ( current_waypoint[0] == 0 && cChief.x > 115 )
{
cChief.Walk ( 247, 150, eNoBlock, eAnywhere );
current_waypoint[0] = 1;
}
if ( current_waypoint[1] == 0 && cIndy.x > 115 )
{
cIndy.Walk ( 247, 150, eNoBlock, eAnywhere );
current_waypoint[1] = 1;
}
if ( current_waypoint[2] == 0 && cDrummer.x > 115 )
{
cDrummer.Walk ( 247, 150, eNoBlock, eAnywhere );
current_waypoint[2] = 1;
}
Quote from: MD on Fri 07/08/2009 08:18:01
But it doesn't work until I set borders to the edges (0,768, 1024 or larger).
Before the new edges, EGO gets stuck and the code doesn't work, with 0 border it's ok (don't ask me why).
Quote from: monkey_05_06 on Wed 05/08/2009 23:56:08
One thing that really stands out to me about the new audio stuff going on in the editor is that you can only ever have one "Audio" tab open and it updates to show the last selected type or folder. This is completely opposite to everything else (GUIs, Characters, Scripts, etc.) which opens in its own tab.
QuoteI just noticed that when you select the D3D9 graphic drivers and also set the runtime from retail to debug in your directx9 control panel (also select the most debug info you can get, ie. slider all the way to the right), AGS always crashes with this error:
Error: Unable to lock texture
This should definitely be fixed, I think!
QuoteWhat speed! What precise efficiency! CJ, you're such a giver. You have my profound and numerous thanks - this little hiccup was ruining my life. (Also, my GF says thanks, because I was being a furious grouch while dealing with tabular overflowery).
QuoteAn exception 0xC0000005 occurred in ACWIN.EXE at EIP = 0x0048FA91 ; program pointer is -42, ACI version 3.20.1085, gtags (2039,18)
return StackData.Format("%s%s%d,%d,%s%s", type, stamp, this.ItemCount, this.PopType, data, stamp);
Quote from: ProgZmax on Wed 05/08/2009 04:49:35
Health care in the United States is the only public system in the country that does not operate through markets and competition, and it shows
Quote from: abstauber on Thu 30/07/2009 14:01:33
Hey... .seek is suddently accurate as hellOverall it seems like there've been some improvements on the sound part, since the OGGs doesn't seem to loose sync anymore at all.
Thanks a lot
QuoteHaven't checked the new version but the old if you use Run-AGS Game command and have a loading pcx and have a video playing on game start it won't show.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 1.450 seconds with 16 queries.