This repository was archived by the owner on Feb 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path[proc,script6295].cs2
36 lines (36 loc) · 1.96 KB
/
[proc,script6295].cs2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// 6295
[proc,script6295](int $int0, string $text0, component $component1, component $component2, string $string1, component $component3, component $component4, string $string2, component $component5, component $component6, string $string3, component $component7, component $component8, string $string4, component $component9, component $component10)
cc_deleteall($component2);
if_sethide(true, $component1);
def_graphic $graphic11 = "tabs_short,2";
def_graphic $graphic12 = "tabs_short,3";
def_graphic $graphic13 = "tabs_short,4";
def_graphic $graphic14 = "tabs_short,5";
cc_create($component2, ^iftype_graphic, 0);
.cc_create($component2, ^iftype_graphic, 1);
cc_setsize(20, 21, ^setsize_abs, ^setsize_abs);
.cc_setsize(20, 21, ^setsize_abs, ^setsize_abs);
cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_bottom);
.cc_setposition(0, 0, ^setpos_abs_right, ^setpos_abs_bottom);
.cc_sethflip(true);
cc_setgraphic($graphic11);
.cc_setgraphic($graphic11);
def_int $comsubid15 = cc_getid;
def_int $comsubid16 = .cc_getid;
cc_create($component2, ^iftype_graphic, 2);
cc_setsize(40, 21, ^setsize_minus, ^setsize_abs);
cc_setposition(0, 0, ^setpos_abs_centre, ^setpos_abs_bottom);
cc_settiling(true);
cc_setgraphic($graphic12);
def_int $comsubid17 = cc_getid;
cc_create($component2, ^iftype_text, 3);
cc_setsize(0, 0, ^setsize_minus, ^setsize_minus);
cc_setposition(0, 1, ^setpos_abs_centre, ^setpos_abs_centre);
cc_setcolour(0xff981f);
cc_settextfont(p12_full);
cc_settextshadow(true);
cc_settextalign(^settextalign_centre, ^settextalign_centre, 0);
cc_settext($text0);
if_setonmouseover("script6296(event_com, $comsubid15, $comsubid16, $comsubid17, $graphic13, $graphic14)", $component2);
if_setonmouseleave("script6296(event_com, $comsubid15, $comsubid16, $comsubid17, $graphic11, $graphic12)", $component2);
if_setonclick("script6292($int0, $string1, $component3, $component4, $string2, $component5, $component6, $string3, $component7, $component8, $string4, $component9, $component10)", $component2);