1
General / [SOLVED] How to Put a generic images if its not find in artwork.
« on: April 10, 2019, 08:07:04 AM »
Hello guys,
I come to you to find some help.
I made a layout with image, snap, etc and a conveyor wheel with images.
I used flyer of the games as images and it works no problem.
I would like to put a generic flyer for the games who missing it.
I did this :
If you have any idea whats wrong with my code it could be awesome
Regards,
Wild.
I come to you to find some help.
I made a layout with image, snap, etc and a conveyor wheel with images.
I used flyer of the games as images and it works no problem.
I would like to put a generic flyer for the games who missing it.
I did this :
Code: [Select]
if ( my_config["enable_flyer"] == "yes" )
{
local my_strip = SimpleArtStrip( "flyer", 5, 0, fe.layout.height/1.37, fe.layout.width/1, fe.layout.height/4.6, 5 );
}
else
{
local clogos = fe.add_image("Splashscreen_lite.png", 0, fly*0.708, flw, flh*0.02 );
clogos.trigger = Transition.EndNavigation;
}
If you have any idea whats wrong with my code it could be awesome

Regards,
Wild.