A Flash Developer Resource Site

Search:

Type: Posts; User: xzerox_xzerox

Page 1 of 15 1 2 3 4

Search: Search took 0.03 seconds.

  1. Fullscreen project with papervision???

    Hello!

    I'm not used to papervision at all but am a pretty good actionscripter. Does anyone know how to create a fullscreen application with papervision? I've tryed but when i update my viewport...
  2. hum... this code shoudn't be a problem: ...

    hum... this code shoudn't be a problem:


    clipArray[i].myButton.myLabel.text = "something";

    remeber, if your movieclips in the "clipArray" are inside another movieclip, you dont have to go...
  3. Works almost the same way. Create a new...

    Works almost the same way.

    Create a new URLLoader, then load the image path like this:
    var imageLoader:Loader = new Loader();
    imageLoader.addEventListener(Event.COMPLETE, imageComplete);
    ...
  4. You can use the "(getChildByName("myClip"+i) as...

    You can use the "(getChildByName("myClip"+i) as MovieClip)" but i would push each textfield mc in an array when they are created:


    clipArray:Array = new Array();
    clipArray.push(myClip1);...
  5. Replies
    1
    Views
    357

    How to create "masked blur"?

    Hi

    Run across this website:
    http://www.anitin.com/anitin.html

    and i wounder how you create the same typ of "masked" blur effect? any ideas?

    thanks!!!!
  6. [F8] Dynamicly load images to BitmapData filer

    Hi

    I have an xml file with contains information about backgrounds that i would like to be "selectable" by the viewer. I've loaded the information usig xml and came up with this:


    xmlBackground...
  7. Could you please, help me with that?... im not to...

    Could you please, help me with that?... im not to good with intervals :(

    thanks!
  8. Own created decode function problem!

    Hi

    Im trying to make an awesome decode fx with is easy to edit and use.
    This is what i've done so far:


    //Calls the fx.
    //Typ in the following order: the text you want to display, the speed,...
  9. Replies
    25
    Views
    10,100

    Yeah very cool javascript work. There is a...

    Yeah very cool javascript work.

    There is a html textfield in the page which is "hidden" and it contains the window width and height settings. Then flash sets the textfield values, thats how they...
  10. Replies
    11
    Views
    934

    ska bli ;)

    ska bli ;)
  11. Replies
    11
    Views
    934

    Hehe joo jag fattar det... fast även när du...

    Hehe joo jag fattar det... fast även när du slutat röra musen (alltså när ingen "blur" är aktiverad) så kan texten bli suddig om den kommer på ojämna kordinater ;) testa med Math.floor så...
  12. Replies
    11
    Views
    934

    tjenare snygg sida ;) Riktigt bra jobbat!!!...

    tjenare

    snygg sida ;) Riktigt bra jobbat!!! Bara en liten sak som jag tror att du inte har tänkt på: Preloader texten blir väldigt otydlig då den hamnar på ojämna x,y kordinater. Det finns...
  13. Replies
    4
    Views
    617

    [Fuse & flash 8] h75 version 3

    Hello

    I've worked with this for a while now. Its not finnished yet, though. But this is pretty much how its done:

    http://www.vmgcomputers.com/h75/v3/


    Fullscreen flash
    Resize movie which...
  14. 100% the function retures the correct trace so it...

    100% the function retures the correct trace so it must be something ****ty with fuse :S
  15. thanks for the reply but i dont think you read...

    thanks for the reply but i dont think you read the question.

    I know how to call a function ;)

    I would like to change the loaded bitmap in BitmapData.loadBitmap("tile");
  16. Change loaded bitmap in bitmapdata filer

    Hello

    I have this script who fills the entire window with one bitmap pattern:


    import flash.display.BitmapData;

    var tile:BitmapData = BitmapData.loadBitmap("tile");

    function fillBG() {
  17. Well it's not that simple... I use fuse (an...

    Well it's not that simple... I use fuse (an animation engine) and i've written this script:


    menuText1.btnNews.onRollOver = function(){
    rollOverBtn ("menuText1.btnNews");
    }...
  18. Replies
    2
    Views
    389

    just add this on the frame where you have the...

    just add this on the frame where you have the textfield:

    var Title = "";
  19. [Fuse] function agrument does not work.

    Hello

    I have this function i would like to use on my buttons.

    To save lines of code, i wanna use arguments. Here is my code:


    menuText1.btnNews._alpha = 0;
  20. Easy question: Call functions to many mc's

    Hello I use this script to call the function onRoll to the movie clip btnNews.

    How can i call the same function but with multiple movieclips?


    menuText1.btnNews.onRollOver = function(){...
  21. anyone?

    anyone?
  22. Replies
    11
    Views
    757

    thanks!!!!

    thanks!!!!
  23. Replies
    11
    Views
    757

    Load external text file to string

    Hello

    Is there anyway to add external files to the a string? I have this one:

    header_text = "SOME RANDOM TEXT";

    and i would like to use an external text file instead of "some random text".
    ...
  24. comon guys? this is strange :S

    comon guys? this is strange :S
  25. nope, you can simulate download from a swf...

    nope, you can simulate download from a swf aswell. Open it whith flash8 not flash player and you can simulate!

    Here is the preloader code:


    //preloadscript
    function ldB() {
    loader.inf.text...
Results 1 to 25 of 357
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center