Setting Objects Visibility

Ok so this ties in with a different issue I had before but how to I make my object visible again? I know it involves the alpha thing but I tried to get it back to fully visible and I think I screwed it up. Help me please T-T :wrench:

3 Likes

Alpha is based on percentage.
0 = 0% = invisible
100 = 100% = completely visible

ha got there before u jr01

5 Likes

Ik that but it did not work for some reason. here’s what the code is: Mailbox :arrow_right: Number[get]: 100 :arrow_right: Alpha

3 Likes

idk then. Probably a bug.
@grazer might wanna take a look :eyes:

3 Likes

try set? i usually use the set option when using alpha
Mailbox :arrow_right: Number[set] :100 :arrow_right: Alpha

3 Likes

It’s likely not a bug, the mailbox may not be representing the object you’re viewing.
It would help if you sent a link to the game the object that’s not changing Alpha.

3 Likes

Alright Ill get one. its on the homescreen level

1 Like
1 Like

This is because you move the object offscreen using positions.
Use pixel placement instead:

image

2 Likes

thanks a lot man. Really needed the help.

1 Like