![]() |
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 |
You would change the image's alpha. Are you using GUI controls or showimgs?
|
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); |
Im using showimg
|
Quote:
You could also do PHP Code:
|
| 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.