Notifications
Clear all

[Closed] How to load button image already when open script

I want to change button image when i click the page.
like this picture.
but click the button and change button image then it’s very slow
because it’s every time reloaded button image.
so how to load image when open this script already?

Button BT1 “1” width:70 height:90 images:#(“C:\Users\Desktop\image_01” 1 , undefined , 1,1,1,1,1 )

%EC%BA%A1%EC%B2%98

3 Replies

There is a tool from LoneRobot which converts bitmaps to dotnet base64 strings.
Use it to crate base64 strings of your images. Then load all images when the script starts. Then, when you change the page just add the appropriate images to the buttons.

sorry i don’t know very well that Dotnot
So what you are say is it need Dotnet button?

You can use it with dotnet controls or you can use it with 3dsMax controls.