EL Dragon Posted July 16, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted July 16, 2014 I have a Sprite and AABBGGRR is 889955FF and I wanted ask if there is a faster possibility to change the AABBGGRR each peer hand takes forever Quote Link to comment Share on other sites More sharing options...
Tokei Posted July 17, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 696 Reputation: 722 Joined: 11/12/12 Last Seen: 10 hours ago Share Posted July 17, 2014 I have a Sprite and AABBGGRR is 889955FF and I wanted ask if there is a faster possibility to change the AABBGGRR each peer hand takes forever Sure, you could use the following script : for AID = 0, GetNumAct() - 1 do for FID = 0, GetNumFrame(AID) - 1 do for PID = 0, GetNumPat(AID, FID) - 1 do SetA(AID, FID, PID, 0x88); SetB(AID, FID, PID, 0x99); SetG(AID, FID, PID, 0x55); SetR(AID, FID, PID, 0xFF); end; end; end; Simply go in Script(S) > Edit... > copy and paste the above code and click on Run. Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 17, 2014 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Author Share Posted July 17, 2014 ty that goes Quote Link to comment Share on other sites More sharing options...
Question
EL Dragon
I have a Sprite and AABBGGRR is 889955FF and I wanted ask if there is a faster possibility to change the AABBGGRR each peer hand takes forever
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.