Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Fading ? (https://forums.graalonline.com/forums/showthread.php?t=87590)

littlekinky 08-25-2009 12:08 AM

Fading ?
 
Ok i want to fade and image for example if i have a inventory, and i want to fade it what would i do i dont no where to start

Thanks

cbk1994 08-25-2009 12:35 AM

You would change the image's alpha. Are you using GUI controls or showimgs?

[email protected] 08-25-2009 12:41 AM

Try using a for loop (for (temp.alpha = 1; temp.alpha > 0; temp.alpha -= 0.05;) { } )
and then setting the objects alpha, if you're not using as object reference use

HTML Code:

changeimgcolors(imgindex, red, green, blue, alpha);
changeimgmode(imgindex, 1); //This sets a nice fade


littlekinky 08-25-2009 12:49 AM

Im using showimg

Twinny 08-25-2009 12:51 AM

Quote:

Originally Posted by littlekinky (Post 1518257)
Im using showimg

The showing is still an object with an alpha value so use findimg(yourimagenumberindex).alpha=0.3;

You could also do

PHP Code:

temp.img showimg(201"image.png"55);
temp.img.alpha 0.3



All times are GMT +2. The time now is 11:58 PM.

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