A Flash Developer Resource Site

Search:

Type: Posts; User: bclaywalsh

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    713

    Stop....please

    my movie script contains the error:
    Scene=TradArt, Layer=Actions, Frame=1: Line 2: ';' expected

    3D_Button.onRelease= function(){

    The problem arrived when I copied and pasted a nearly...
  2. Replies
    3
    Views
    649

    I'm trying to go to a different video entirely,...

    I'm trying to go to a different video entirely, not just a different scene. I've been told to avoid scenes at all cost
  3. Replies
    0
    Views
    1,899

    Flash to Web

    Loading material from Flash MX to Godaddy, how should I proceed?
    *what program should I use to transfer the files?
    *anything special with publishing I should be made aware of?
  4. Replies
    3
    Views
    649

    Scripting Errors

    I'm making a web page that will link to another. This is the script used for the button:

    stop();
    3D_Button.onRelease= function(){
    gotoAndStop('BCW3D',1);
    };

    Error message says:
    ...
  5. Replies
    24
    Views
    1,464

    Sample Pic

    This is how the vid looks now. Its the three buttons to the lower right that don't work
  6. Replies
    24
    Views
    1,464

    Ok, the code works...mostly. The first three...

    Ok, the code works...mostly. The first three buttons (Heavy_Infantry, Light_Infantry, Cavalry) work just fine. Also, the next three buttons (Cavalry_FullText, Cavalry_OCC, and Cavalry_Wire) also...
  7. Replies
    24
    Views
    1,464

    Without words. This has stretched my nerves past...

    Without words. This has stretched my nerves past breaking, just about to hire someone to do the whole thing. Thank you SO much
  8. Replies
    24
    Views
    1,464

    as a trial, I made a simple 3 frame document with...

    as a trial, I made a simple 3 frame document with 3 buttons to navigate through them. When I test the movie, it moves immediately to the last frame and stays there, not reacting to the buttons at...
  9. Replies
    24
    Views
    1,464

    These are all my actions: stop();...

    These are all my actions:

    stop();
    Cavalry_FullText.onRelease= function()(gotoAndStop(1);)
    Cavalry_Occ.onRelease= function()(gotoAndStop(2);)
    Cavalry_Wire.onRelease= function()(gotoAndStop(3);)...
  10. Replies
    24
    Views
    1,464

    ...I just realized that my original question is...

    ...I just realized that my original question is still up in the air. My .swf does not stop cycling. And yet again, I can't upload the .fla because the file size refuses to change.
  11. Replies
    24
    Views
    1,464

    ok. Now that my scenes have been changed to...

    ok. Now that my scenes have been changed to separate pages, whats the actionscript I need to link them? button.onRelease what? (I feel really idiotic asking this, because I know I've done this all...
  12. Replies
    24
    Views
    1,464

    I'm not sure what you mean by I don't need frames...

    I'm not sure what you mean by I don't need frames of the movie clips. Heres how its structured. 2 frames on the main page. on each frame is a movie clip with 3 frames. I made it that way because I...
  13. Replies
    24
    Views
    1,464

    ok, so I removed the whole scenes aspect, and...

    ok, so I removed the whole scenes aspect, and instead am using frames.
    New Semi-Related Problem.
    I'm making a website to display 3D art, so far my page has 2 frames. 1st frame is of one 3D model,...
  14. Replies
    24
    Views
    1,464

    thanks for that advice, it should be easy to...

    thanks for that advice, it should be easy to separate them off into linking swf files.
    ***New Question (though the cycling error has yet to be tested)
    How do I get an animation to play within one...
  15. Replies
    24
    Views
    1,464

    maybe if I describe better how its set up, a...

    maybe if I describe better how its set up, a problem will appear to someone more practiced.
    I have the actions on their own separate layer, and that code on the first frame. There are no other...
  16. Replies
    24
    Views
    1,464

    now I can't get the file down to 300kb, removing...

    now I can't get the file down to 300kb, removing the images from the library had no effect :S
  17. Replies
    24
    Views
    1,464

    stop(); TradArtIndex.onRelease =...

    stop();
    TradArtIndex.onRelease = function(gotoAndStop("TradArt",1)) {
    };
    this is the action in question
  18. Replies
    24
    Views
    1,464

    honestly, not sure how to do that

    honestly, not sure how to do that
  19. Replies
    24
    Views
    1,464

    Help, extremely new

    I've taken a class way back when, but I'm struggling to relearn action script.
    Using: Flash 6
    Current Problem:
    When I publish my swf, it cycles between my 2 scenes non-stop. stop command doesn't...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center