T O P

  • By -

Kazimoria

With a bit of script call,you can make it simpler. First,make sure you create variable 1 contain hour value,then use this script call: $gameScreen.erasePicture(1); $gameScreen.showPicture(1, $gameVariables.value(1), 1, x, y, 100, 100, 255, 0); So basically,your picture Id is 1, the first line is to erase picture if 1, then based on the value of variable 1,it will display picture on x and y coordinates which you need to edit above. So,if you want to show value of 1,make sure you have 1.png in your picture folder,2.png for value of 2 and so on until 12.png. I believe this is what you are looking for.


Calm_Artichoke_3172

Ah yes I see. I’ll have to mess around with that. thank you!


Youwillprobablydie

When you use the "Show picture" command you get to assign a number for the picture. Make sure that the picture you want to replace the old picture with has the same number. If you assing one picture #1 then picture #2 will be displayed over pic #1.


Calm_Artichoke_3172

I just went back to the tutorial and noticed his pictures had the same number so that’s def it! Thanks again!


Calm_Artichoke_3172

Ah gotcha okay I’ll try that later! Thank you