Search results

  1. G

    Does anyone know how to do this on photoshop?

    - create a blank document - fill the background layer with white - go to file->place, open one picture - do the same for the second now you have two choices. Either you scale them so that they fit perfectly side by side or you create a mask so that it hides part of the picture. Search the web...
  2. G

    Nikon D5000 and Nikon SB600 Flash How do I set up flash to flash without being...

    The D5000 cannot act as a commander for Nikon CLS systems. You need another SB600 on the camera (acting as a commander) or a SU-800 commander unit. Sorry
  3. 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. -.-...
  4. 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...
  5. G

    html code for text wrapped around a picture?

    set the css style of the picture to float:right;
Back
Top