Color changing

WeswogWeswog Member Posts: 1,171
edited November -1 in Tech Support
How do you change the color of say a beam when you click on a color button?Like in jewel madness.

Thanks, Weswog

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    you'll need to create an attribute called beamColor and setup a rule on the button that when it's touched, change the value of beamColor to whatever you want.

    then in the beam actor, create a few rules like this

    if beamColor = 1
    change image to blue
    if beamColor = 2
    change image to red

    something like that will work, but someone else may have a better idea
  • WeswogWeswog Member Posts: 1,171
    Maybe I could change the image when its pressed.How does tshirtbooth get the beams to change when its pressed?
Sign In or Register to comment.