Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graphic Design (https://forums.graalonline.com/forums/forumdisplay.php?f=9)
-   -   My first gif! (https://forums.graalonline.com/forums/showthread.php?t=40733)

baywatch1 11-28-2002 09:16 PM

My first gif!
 
1 Attachment(s)
What do ya thik?

aylad 11-29-2002 12:00 AM

It's, ah.... it's..... flashy. What is it?

baywatch1 11-29-2002 12:32 AM

it should be a tree

Mykel 11-29-2002 12:41 AM

Quote:

Originally posted by baywatch1
it should be a tree
please do not make it a tree. lol. Its pretty good for a first attempt, keep up tha good work.

Spark910 11-29-2002 04:14 AM

What is it? Its a magical morphing greek god stick with the powers of all the Gods. Ptt... What is it, Geeze.

baywatch1 11-29-2002 11:15 PM

1 Attachment(s)
okok its not very good! i will make a new one! like this

Mykel 11-29-2002 11:18 PM

all you are doing is making things flash colors, oooooo!

Delteria_Free18 11-30-2002 07:30 AM

you should do a big 800x600 square amd male the animation faster....

baywatch1 11-30-2002 06:02 PM

what exactly should i make?

osrs 11-30-2002 07:56 PM

Quote:

Originally posted by baywatch1
okok its not very good! i will make a new one! like this
You can make these texts with scripts.
Try to make stuffs like heads,swords,shields..that's good for starting with your own graphics.

baywatch1 12-01-2002 05:55 AM

ok i will make a head

billybob53 12-01-2002 06:32 AM

if you wanna make an image that flash then just use:

code:
-----------------------------------------
if (created){
showimg 0,@@Mafia Bar,x,y;
}
while (visible){
changeimgcolors 0,1,0,0,0.99;
sleep 0.1;
changeimgcolors 0,0,1,0,0.99;
}
-----------------------------------------

Ok?

(if your making images with text its best not to bother...)

Besides, You can just make a regular image and save up file space.

Goboom 12-01-2002 09:47 AM

Quote:

Originally posted by billybob53
if you wanna make an image that flash then just use:

code:
-----------------------------------------
if (created){
showimg 0,@@Mafia Bar,x,y;
}
while (visible){
changeimgcolors 0,1,0,0,0.99;
sleep 0.1;
changeimgcolors 0,0,1,0,0.99;
}
-----------------------------------------

Ok?

(if your making images with text its best not to bother...)

Besides, You can just make a regular image and save up file space.

>.< DO NOT USE SHOWIMG <index>,@@@<MESSAGE>,x,y; ANYMORE!
use showtext >.<
NPC Code:

if (playerenters || timeout){
showtext 0,x,y,Arial,b,Mafia Bar;
colors();
timeout=0.05;}
function colors(){
changeimgcolors 0,1,0,0,0.99;
sleep 0.05;
changeimgcolors 0,0,1,0,0.99;}


that should work

osrs 12-01-2002 11:06 AM

Quote:

Originally posted by Goboom

>.< DO NOT USE SHOWIMG <index>,@@@<MESSAGE>,x,y; ANYMORE!
use showtext >.<
NPC Code:

if (playerenters || timeout){
showtext 0,x,y,Arial,b,Mafia Bar;
colors();
timeout=0.05;}
function colors(){
changeimgcolors 0,1,0,0,0.99;
sleep 0.05;
changeimgcolors 0,0,1,0,0.99;}


that should work

omg...what's the problem about using showimg?! :\
I always use showing,there is no problem about that.

Goboom 12-02-2002 12:39 AM

Quote:

Originally posted by osrs


omg...what's the problem about using showimg?! :\
I always use showing,there is no problem about that.

Its supposed to be removed in the next few graal versions or so. Stefan wants the people to swich over now so they dont have to do a massive construction on their playerworlds in the near future.

Acererak 12-02-2002 01:55 PM

1 Attachment(s)
Quote:

Originally posted by Delteria_Free18
You should do a big 800x600 square and make the animation faster....
Like This?

napsterfreak5000 12-16-2002 07:26 AM

i don;t really consider flashing letters animation x.x but its a good start

darkriders_p2p 12-16-2002 07:54 AM

Quote:

Originally posted by Acererak


Like This?

**has massive seizure**
:(


All times are GMT +2. The time now is 04:50 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.