A Flash Developer Resource Site

Search:

Type: Posts; User: WiZzkid

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Cheers! Worked great.

    Cheers! Worked great.
  2. Replies
    3
    Views
    384

    Personally i would use an array of movieclips ie....

    Personally i would use an array of movieclips ie.


    var imagemov:Array = new Array;

    for (var i:int = 0; i< array.length; i++){
    imagemov[i] = new movieClip();
    }
  3. Replies
    3
    Views
    384

    http://www.gotoandlearn.com/play?id=85 Should...

    http://www.gotoandlearn.com/play?id=85

    Should help :thumbsup:
  4. Replies
    6
    Views
    701

    Make your background and button separate movie...

    Make your background and button separate movie clips, then at the final frame of your background movie clip just run the code this.stop(); :)
  5. Have the flash cs4 preview display child movie at a selected frame?

    Hi, guys, i'm new to all this AS3 business but i *think* i'm slowly getting the hang of it. The only thing that has me puzzled is the preview field. Basically i have a background which is a movie...
  6. Replies
    2
    Views
    534

    I knew it would be something simple! Thanks for...

    I knew it would be something simple! Thanks for that, works perfectly :)
  7. Replies
    2
    Views
    534

    Draw objects to child movie? Help please!

    Hi AS3 guru's, ive got a quick (hopefully) question for you. I have my main movie which includes a child movie, this child movie will move around the main movie and requires objects to be drawn...
  8. Replies
    12
    Views
    3,303

    Good point glops, that has really wound me up...

    Good point glops, that has really wound me up about the registration process, i'm not always in one place and its annoying when i have to email off for a serial each time i format my pc. Surely in...
  9. Replies
    12
    Views
    3,303

    "On the other hand it's a lot to be said about...

    "On the other hand it's a lot to be said about constantly getting version updates with fixes and new functionallity... It's more alive, and it's perhaps better... It also chases the software pirates...
  10. Thread: 3d Movement

    by WiZzkid
    Replies
    3
    Views
    3,039

    Make sure you have enables 3d physics on the...

    Make sure you have enables 3d physics on the model you are trying to move, then create a new keyboard element, choose 'down arrow' from the combo box, select add a new action and choose script, then...
  11. Replies
    3
    Views
    1,176

    Hi i fixed it, instead of: active =...

    Hi i fixed it, instead of:
    active = element("page1");
    i used:
    active = link ("root[page1]");

    Since when has this been a requirement? it didnt used to be did it? Am i going crazy?
  12. Replies
    3
    Views
    1,176

    Yea.... it just doesnt seem to want to work, im...

    Yea.... it just doesnt seem to want to work, im using a variable because i need the active element to change depending on what the user pressed.... anyone got any ideas?
  13. Replies
    3
    Views
    1,176

    Why wont my code work?... long time no 3dfa

    Hey i used this in the startup script:
    active = element("page1");

    Then run this on mouseover for an image:
    active.alpha=0;

    It doesnt hide the image?.... im sure it used to?.. If you could hep...
  14. Replies
    2
    Views
    1,254

    *cries* ITS BEAUTIFUL! thankyou :-D keep up the...

    *cries* ITS BEAUTIFUL! thankyou :-D keep up the good work!
  15. Replies
    10
    Views
    2,687

    any chance of video support? if so how long :D

    any chance of video support? if so how long :D
  16. Replies
    6
    Views
    1,509

    woo! thanks for that! i couldnt resist using it...

    woo! thanks for that! i couldnt resist using it :p http://sputty.*****.org
  17. Thread: Alive???

    by WiZzkid
    Replies
    13
    Views
    2,035

    i really do hope theres a new version of 3dfa...

    i really do hope theres a new version of 3dfa soon even if not its the best $40 i ever spent!
  18. hmm its still not working???...

    hmm its still not working??? http://www.radioactivegames.co.uk/varflashdata/movie_6.swf

    source
    http://www.radioactivegames.co.uk/varflashdata/Movie%206.movie

    EDIT:
    got it working blanius was...
  19. yep i have access to it thx blanius :)

    yep i have access to it thx blanius :)
  20. retreving content of a .txt file and displaying it

    ok heres what im trying to do, i would like my application to get the contents of http://www.radioactivegames.co.uk/varflashdata/infotest.txt and display it in an editbox.

    my editbox is the...
  21. Replies
    7
    Views
    1,514

    Sound script

    no problem mate glad to be of service :)

    and if anyone needs help with sound scripts in the furure heres a chunk of the 3DFA help file....
  22. Replies
    7
    Views
    1,514

    mine streams music fine????? see:...

    mine streams music fine?????
    see: http://www.radioactivegames.co.uk/stream.swf
    :rolleyes:
  23. Replies
    7
    Views
    1,514

    why not just use the built in one??? takes...

    why not just use the built in one??? takes 30seconds to setup one up like that?
  24. urrrrm i cant seem to get it to work??? it just...

    urrrrm i cant seem to get it to work??? it just does nothing.

    sorry i wasnt to clear in my first post what i mean it should do is , say you have made the spaceship follow the mouse around...
  25. Element rotate's to direction heading script?

    hi i was just wondering is anyone had a script that makes an element rotate to direction its heading? or is it not possible?

    Thx,
    Andy
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center