It is currently March 29th, 2024, 5:12 am

How can I fix this stiuation?(Game Launcher)

Get help with creating, editing & fixing problems with skins
szrkygsz
Posts: 11
Joined: May 14th, 2017, 12:36 pm

Re: How can I fix this stiuation?(Game Launcher)

Post by szrkygsz »

fonpaolo wrote:Since what is displayed goes only from left to right, starting from 0, you can simply add another launcher, change the first with the game you want (image and link), then edit the next launcher to move the first, and so on, or move the second to the last launcher.

As I said, if you use a negative value, it moves the image to the left side, going out of the skin dimension, so the image is truncated.

Remember, if you add another launcher, you've to increase the background width.
Thank you for your help, I can duplicate and use this launcher for at the moment.
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: How can I fix this stiuation?(Game Launcher)

Post by fonpaolo »

Sorry... I prefer the code to be clean and following an order...

You can add another launcher to the left, simply copy the x and y positions of the first to the one you add:

Code: Select all

x=75
y=7
then change the x and y positions of the [game1] with:

Code: Select all

x=90r
y=10r
Remember to add the [game7] as first laucher.
szrkygsz
Posts: 11
Joined: May 14th, 2017, 12:36 pm

Re: How can I fix this stiuation?(Game Launcher)

Post by szrkygsz »

fonpaolo wrote:Sorry... I prefer the code to be clean and following an order...

You can add another launcher to the left, simply copy the x and y positions of the first to the one you add:

Code: Select all

x=75
y=7
then change the x and y positions of the [game1] with:

Code: Select all

x=90r
y=10r
Remember to add the [game7] as first laucher.
That was smartly , now I can do it , thank you :thumbup:
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: How can I fix this stiuation?(Game Launcher)

Post by fonpaolo »

You're welcome.

Glad to help. :D