[VXAce] Czy jest taki skrypt ? - Wersja do druku
Ultima Forum
[VXAce] Czy jest taki skrypt ? - Wersja do druku

+- Ultima Forum (https://forum.ultimateam.pl)
+-- Dział: RPG Maker (/Forum-RPG-Maker)
+--- Dział: Wsparcie (/Forum-Wsparcie)
+--- Wątek: [VXAce] Czy jest taki skrypt ? (/Thread-VXAce-Czy-jest-taki-skrypt)



Czy jest taki skrypt ? - Hobar - 14-11-15 17:42

Czy jest taki skrypt do RPGMVXA, który jest niemalże podobny do Edisona i Khan'a ? potrzebuje skryptu, który bedzie miał mozliwosć zmiany koloru światła oraz jego nateżenia, prosze :(


RE: Czy jest taki skrypt ? - Zodiac - 14-11-15 20:42

http://www.rpgmakervxace.net/topic/8589-csca-light-effects/

Tutaj masz praktycznie kopie Edisona po VXA.


RE: Czy jest taki skrypt ? - Hobar - 14-11-15 23:29

Tego mi właśnie bylo trzeba dziękuje Zodiac :* ale mam jeden problem po przeniesieniu plików i ksryptu na projekt i zrobieniu tego co było w instrukcji nie pokazuje mi się pole w którym ma się świecić jakaś pomoc :( ?


RE: Czy jest taki skrypt ? - Crashykk - 15-11-15 00:07

Khas pod VX Ace:
(btw zły dział)
Spoiler: (Otwórz)



RE: Czy jest taki skrypt ? - Hobar - 15-11-15 10:16

CrasheR ale w Khasu nie da się zmienić koloru światła !


RE: Czy jest taki skrypt ? - Crashykk - 15-11-15 12:42

Możliwe, ja nie bawilem sie w takie rzeczy.

edit:
No jednak się chyba da. Punkt 4 instrukcji.

Cytat:# s.set_color(r,g,b)
# Changes the Effect's Surface color instantly, where:
# r => red level;
# g => green level;
# b => blue level;
#
# s.set_alpha(a)
# Changes the Effect's Surface opacity instantly to a.
#
# s.change_color(time,r,g,b)
# Changes the Effect's Surface color ONLY in a certain time, where:
# time => The change's time (frames);
# r => red level;
# g => green level;
# b => blue level;
#
# s.change_color(time,r,g,b,a)
# Changes the Effect's Surface color and it's opacity in a certain time, where:
# time => The change's time (frames);
# r => red level;
# g => green level;
# b => blue level;
# a => opacity



RE: Czy jest taki skrypt ? - Hobar - 15-11-15 13:52

No dobra ale jak to ustawić ?