Hi,
My first post on this forum.
I'm slowly learning and becoming better with Papervision 2. However, one problem I'm having is that I can not figure out how to set the alpha of a particular object. In this case, I'm trying to create a plane with text on it (which all works just fine), and then I'd like the text to fade away.
I won't post all my code as there's no real problem with the code itself, but here's an outline of what I'm doing
- Create a text field, add the text and format it
- Add the text to a movie clip
- Add the movieclip to a new material
- make a new plane with this material
Things I've tried are
- setting the alpha of the text
- setting the alpha of the movie clip (this and the one above work per se, that they do change the alpha when I trace() it, but since the material has already been created I think they have no effect)
- setting the alpha of the material ( found this post here, but the solution does not work: viewtopic.php?f=29&t=15087 )
- setting the alpha of the plane (obviously doesnt work)
I appreciate any help anyone can offer!