This is a pretty general question, as I’m not too sure what to search for or if this is possible.
I’m using the Cube primitive to create a rectangle and addOnMouseOver/Out to add listeners to each face. These faces change color when the users mouses over and out.
I’m looking to somehow add edges to this cube and listeners to these edges so they can change color on roll over/out.
Currently I’m creating a bunch of smaller cube’s and overlaying them on the edges of the larger one. I’m hoping there will be a better way to do this.
Anyone have any ideas?