Try running 'acdos.exe --setup' and see whether there are available options to change this.
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: cat on Wed 02/04/2025 08:25:50What system did they port this to?
Quote from: Crimson Wizard on Thu 06/02/2025 09:50:21I just randomly pressed "Edit Game" on a random game in database, and to my surprise it opened game description for editing. Is it a bug, or I somehow have permissions to do that (then why)?Don't know whether this is intentional, but I think most (all?) mods on the forums are also mods of the game pages.
Quote from: Crimson Wizard on Thu 26/12/2024 19:38:02EDIT: may any mod merge this post there?
int ffdir; //1 for fading in and -1 for fading out.
int ffcoutner = 0; //coutner of the sprite's animation
function repeatedly_execute_always(){
ffcoutner += ffdir;
if (ffcoutner == 0||ffcoutner == 200) ffdir = -ffdir; //Change direction)
if (ffcoutner > 100) objFF.Transparency = 200 - ffcoutner;
else objFF.Transparency = 100;
}
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 3.377 seconds with 20 queries.