Search results

  1. G

    How do I delete a 3D mesh layer from a 3D layer in photoshop?

    Or i am being very dump or this should be easier to do. I have a photoshop 3D layer that is the result of two 3D postcard layers. How do i delete one of the postcards inside the scene? Delete does not work, i cant drag it to the bin, backspace also does not work and i cant right click it. -.-...
  2. G

    Why doesn't flash handle N-Level Polymorphism?

    Imagine these classes public class A {} public class B extends A {} public class C extends B {} Ok, now, in the "main" code i have these: public xx:A; xx = new A(); xx = new B(); xx = new C(); ---- Ok if i do xx = new A(); xx = new B(); every thing is ok... but if i do xx = new...
Back
Top