A Flash Developer Resource Site

Search:

Type: Posts; User: .mini.moke

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,102

    Thanks 3Primates, Thanks for replying!...

    Thanks 3Primates,

    Thanks for replying! apologies for posting in not quite the right place. I did resolve the isssue, so I'll post it here. This was resolved by shortening my instance names, I...
  2. Replies
    4
    Views
    1,278

    If the image is within flash, you could create a...

    If the image is within flash, you could create a movie that has different background images along the timeline. 10 frames of one then ten frames of another label each section with a number...
  3. Replies
    3
    Views
    2,102

    Have I posted this question in the right section...

    Have I posted this question in the right section of the forum? I thought as it is JavaScript related then this would be the right place. I have never had a reply on Flash Kit forum and I have...
  4. Replies
    2
    Views
    895

    Check with your web space provider, often they...

    Check with your web space provider, often they have sample scripts that are ready to go on your space. A simple 'Hello World' script is a good place to start. Introductory tutorials at php.net would...
  5. Replies
    3
    Views
    2,102

    Javascript Tgotolabel and Attached movies

    I have an attached MC - CatTopMC


    LoadCats = function ()
    {
    attachMovie("CatTopMC", "CatTopMC", 9);
    cCat = this["CatTopMC"];
    cCat._x = 0;
    cCat._y = 0;
    }
  6. Replies
    0
    Views
    538

    [F8] LoadMovie or LoadMovieNum

    Hello :)
    I am Loading a movie on to _level1 of my main movie and scripting between the _level0 and _level1 movie.

    If I use loadMovie I have to firstly use attachMovie to attach a holder movie...
  7. I have resolved this now, I thought I'd post my...

    I have resolved this now, I thought I'd post my solution here to help others.

    I basically wanted to listen to an event that was set by a 3rd party game loaded on _level1. So no actual user...
  8. Replies
    10
    Views
    443

    Hey no problem, Congrats, the Aussie team are...

    Hey no problem, Congrats, the Aussie team are looking good, unlike England who lost a striker to injury last night :(
  9. Replies
    10
    Views
    443

    Yeah it's a prob with the animated gif Flash...

    Yeah it's a prob with the animated gif Flash rendered. If your animation simply has to be a gif. Try rendering another or you could try exporting a sequence of JPGs and make a gif in a different...
  10. Replies
    10
    Views
    443

    Not exclusively, I was thinking that you had a...

    Not exclusively, I was thinking that you had a movie clip that animated a person walking on the spot and then imported that movie on to the stage and animated it to move. This way pressing 'control...
  11. Replies
    10
    Views
    443

    o.k. But in the swf that is outputted from flash...

    o.k. But in the swf that is outputted from flash is that 'walking'
  12. Replies
    10
    Views
    443

    How does the published swf of the movie look? I...

    How does the published swf of the movie look? I ask because animated gif output from flash doesn't always turn out as you'd expect.
  13. Using Event listener with Dynamic Text fields

    Hi there,

    I am trying to listen for an onChange event in a dynamic text field. Does anyone know if this is possible?

    The code I have is

    //...
Results 1 to 13 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center