A Flash Developer Resource Site

Search:

Type: Posts; User: ben_tg

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,222

    OK, the 3D rotation (rotationX/Y/Z) works on the...

    OK, the 3D rotation (rotationX/Y/Z) works on the server, but not locally via Test Movie. Any ideas?
  2. Replies
    1
    Views
    2,222

    how to RotationY a loaded jpeg

    I am trying to apply rotationY/X/Z to an externally loaded image. The problem is that when I rotate the image in '3D', it does not appear. When I apply normal rotation, the image does appear. I...
  3. 3D rotate (rotationY) externally loaded image, help

    I am trying to use rotationY,X,Z on an externally loaded image. The image is displayed properly when no 3D rotation is applied, but does not appear afterwards. I have tried various things: loading...
  4. Replies
    1
    Views
    15,991

    3D rotate loaded image

    I am trying to use rotationY and rotationX on an externally loaded image. The image loads properly when no 3D rotation is applied, but does not appear afterwards. I have tried various things:...
  5. help: using BitmapFileMaterial for photo gallery (pv3d)

    It is simple enough to load a single image onto a plane using the technique below.


    public function load_image():void {

    photo_loader = new Loader();
    photo_loader.load(new...
  6. Replies
    4
    Views
    2,679

    This is actually what I had originally done. It...

    This is actually what I had originally done. It worked fine once the image was loaded, but during the load (progressEvent) weird things happened with the images. I wasn't able to get the loading...
  7. Replies
    4
    Views
    2,679

    I've tried putting removeChild in various places....

    I've tried putting removeChild in various places. It seems to remove the Plane for good, so that I can't see any image at all.


    package Gallery{

    import flash.display.*;
    import...
  8. Replies
    4
    Views
    2,679

    help: remove Plane from scene (papervision3d)

    I am working with papervision3d to display photos from a gallery. With the code below, it is straight forward to load a single image at a time into the 3d renderer.

    The problem is: When a new...
  9. Replies
    3
    Views
    2,130

    /testindex is much more professional. I'd stick...

    /testindex is much more professional. I'd stick with that one.
  10. Ah, yes. The array. I kind of forgot about them...

    Ah, yes. The array. I kind of forgot about them since AS2 now that AS3 has so many new things to try out. I've placed the children in arrays, and everything is much more accessible and all is...
  11. Replies
    1
    Views
    1,601

    A More Interactive Design

    For a quick look, choose "Abridged". The "Full" site is more interactive, and I think is a neat concept. All thoughts are welcome.

    http://ben-tg.us/

    Thanks,
  12. use the target parameter "_self" in your URL...

    use the target parameter "_self" in your URL request

    http://www.kirupa.com/forum/showthread.php?t=283810
  13. [RESOLVED] Accessing Properties of "GrandChildren"

    I am trying to access the properties of a "GrandChild" MovieClip.

    My DocumentClass adds an instance ("_parent") of the DisplayObject (linked from the library) to the stage:


    ...
  14. I was kind of hoping to get talked out of using...

    I was kind of hoping to get talked out of using "include".
    I just wanted some way to spread all my code over multiple .as files so as not to clutter my Document class. What's the preferred method...
  15. Call function in Document Class from and included .as

    I have a document class with functions that I want to access from .as files that are "included" from the timeline of movieclips.

    for example, the Document Class "docClass.as":


    package{
    ...
  16. Replies
    1
    Views
    2,017

    createTextField and XML linebreak problem

    I have been unable to produce a line break in a dynamically created text field using createTextField, which loads data from XML.

    my AS2 script resembles the following:



    myTxt =...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center