Hi again..I read the manual and found out that animations must be in FLI or FLC formats...how can I make animations in this format? is it possible to use GIF animation? can anyone write me the script for animation?
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: KhrisMUC on Thu 14/08/2008 08:40:01found one....looks good but I remember one program where you just click on a button and it automatically makes photo look like cartoon..think that it is in Kodak camera software
Just google for tutorials...
Quote from: matti on Tue 12/08/2008 11:44:05I know that.Quote from: fly on Tue 12/08/2008 02:13:30
I made cChar1 by editing cEgo1 bmp files, so they are exact same size, but on game it's different ?!
In case you just edited the .bmp files you still have to import these new sprites (and replace the old ones).
All images are saved within AGS, so the editor doesn't open image files when running/editing a game.
function avionj_Interact()
{
character[0].Walk(313, 209);
player.AddInventory(inventory[4]);
object[0].Visible = false;
DisplayMessage(0);
}
function avionj_Look()
{
DisplayMessage(1);
}
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 0.053 seconds with 14 queries.