A Flash Developer Resource Site

Search:

Type: Posts; User: Finjogi

Page 1 of 11 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: :(

    by Finjogi
    Replies
    6
    Views
    3,210

    I visit here few times per week but flash is just...

    I visit here few times per week but flash is just one intrest of many.. so now I'll just wait a next 3dfa version to be able to do proper papervision demos.. atm. loading a model is pain.. so I'll...
  2. Thread: Preloader!!!!!

    by Finjogi
    Replies
    14
    Views
    3,576

    xelubest: I think if it would be that easy then...

    xelubest: I think if it would be that easy then it would be there... AS3 seems to handle that kind of thing differently..
  3. Replies
    12
    Views
    3,530

    use colortransform after blurring: var r1 = ...

    use colortransform after blurring:

    var r1 = new Rectangle(0,0,stage.stageWidth, stage.stageHeight)
    // check 3dfa colortransform help....
    var ct1 = new ColorTransform (0.99, 0.99, 0.99, 0, 0, 0,...
  4. Replies
    11
    Views
    5,819

    Sure, check out that blurring thread :) then...

    Sure, check out that blurring thread :) then calculate proper blur from the object distance... and.. thats it :)
  5. Replies
    8
    Views
    2,780

    I was wrong about hitTest()... in 3dfa it just...

    I was wrong about hitTest()... in 3dfa it just uses hitTestObject() so it is just bounding box test... in other hand, hitTest(mouseX, mouseY, true) wont work inside 3dfa but should work when...
  6. Replies
    8
    Views
    2,780

    I have no first hand experience about the subject...

    I have no first hand experience about the subject but try googling something like:
    as3 OR actionscript3 OR "actionscript 3" pixel perfect collisions
    ...
  7. Replies
    4
    Views
    1,603

    setInterval was your latest question... well I...

    setInterval was your latest question... well I dont know, I consider 3dfa as3 support as beta, it works but not in some cases... until "final" version there is not much affordable or free as3 tools,...
  8. Replies
    10
    Views
    2,438

    I see one as3 question you posted... forum seems...

    I see one as3 question you posted... forum seems to be defaulting to "show last day"... so is it just slipped "out" of default view and not deleted??
  9. Replies
    1
    Views
    1,055

    Waddle fox seems to be just an old example.....

    Waddle fox seems to be just an old example.. today you should use "animate effects" event and in there add "place to" and then "move to" or "morph to" events.. then use record position to save each...
  10. Replies
    31
    Views
    7,684

    Well, I might be able to make something out of my...

    Well, I might be able to make something out of my old and new test files.. but no sooner than in coming weekend, most of my samples need something extra and finishing touch.
    So, possible samples...
  11. Replies
    6
    Views
    2,007

    New version is looking good, Box2d lib seems to...

    New version is looking good, Box2d lib seems to work and there are few other libs included, great!!
  12. Replies
    5
    Views
    1,783

    It's great that you got it working. I'm sorry...

    It's great that you got it working. I'm sorry none of us forum members could not help you with that but it is very hard to "debug" just flash application without seeing all code and stuff.. Anyway,...
  13. Replies
    2
    Views
    1,485

    Chilid elements are like any other element, they...

    Chilid elements are like any other element, they are just placed in different place.. most elements can have child elements, usually in bottom of element window there is "this element can have child...
  14. Replies
    2
    Views
    1,603

    Worked fine here.. Vista + IE7. Mayby you have...

    Worked fine here.. Vista + IE7. Mayby you have somehow tight security settings in IE??
  15. Replies
    3
    Views
    1,342

    I assume you write about "Animate properties" ->...

    I assume you write about "Animate properties" -> "Move To" effect...

    - add "Move to" effect
    - move element using the mouse
    - press "record position" button

    add as many "move to" effects as...
  16. Replies
    2
    Views
    1,163

    Top element in element list is in back, and...

    Top element in element list is in back, and latest/lowest element is the topmost in view.. just move them up & down and see how it works..
  17. Replies
    7
    Views
    2,478

    I did one quick "show & hide" video example some...

    I did one quick "show & hide" video example some time ago.. http://www.websaitti.com/test/flash/3dfa_tutorial_1.htm
  18. Replies
    12
    Views
    3,530

    From Adobe flash9/as3 doc website :)...

    From Adobe flash9/as3 doc website :) http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/

    It is bit slow from there but I think there is pdf version available from this page.....
  19. Replies
    12
    Views
    3,530

    For whole stage blur try 3dfa clones sample and...

    For whole stage blur try 3dfa clones sample and add..
    this at the start of the starting script:


    var buf = new Bitmap();
    addChild(buf);
    swapChildren(buf,element ("ball"));
    blur = new...
  20. Replies
    12
    Views
    3,530

    Ok, I got it working in flash export... demo...

    Ok, I got it working in flash export... demo movie included:
  21. Replies
    4
    Views
    1,388

    Not in 3dfa preview but at least in flash9 export...

    Not in 3dfa preview but at least in flash9 export this works if paint objects are above of "to be masked" element. I tested with 3 different paint object and changed a mask runtime..

    element ("red...
  22. Replies
    11
    Views
    2,357

    It is hard to debug these kind of movies as...

    It is hard to debug these kind of movies as scripts are all over elements, movies with child movies with child movies makes debugging also mess :)
    As 3dfa is moving strongly to action script 3 it...
  23. Replies
    5
    Views
    3,175

    Here is tested code,.. little bit change in event...

    Here is tested code,.. little bit change in event code but I'n not sure which way is the proper way... wont work in 3dfa, just flash9 export:

    Execute script below as starting script...
    Just add...
  24. Replies
    5
    Views
    3,175

    If you use flash9 export mode then there is white...

    If you use flash9 export mode then there is white "newspaper like" icon next to green "play movie" icon. I'm not sure if that is real exported code but it should be close enough actionscript3 what it...
  25. Replies
    5
    Views
    3,175

    When looking in flash9 export code drag & drop...

    When looking in flash9 export code drag & drop are made like this:

    public function onMouseDown (_e:MouseEvent):void
    {
    this.startDrag (false,new Rectangle (100,110,300,190));
    }
    public...
Results 1 to 25 of 274
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center