Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jretropie

Pages: [1]
1
Scripting / How to change background for certain filter name?
« on: November 08, 2016, 11:59:25 AM »
How to change background for certain filter name? :-[

I try the following code but it's not working:

function Filter_Name(){
   if (fe.filter.name == "Street Fighter") return "Street Fighter_black.png";
}

local bg = fe.add_image( "[!Filter_Name]", 0, 0, flw, flh );




2
Scripting / What is flx, fly, flh, flw?
« on: November 01, 2016, 09:51:31 AM »
What is flx, fly, flh, flw?

Can it be convert to pixel?

Pages: [1]