A Flash Developer Resource Site

Search:

Type: Posts; User: JonoMarshall

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    2,559

    Need advice on best practice workflow?

    I'm about to undertake a fairly advanced/complicated animation involving 30+ transparent .PNGs to animate a character and I was wondering the best approach for it?

    Two options:
    1. Animate in...
  2. Replies
    0
    Views
    605

    CS3 Problem with loading scenes (AS2)

    I'm currently using the following code to load a new SWF (scene) into the main SWF:


    function loadScene(scene_path, scene_mc) {
    scene_mc._parent._alpha = 0
    loadMovie(scene_path, scene_mc);...
  3. [CS3] Implementing Google Adwords Conversion in Flash?

    Help!

    Does anyone know how to implement Google adwords conversions within a Flash environment?

    I've done this for simple Google analytics many times before, but am struggling to do the same for...
  4. [CS3] Levels confusion.. please help!

    Hello, I need a little help, I'm trying to create/load/target mcs within the main timeline (ultimately I'd like to be able to have them loading in the background and then pulled into view when...
  5. Dp

    Dp
  6. Thanks for your help, I went with this in the...

    Thanks for your help, I went with this in the end:


    scroll_bar._alpha = 0;
    text_box.autoSize = true;
    textload = new LoadVars();
    textload.onLoad = function(success) {
    if (success) {
    ...
  7. [CS3] Simple problem with email form?

    Does anyone know how to retrieve the "&results=" variable (the bit that normally states "message sent successfully" (or similar) from the php code of a Flash contact form when the form is nested...
  8. [CS3] Dynamic scollbar depending on text length

    Is there anyway to check the length of an incoming text document so that the scroll bar component disappears when the text isn't long enough to require it?

    Or, is there a variable I could grab...
  9. Replies
    3
    Views
    629

    New Graphic Design Portfolio

    Hey all,

    Any feedback or general thoughts would be very welcome on my new portfolio site. Take a look here:

    Jon Marshall - Graphic Design

    Thanks in advance!

    Jon
  10. Replies
    2
    Views
    442

    [F8] External text preloader?

    Hello,

    I'm trying to stop a movie clip from moving into view once the text of an external file has been loaded... is there an easy way to achieve this?

    (The text is actually a 'swap' from...
  11. Replies
    3
    Views
    448

    That's what I have, except I'd like the function...

    That's what I have, except I'd like the function to be called when the movie first loads too, so I thought that:



    would work, but it doesn't seem to? (At the moment it goes to the labeled frame...
  12. Replies
    3
    Views
    448

    [F8] Simple function problem?!

    If I do the following it doesn't start the instance playing, but does trace the "checking blog content":


    If I put the same action on a button and click it, it works just fine?



    What am I...
  13. Stuck trying to create variables that move like an explosion...

    I'm trying to create an animation where an image (made up of squares) explodes randomly and then reforms back into the original position.

    If anyone can help it'd be much appreciated, I'm stuck at...
  14. Suck trying to create variables that move like an explosion...

    I'm trying to create an animation where an image (made up of squares) explodes randomly and then reforms back into the original position.

    If anyone can help it'd be much appreciated, I'm stuck at...
  15. I was declaring it somewhere else, but...

    I was declaring it somewhere else, but unsuccessfully it seems (even when global)!

    That works a treat though, you absolute star... thanks so much!
  16. Oops, that's just a typo in the post (I had some...

    Oops, that's just a typo in the post (I had some alternative script attempts as a note originally and didn't delete it all properly.)

    Shouldn't the onRelease events within the function init() act...
  17. [F8] Variables not working correctly!?!?

    Any help would be much appreciated, the script below is meant to hide/show a movie clip depending if it is activated or not, but the variables in the function at the bottom don't seem to be working...
  18. Replies
    1
    Views
    517

    Nevermind, problem solved itelf by adding a bit...

    Nevermind, problem solved itelf by adding a bit more as to the on button...

    on (release) {
    _root.actsound.gotoAndStop(1)
    _root.actsound.gotoAndPlay(2)
    prevFrame();
    }

    Still clueless though!...
  19. Replies
    1
    Views
    517

    Help with sound button!

    Hi,
    I have a movie clip with two frames with stop commands on each, I place a sound off button on the first frame and sound on button on the second.
    The sound off button has the following as...
    ...
  20. Replies
    2
    Views
    696

    Isn't that for an mc behaving as a button though?...

    Isn't that for an mc behaving as a button though? If you're just using a regular button (not so good) then do the up command as a reverse tween of the over command, then make the button invisible for...
  21. Heh, found out what the problem was, I was...

    Heh, found out what the problem was, I was changing the variable then pointing back to the wrong stage of the timeline (1 frame after the mc, doh!)
    For anyone looking to work a problem out, I...
  22. Gonna try to port this back into my flash doc......

    Gonna try to port this back into my flash doc... for anyone else who's having issues here's the flash file that works for controlling a mc using a global variable. (Although I here global variables...
  23. Ok I seem to be making a bit of progress in a...

    Ok I seem to be making a bit of progress in a completely new flash doc...

    function init() {
    if (x==1) {
    instancename.gotoAndPlay(frame);
    } else {
    instancename.gotoAndPlay(1)
    }
    }
  24. Is it something to do with when a function...

    Is it something to do with when a function outside of the mc is called?
    (Although I'm placing the function on its own keyframe aligning with the target mc... and if the process was called earlier...
  25. Well even if I remove all the variable bits &...

    Well even if I remove all the variable bits & simply try to target my movieclip using

    instancename.gotoAndPlay(frame)

    it doesn't seem to work? Which is bizarre considering if I put similar...
Results 1 to 25 of 38
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center