A Flash Developer Resource Site

Search:

Type: Posts; User: De|uXe

Page 1 of 12 1 2 3 4

Search: Search took 0.12 seconds.

  1. Thread: Monkeys

    by De|uXe
    Replies
    0
    Views
    446

    http://www.buttonpushingmonkey.com

    http://www.buttonpushingmonkey.com
  2. Replies
    0
    Views
    428

    I'm in the process of starting a new site which...

    I'm in the process of starting a new site which is designed to show off some of the best code based design on the net. I therefore need a team of talented actionscripters to submit movies and add to...
  3. Replies
    0
    Views
    397

    http://www.danielwood.co.uk/snake

    http://www.danielwood.co.uk/snake
  4. if all the MCs you desribed are in the same MC or...

    if all the MCs you desribed are in the same MC or on the same timeline you can either do:

    MC1:
    myvar = someinfo;

    MC2:
    _parent.mc1.myvar = someotherinfo;

    MC3:
    if(_parent.mc1.myvar ==...
  5. Replies
    3
    Views
    510

    What I do is to create a diagnol line from 0,0 of...

    What I do is to create a diagnol line from 0,0 of the MC to 100,100. Then to join this line to 2 points you do the following:

    line._x = point1._x;
    line._y = point1._y;
    line._xscale = point2._x...
  6. Replies
    112
    Views
    11,517

    Another

    Here's another.

    It also has a nice sound function to pan and set volume according to where you are in relation to the objects.

    http://www.unspoilt.org/oldsites/the_lab/3denginev3.711.final.php
  7. Thread: Flash/XML/PHP

    by De|uXe
    Replies
    4
    Views
    592

    I think you need a java application to process...

    I think you need a java application to process the xml at realtime.
  8. Replies
    0
    Views
    355

    I have a sound object in quite a complex script. ...

    I have a sound object in quite a complex script. I have set a variable to set the volume to:

    mySound.setVolume(vol);

    and I have one that reads the volume:

    gVol = getVolume();

    The problem...
  9. Replies
    11
    Views
    849

    Sorry to disappoint you today.

    Sorry to disappoint you today.
  10. Replies
    69
    Views
    21,461

    you missed one :)

    you missed one :)
  11. Replies
    11
    Views
    849

    I just wanna say cheers for linking my site. I'm...

    I just wanna say cheers for linking my site. I'm getting loads of hits from Flashguru's site. As well as many others.

    I glad people appreciate the work.

    danielwood
  12. here's mine

    here's mine
  13. Replies
    27
    Views
    2,359

    "you don't know what you can do with flash" ...

    "you don't know what you can do with flash"

    hmm... I know what I don't want do do with flash. Which in my opinion is to have long boring intros made of every text effect under the sun. Maybe the...
  14. Replies
    18
    Views
    2,206

    wheres my site?

    wheres my site?
  15. Replies
    0
    Views
    401

    Just to wish everyone a...

    Just to wish everyone a http://www.merrychristmas.co.uk and a http://www.happynewyear.co.uk
  16. Replies
    0
    Views
    390

    http://www.danielwood.co.uk

    http://www.danielwood.co.uk
  17. Replies
    0
    Views
    490

    Ok, you cant ask for anymore. From now on...

    Ok, you cant ask for anymore. From now on everything I create is yours. Ahh.. 'Who are you?' I here you cry. Go see for yourself:

    http://www.danielwood.co.uk
  18. Replies
    2
    Views
    729

    I'm having the same trouble. All i want is 2...

    I'm having the same trouble. All i want is 2 loops to sync but instead I just get the first days of a bedroom dj (d-dum, d-dum, d-dum, d-dum).

    Any help will be appreciated.
    Another Dan
  19. Replies
    11
    Views
    595

    that would be no use at all. As then I would not...

    that would be no use at all. As then I would not be able to dynamically change volumes or pan of the sounds I was using.
  20. Replies
    11
    Views
    595

    I posted this problem to the were-here forums as...

    I posted this problem to the were-here forums as well and some guy suggested using a seperate .swf file as the preloaded and using load movie for the main movie. you can use some byte size thing.
    ...
  21. Replies
    11
    Views
    595

    All my sounds are loaded before frame 1 which is...

    All my sounds are loaded before frame 1 which is why it is impossible to preload them. They load before any of my actionscript can run.
  22. Replies
    11
    Views
    595

    I have a bunch of sounds that I attach to sound...

    I have a bunch of sounds that I attach to sound objects from the linkage thing in my movie. They all get attach to the relavent object in frame 4, and frames 1,2 and 3 are my preloader.

    However,...
  23. Replies
    13
    Views
    1,421

    Something has been puzzling me over the duration...

    Something has been puzzling me over the duration of this thread. I was thinking why did macromedia include a power function thats wouldn't return 1 to a x^0.

    Just as I started to reply to your...
  24. Replies
    13
    Views
    1,421

    I'm not trying to say I know why it is as it is...

    I'm not trying to say I know why it is as it is but every maths teacher I have had has said that. But obviously you wouldnt know that. So what I have done is found one of many websites where the...
  25. Replies
    13
    Views
    1,421

    I have to disagree. 0^p = 0 unless p = 0 where...

    I have to disagree. 0^p = 0 unless p = 0 where absolutly anything to the power of 0 equals 1.
Results 1 to 25 of 285
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center