Menu

Show posts

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 Menu

Topics - Chronos

#1
Critics' Lounge / Hand drawn backgrounds
Sun 05/09/2004 03:05:31
Here are 2 backgrounds i tried to draw with my poor skillsÃ,  ,i know this is just a concept for now but i need some critics and advice to improve them.
Its supposed to be an hermit's house on an island and some strange stones in the jungle

Ã,  Ã, 

I'd like to colorize them as well but i don't know how to do it :-\ maybe i ll have to paint over with gimp...
#2
Advanced Technical Forum / Scroll and fade
Fri 20/08/2004 04:04:36
Hi all,

I was trying to make an intro for my future game and had a few problems to make the text fade in and out and scroll so i wrote a little function.

You must write your text on, let's say a pink background and import it as a sprite, make an object with it and set it to invisible, then call the function.

/*

obj = object number
x,y = object position
z =Ã,  scrolling up
speed = 0-fast 10-slow

-Chronos

*/

function scrollnfade(int obj, int x, int y, int z,int speed)
{
int i=0;
SetObjectPosition(obj,x,y);
SetObjectTransparency(obj,100);
ObjectOn(obj);
Ã, 
while(i<100)
{
SetObjectTransparency(obj,100-i);
Wait(7);
i=i+5;
}

i=0;
while(i<z)
{
Ã,  SetObjectPosition(obj,x,y-i);
Ã,  Wait(speed);
Ã,  i++;
}

i=0;
while(i<100)
{
SetObjectTransparency(obj,i);
Wait(7);
i=i+5;
}

}

(i'm currently coding a "scroll and fade" at the same time, if you want the code i ll post it here)

I hope this can help, bye!
#3
Hi all,

This is my first try as a character designer.
It took me a whole night and about 6 coffees to achieve this but i made it, and i m now working on the walkcycle.

*Ok the walkcycle is finished, now i'd like to improve the movements on side view and add shading effect, if you could help me a bit with this...

*I also need help for the background (like adding buildings behind the window,make the bed look like a real one =p and correct perspective where needed).

Any help or critics would be greatly appreciated!






Tux from scratch
#4
Hi all,

I'm new to ags and would like to thank you all for the great games you make with ags,reminds me the good old games i used to play,very funny and creative ;)
I'm currently working on my first game, i already have the plot, a custom gui and about 60% of the scripting part, i really like ags scripting and i feel at ease in that domain but i suck when it comes to making charsets and backgrounds so if there is someone here that has some free time and the will to help pm me please!
I would need 3 charsets: 4 poses, 3 pics per pose, low res like "5 days a stranger".
And something like 8 small backgrounds like the ones in the mansion in 5 days(again ;)
I can help with anything related to coding in exchange =)

Laters
SMF spam blocked by CleanTalk