Opacity

solitaireesolitairee Member Posts: 73
edited November -1 in Working with GS (Mac)
Hej is somehow possible to change opacity of actor?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    yes open the color selector for the actor and there should be a scroll bar for it at the bottom.

    If you are want to change it based on an event then use a change attribute for self.color.alpha and 0 is transparent and 1 full you can set it any where in between those
  • AjBlueAjBlue Member Posts: 215
    in your actors attributes, color>alpha

    alpha 1 = 100% opacity 0 = 0% opacity 0.5 = 50% opacity etc.
  • solitaireesolitairee Member Posts: 73
    thx a lot guys
  • solitaireesolitairee Member Posts: 73
    do someone of you know how to change opacity from 100% to 0% insequence every 3 secs for example?
Sign In or Register to comment.