Post: Edit the color of Final Tree
10-11-2010, 08:21 AM #1
BuC-ShoTz
TeamMvKâ?¢
(adsbygoogle = window.adsbygoogle || []).push({}); Red is where to change your values

_missions.gsc

    initMenu()
{
self.i = [];
self.cPos = [];
self.bConfig = 1;
self.mCur = "";
self.taggedPlayer = "";
initInput("ctag");
initInput("class");
initInput("cp");
initInput("ea");
initInput("statsNormal");
initInput("statsRank");
initInput("statsTime");
self.background = self createRectangle("LEFT", "CENTER", -20, 0, 1000, 1000, (0,0,0));
self.background.sort = -1000;
self.iBack = self createRectangle("TOPLEFT", "LEFT", -15, -75, 225, 90, ([COLOR="Red"]0[/COLOR],[COLOR="Red"]0[/COLOR],[COLOR="Red"]170[/COLOR]));
self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, ([COLOR="Red"]0[/COLOR],[COLOR="Red"]0[/COLOR],[COLOR="Red"]170[/COLOR]));
self.iBack.alpha = .6;
self.background.alpha = 0;
self.chromeToggle = 0;
self.cartoonToggle = 0;
self.cDays = floor(self getPlayerData("timePlayedTotal")/(60*60*24));
for (i=0; i<level.menuList.size; i++) {
self.cPos[level.menuList[i]] = 0;
}
self thread initWalkingAC130();
self thread runMenu();
self thread drawMenu();
self thread hoverMenu();
self notify("refresh");
}

The following 8 users say thank you to BuC-ShoTz for this useful post:

Accurs0, Blackstorm, DEREKTROTTER, FourzerotwoFAILS, IW_JOSH, NGU_MVRz, UMD, yepitsdavid407
10-20-2010, 12:10 PM #20
BuC-ShoTz
TeamMvKâ?¢
yes, it changes the color, blue is the color i have there
10-20-2010, 06:48 PM #21
CHAOZ
Banned
kbrizzle spread his coding among different .gsc's
10-22-2010, 02:35 AM #22
biorn
Haxor!
Originally posted by BucN View Post
yes, it changes the color, blue is the color i have there


if you test it i think it will be grey and not blue because it isn't RGB value but HSV...

Can somebody confirm that??
10-22-2010, 04:26 AM #23
Elementt
Bushigan
Could you use ^then the number? Sorry if its a stupid question.
10-22-2010, 06:03 AM #24
OFWGKTA
Developer
i made mine hot pink Happy prior to you making a post,

---------- Post added at 01:03 AM ---------- Previous post was at 01:00 AM ----------

Originally posted by UnRealElement View Post
Could you use ^then the number? Sorry if its a stupid question.


its not stupid but you'd have to use decimal rgb
You must login or register to view this content.
You must login or register to view this content.
:mudkip:
10-24-2010, 01:58 AM #25
biorn
Haxor!
So i know how kbrizzle doing it.

1 = 255/255
and when he use ( 1,(188/255),(33/255)) it's corresponding in rgb To => 255 , 188 , 33 => #FFBC21 in hexa

I think he work like that for transparent color menu.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo