Jump to content

Recommended Posts

Posted

First you will need to open a new file you can name it what ever you want but for tutorial purposes enter this information.

shiningtextefect1gx4.jpg

Now your going to use your paint bucket tool and fill your banner with black.

shiningtext22jb9.gif

Lets now go to our type type tool, and add some text. I used Airal font but you can use any font you like. For this banner you are going to want to set your font to 48 pt, and change the collar. I chose blue.

shiningtextefect32zw1.gif

Ok, now lets add some layer effects. At the top of your photoshop go to Layer/Layer Style/Blending Options, and use these settings. You can add any other layer effects if you want.

shiningtextefect4zy0.jpg

Your banner should look like this now.

shiningtextefect5zj6.jpg

In your layers window create a new layer.

shiningtextefect6pu8.jpg

Now go to your brush tool, and choose a brush. I am using a 19px diameter brush for this tutorial.

shiningtextefect7td5.jpg

To the left of your text draw a straight vertical line.

shiningtextefect8wb0.jpg

Lets add a couple effects to this line. At the top of your photoshop go to Layer/Layer Style/Outer Glow, and add this information.

shiningtextefect9si9.jpg

Layer/Layer Style/Inner Glow, and add this information.

shiningtextefect10um7.jpg

Now your line should look like a glowing light stick.

shiningtextefect11dr2.jpg

Ok, now we are getting to the fun part. At the top of your Photoshop go to Window/Animation, and open your animation tool. Once it is open click your duplicate frame icon.

shiningtextefect12wn6.jpg

Now that your duplicate frame has been created make sure that your line layer is active in your layer window. If your not sure left click on were it says Layer 1. It should now be highlighted, and active.

shiningtextefect13de5.jpg

On the left side of your photoshop is a toolbar. Go to the top and select the move tool. Now with the right arrow on your keyboard move your line to the left of your text. So that it looks like this.

shiningtextefect14fa7.jpg

Now go back to the top of your Photoshop. And go to Layer/Create Clipping Mask and click it. The line layer has been changed, and there is no line in the main window.

shiningtextefect16zk5.jpg

In the animation window click on the tween icon.

shiningtextefect17vn9.jpg

In the new window put 20 frames, and this information. The more intermediate frames the smoother the effect will be. But it will also make your file size larger.

shiningtextefect18vf8.jpg

Now all you have to do is go to your animation tool select forever mode, and click play.

http://img119.imageshack.us/img119/6117/shiningtextefect19dq6.jpg

To save your animation. At the top of your Photoshop go to File/Save for Web & Devices. And when the new window opens just save it as gif format.

 

This is what your finished banner should look like.

shiningtexteffectun8.gif

 

Enjoy your animation.

 

Credits : ManiakMike &  winkdog

Moto : Simple is alway the best ...

So don't try to put shity fonts >.>

Posted

Maybe i will share more with you guys if you deserve it :P

Come on dude, nothing bad will happen if you share! maybe something good xd.

Posted

Btw thx for karma i donno who gived me but cuz of that a second tut have been posted :P

Karma Change Log

Who Whom What (+/-) For What Where When

DarkLess* (+1/-3) maniakmike (+2/-0) + Nice Guide Thanks

Posted

yah but actulay u guys should add this kind of text on a signature or an avatar i just show u how it's basicly done :P

Actually u helped me understand how to make any part of my sig moving xD

Thx again br0 :D

This pic was just a first try to understand how to do it ;)

Posted

i want to give me a information if you can...

when you move the layer into frame No2 you set the end of "lighting" and at no1 frame is the start?

i didn't know this photoshop tool with tween icon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock