TrickyTommy Posted August 24, 2017 Share Posted August 24, 2017 Hi! These are the first lines of my code, they are not belonging to any function. My problem is, that i can't make the marker's alpha to 0, nohow. What is wrong? endMarker1 = createMarker (-1495.65259, 590.80280, 34.57813-1, "checkpoint", 10, 255, 0, 0, 0) endMarker2 = createMarker (2780.93530, -225.25746, 24.13024, "checkpoint", 10, 255, 0, 0, 0) endMarker3 = createMarker (2765.39575, 321.42563, 8.28975, "checkpoint", 10, 255, 0, 0, 0) setElementAlpha (endMarker1, 0) setElementAlpha (endMarker2, 0) setElementAlpha (endMarker3, 0) fixed: changed it's type to cylinder, and from now on it is not visible. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now