Intro

Started by , Mon 25/08/2003 01:28:49

Previous topic - Next topic

Plog

Im trying to have an introduction to my game and I was wondering how I could do this I strarted out using animated backgrounds but realised there were only 5 spaces is there a way that I can make it so after 1 loop of the animated background it goes to another room. Or is there another way I can do this?

TerranRich

Well, what exactly are you trying to do? Maybe you won't have to use a long animating background.
Status: Trying to come up with some ideas...

Ishmael

A flic animation, or an animating character? The character method could be useful, but it could also cause slowdown. Using a large, animated character in the middle of the screen... just an idea....
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Plog

Well I have 30 different pictures.
Eac one he is typing his user name into a log in thing which takes up the whole screen I'll try a flic animation see what it comes out like.

Plog

I just realised I don't have a clue how to make a .fli or .flc  :-[

Ishmael

Jasc Animation Shop. Google for it... as I cant remeber the address... :(
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Plog

Well I tried your character idea and it froze my game.  :P

Ishmael

Oh... eh... I said might cause slowdown... *ginds looking innocent*
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

MrColossal

how much of the image is different?

if it's only his fingers typing that moves then make an animated object of the moving fingers and stick them on a static background
"This must be a good time to live in, since Eric bothers to stay here at all"-CJ also: ACHTUNG FRANZ!

Plog

Actally its just text appearing in a field but that will work too thanks.

Ishmael

Yes, if it's just text, like username and password, you can do it with bg, fully transpearant GUI with two labels, and scripting SetLabeText(GUINAME,labelnum,"Text here")'s to make it look like it should. ;)
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Plog

Oh great just when I thought I got it perfect.

The password text jigs to one side when the username text starts the jigs back when it starts what am I doing wrong should I maybe use some kind of scipt instead on the loop delays?

Ishmael

Scripting....
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Plog

Err how do I do delays with scripting.  :-[


Chicky

Yo, if your using MrColossal's technique with an animated object then the jigginess is probally because ALL YOUR ANIMATION IMAGES ARN'T THE SAME SIZE all images in an animation need to be the same size, otherwise it will jig.

hope it helps

-a chicken

Ishmael

Delay in script with Wait(int delay); RTFM, look in the manual, please ppl.
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Plog

Im pretty sure they are the same size i'll check.

SMF spam blocked by CleanTalk