A Flash Developer Resource Site

Search:

Type: Posts; User: downjones

Search: Search took 0.10 seconds.

  1. lol took me almost the whole afternoon to find...

    lol took me almost the whole afternoon to find that out )))... now am trying to find out how to write vars into a cookie, so the browser can for example continue playing a song where it has stopped...
  2. my friend I found the solution....... here it is:...

    my friend I found the solution....... here it is:

    on the mainframe frame 1:

    var clicked:Boolean = true;
    clicked = false;


    then in the instance of the button:
  3. yes I know you could lable the frames and use the...

    yes I know you could lable the frames and use the lables instead of framenumbers.... but in my opinion it is easier to go with the numbers if the project consists more than a bunch of animated clip...
  4. Poltuda thanks for quick reply here the code: ...

    Poltuda thanks for quick reply here the code:

    on (rollOver)
    {
    _root.gotoAndStop("1");
    mainmenu.gotoAndPlay("41");
    title.gotoAndPlay("41");
    scissm.gotoAndPlay("41");

    }
  5. thanks for the solution, yes it worked on this...

    thanks for the solution, yes it worked on this simple project but it doesn't work on my project that I've attached now... it is in Flash CS5.

    If you go over menu "service" the rest fades out and...
  6. how to cancel on(rollOut) when on(release) is executed?

    Hey folks,

    I just can not manage to cancel the on(rollOut) event when the on(release) event has been started. I attach here a simple sample so hopefully someone can help me quickly, I need the...
  7. bro that sounds like a plan.....but could you...

    bro that sounds like a plan.....but could you give me an example of a code??? I have no idea how to programm it..:confused:
  8. [CS3] how to save flash variables?? Please help!!

    Problem:

    I have a small flash movie which has a sound included. Now I placed the SWF file in my website which is html. Of course I have several sites where I placed this movie......Now it works...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center