A Flash Developer Resource Site

Search:

Type: Posts; User: bEdLaM

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    572

    disabling a drop target

    Hi guys

    I'm working on a drag and drop mc and what I'd like to do is when a symbol is dropped on a drop target disable that particular drop target so that you cant drop another symbol on that...
  2. Quiz templates...output to delimited text file

    Hi Guys

    Just wondering if anyone has had any experience with the Quiz templates and outputing the results to a delimited text file on the server?

    Basically I have to capture user information...
  3. Thread: easy question?

    by bEdLaM
    Replies
    2
    Views
    403

    hmmm for some reason it keeps taking me back to...

    hmmm for some reason it keeps taking me back to the first frame of the movie i have loaded on level 1, whether i use a frame label or frame number.
  4. Thread: easy question?

    by bEdLaM
    Replies
    2
    Views
    403

    easy question?

    Is there a way to unload a current movie on a level load a movie on the same level and tell it to goto a specific frame in the newly loaded movie?

    I have tryed :

    on (release) {
    ...
  5. Thread: please help!

    by bEdLaM
    Replies
    2
    Views
    386

    how do u attach damn file! Ive tryed it twice now...

    how do u attach damn file! Ive tryed it twice now and it doesnt show....anyways here is the code I am using:

    _root.sliderMC.slider.onMouseDown = function() {
    this.startDrag(true, 0, 10, 0,...
  6. Thread: please help!

    by bEdLaM
    Replies
    2
    Views
    386

    please help!

    hoping someone can help me out with there actionscript wizardry..

    Here is what I am trying to accomplish:


    http://www.bconnex.net/~davel/AVR/avr.htm

    I have a rough working file which I have...
  7. Replies
    0
    Views
    537

    A challenge for someone ...help!

    Hi Guys

    I have a bit of a dilema where I'm not even sure to begin and I'm hoping someone can point me in the right direction.

    Here is what I need to do:
    ...
  8. Replies
    2
    Views
    538

    anyone now how to do this?

    How do you do this?

    What I am refering to is the drag and snap too cord with elasticity on the cable.
  9. Replies
    3
    Views
    467

    thanks for the feedback guys!

    thanks for the feedback guys!
  10. Replies
    3
    Views
    467

    Site check plz...

    hoping I can get some feedback on this site I have just completed before it goes live:

    Digital Video Productions

    Dave
    Thanks
  11. Replies
    3
    Views
    456

    Site check plz...2nd test

    I have made a few changes as suggested and am hoping to get some more feedback on my portfolio before I go live

    All feedback welcome!

    my portfolio
  12. Replies
    5
    Views
    588

    Site check plz...

    Hi guys

    Im about to go live with my new portfolio and I'm hoping to get some feedback / bug check on my site before I actually post it.

    All comments are welcome

    Heres the link:

    My...
  13. Replies
    1
    Views
    398

    controlling a sound from a different level

    Im having a problem controling a sound on level 0 with a button on level 3....I have the actionscript:

    soundOn = function () { s = new Sound();s.attachSound("sound");s.start(0,99);};
    soundOff =...
  14. Replies
    0
    Views
    363

    controlling sound from a different level

    Im having a problem controling a sound on level 0 with a button on level 3....I have the actionscript:

    soundOn = function () { s = new Sound();s.attachSound("sound");s.start(0,99);};
    soundOff =...
  15. Replies
    3
    Views
    451

    Hi guys hoping you can help me out with...

    Hi guys hoping you can help me out with something....

    I have a main movie on level 0 that when you click on a button loads another movie in level1, what I'm trying to do is check to make sure that...
  16. Replies
    5
    Views
    485

    Re: Sorry

    try this too:

    put this code in a button in each movie clip:

    on (press) {
    startDrag(this);
    this.swapDepths(2)
    }
    on (release) {
    stopDrag();
  17. Replies
    5
    Views
    485

    Re: Sorry

    I am still struggling with this too but from what I have been told you create a blank movie clip on a layer and use the loadmovie function and target the instance name of the blank movie to replace...
  18. Replies
    0
    Views
    416

    Some of you were kind enough to respond to my...

    Some of you were kind enough to respond to my first post regarding swapping depths and get me on the right track as far as loading movies in layers rather than levels but being relatively new to...
  19. Replies
    1
    Views
    392

    Some of you were kind enough to respond to my...

    Some of you were kind enough to respond to my first post regarding swapping depths and get me on the right track as far as loading movies in layers rather than levels but being relatively new to...
  20. Replies
    5
    Views
    485

    Some of you were kind enough to respond to my...

    Some of you were kind enough to respond to my first post regarding swapping depths and get me on the right track as far as loading movies in layers rather than levels but being relatively new to...
  21. Replies
    0
    Views
    376

    I have a movie clip that has a main scene that...

    I have a movie clip that has a main scene that when buttons are clicked loads external swfs on levels above the main scene. What I would like to be able to do is when the user clicks on the movie...
  22. Replies
    1
    Views
    377

    I'm trying to create a preloader that checks the...

    I'm trying to create a preloader that checks the percentage of the main scene(scene1) loaded and once it hits a certain percentage it goes to thenext frame on the preloader timeline. the script I'm...
  23. one other thing :)

    sorry...is it possible to format the text that populates the field? i have a client that would like to update his content and I'm thinking if he could generate some html and copy and past into the...
  24. Thanks Fireball...if I have a text file called...

    Thanks Fireball...if I have a text file called data.txt and the text field(text1 variable name) I want to populate is in a movie clip called text(instance name)would it go like this:

    loadVariables...
  25. Replies
    1
    Views
    405

    What I'm tryin to do is, from a pre loader check...

    What I'm tryin to do is, from a pre loader check the total percent of the movie loaded and go to a particular frame on the preloader timeline dependant on how much of the movie is loaded. For example...
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center