A Flash Developer Resource Site

Search:

Type: Posts; User: simplequestions

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    827

    Perhaps I'm not understanding. The way I have it...

    Perhaps I'm not understanding. The way I have it set up currently:

    On Frame 1, when the vial is dragged to the beaker, an if then statement directs it to the frame with that color name. (I've been...
  2. Replies
    3
    Views
    827

    Moving Forward

    I am trying to concoct various copolymers in a beaker by adding different acids and diols. I thought I knew how to do this, but now I can't seem to get beyond the first step.

    On the first frame, I...
  3. Replies
    9
    Views
    1,331

    OK, I realize now that _visible doesn't work the...

    OK, I realize now that _visible doesn't work the way I thought it did. I fixed that problem by adding that text on the frame where I wanted it (duh). However, I still have a huge problem in that when...
  4. Replies
    9
    Views
    1,331

    that worked beautifully, now I have a problem...

    that worked beautifully, now I have a problem with the next step. After the user drags the yellow vial (yellowFull) to the beaker, the contents of the beaker should turn yellow. That part works. The...
  5. Replies
    9
    Views
    1,331

    NOW it should be in CS4.

    NOW it should be in CS4.
  6. Replies
    9
    Views
    1,331

    OK, the vials tip again, but now, according to...

    OK, the vials tip again, but now, according to the reference book I'm using, the substance in the beaker should turn red when I drag the red vial to it. It doesn't--what's up? This is AS2--can't deal...
  7. Replies
    9
    Views
    1,331

    How cool for you, just as you responded I got it...

    How cool for you, just as you responded I got it working! But I'm not quite through the woods yet.
  8. Replies
    9
    Views
    1,331

    color challenge

    I want the beakers to dump into the vial when the user drags them. I think I've got that part. But when I added a gray "substance" below the vial, the dumping no longer worked.My intention had been...
  9. Replies
    8
    Views
    1,205

    forgotalot

    that works great, Fruitbeard! Thank you!
  10. Replies
    8
    Views
    1,205

    forgotalot

    I've attached the file, it's partially coded. I stopped adding script because it isn't working the way I wan
  11. Replies
    8
    Views
    1,205

    hitTest doesn't work at all; at least _droptarget...

    hitTest doesn't work at all; at least _droptarget plays the cheerSound at "correct" when hte drag clip is dropped on the correct icon. However, I'd like it to remain where dropped instead of going...
  12. Replies
    8
    Views
    1,205

    [RESOLVED] forgotalot

    The following code results in the drag clip (transparencyLeft) returning to X 28 y 0.05 regardless which movie clip it is dropped on--why? The cheerSound does not play if the drag clip is dropped on...
  13. Replies
    16
    Views
    4,623

    New problem: getting "Statement must appear...

    New problem: getting "Statement must appear within on handler" for
    on (press){
    gotoAndPlay(2);
    }
  14. Replies
    16
    Views
    4,623

    help again! now that that's working, I want the...

    help again! now that that's working, I want the subject and body to be populated, as well. Starting with the subject,
    on (release) {...
  15. Replies
    16
    Views
    4,623

    Getting Somewhere

    Thank you thank you thank you--i saw that when I checked the variables and wondered if that was posing a problem!
    on (release) {
    getURL("mailto:"+MentorsEmail.text);
    }

    works beautifully
  16. Replies
    16
    Views
    4,623

    I was going to send a zipped file, but its only...

    I was going to send a zipped file, but its only 81 kb
  17. Replies
    16
    Views
    4,623

    Duh, how do I post my fla? It has other problems,...

    Duh, how do I post my fla? It has other problems, too, but I wanted to address the email issue first, as that's fundamental.
  18. Replies
    16
    Views
    4,623

    I actually started out with the code on...

    I actually started out with the code

    on (release) {
    getURL("mailto:"+email);
    }

    however, this produces the error "command line arguments are not valid. verify switches"

    Research seems...
  19. Replies
    16
    Views
    4,623

    new probem

    when i use the code you suggested, I get an email addressed to undefined:mad:
  20. Replies
    16
    Views
    4,623

    [RESOLVED] forgotalot

    I want users to be able to send an email to an address they supply. In a text entry field (variable=email) they submit an address. But when they click on the button to send the email, an email...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center