A Flash Developer Resource Site

Search:

Type: Posts; User: nimmit

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    682

    Hiya, It looks like you have pretty much got...

    Hiya,
    It looks like you have pretty much got your question answerd but depending on what level you are at I would sugest checking out www.robertpenner.com he has got some very good tweening...
  2. Thread: Variable Scope

    by nimmit
    Replies
    7
    Views
    445

    Thanks - I did it with the two dimetional loop...

    Thanks -
    I did it with the two dimetional loop you gave in an example for somone else.
    It has 45 index's but it does the job nicely thanks again
  3. Thread: Variable Scope

    by nimmit
    Replies
    7
    Views
    445

    Hiya, Looking at some of the other posts you...

    Hiya,
    Looking at some of the other posts you have answerd it looks like you might very well be the one who can help with this one.
    Ok I'll give you a little bit of background...
    Step 1
    I'm...
  4. Thread: Variable Scope

    by nimmit
    Replies
    7
    Views
    445

    Thanks for the responce - After trying your way...

    Thanks for the responce -
    After trying your way of coding it I have at least discoverd that it's not the scope that is the problem it is the way that I am referencing dynamicly created arrays - I...
  5. Thread: newline

    by nimmit
    Replies
    2
    Views
    329

    If the text box you are viewing it in is set to...

    If the text box you are viewing it in is set to html you could add a <br> if not you could "try" \n
  6. Thread: Variable Scope

    by nimmit
    Replies
    7
    Views
    445

    Variable Scope

    Hello,
    nice easy one for ya
    I have a function on the main time line that basicly creates and array
    All I wan't do is access that array from within another function - should be easy but cant...
  7. Replies
    3
    Views
    398

    Hiya, Rarthar than complicating the issue by...

    Hiya,
    Rarthar than complicating the issue by having to import a list from an external text file I reckon you would be better of just creating an array with
    pics = ["1.jpg"."2.jpg"] etc
    then just...
  8. Replies
    5
    Views
    345

    when you say screen do you mean movie clip? if...

    when you say screen do you mean movie clip?
    if so just use the absolute path (e.g _root.clipName.clip_name)
  9. No - you have to use server side technologys

    No - you have to use server side technologys
  10. Thread: _skew??

    by nimmit
    Replies
    4
    Views
    647

    Thankyou these seem like quite a good...

    Thankyou these seem like quite a good work-around...
  11. Thread: Logo rotation

    by nimmit
    Replies
    2
    Views
    1,496

    Put it in a movie clip the on the clip ...

    Put it in a movie clip the on the clip


    onClipEvent(enterFrame){
    this._rotation = this._rotation + 20;
    }

    //or this._rotation += 20 (it's shorter)!

    that will make it spin at 20 degrees...
  12. Thread: _skew??

    by nimmit
    Replies
    4
    Views
    647

    I suspected that might be the case! Bloody stupid...

    I suspected that might be the case! Bloody stupid if you ask me you would have thought it would have been quite easy to add it a bit like _rotate.
    I thought of the movie clip idea but unfortunatly I...
  13. Replies
    8
    Views
    734

    ALT+0169 if you go...

    ALT+0169
    if you go start->programs->Accessories->character Map
    there is a full list of all of the special characters and there short cut keys. I'm not sure if they'll work in flash but it's worth a...
  14. When you say you "added the path from the true...

    When you say you "added the path from the true root" can you small example of how you are calling the actions (e.g _levelXX)
  15. Thread: _skew??

    by nimmit
    Replies
    4
    Views
    647

    _skew??

    Hello people! Just wana pick ya brains on somin' --
    Does anyone know if there is a way to skew an object using AS? Or failing that if anyone knows of a way to produce the same effect. I susspect the...
  16. Replies
    2
    Views
    998

    Here you go read this.... ...

    Here you go read this....
  17. Replies
    17
    Views
    944

    Hiya, I have had a look at your movie. I think...

    Hiya,
    I have had a look at your movie. I think your going to have real probs when it comes to A) Making it run smooth and B) making it load quickly/smoothly. This is mainly due to the size of the...
  18. Replies
    17
    Views
    944

    Christ thats a big file !! I have made the...

    Christ thats a big file !!
    I have made the necessary changes to your first movie.
    Here you go
    P.s I've ziped it so you'll need to up zip it
  19. Replies
    17
    Views
    944

    Dont take any notice of this post I ****ed up the...

    Dont take any notice of this post I ****ed up the Up-load
  20. Replies
    1
    Views
    399

    You get one through your control panel, in the...

    You get one through your control panel, in the options section. But you need to have at least 100 posts.
  21. Thread: trace cmd??

    by nimmit
    Replies
    9
    Views
    795

    The onCLipEvent(enterFrame) Will loop...

    The


    onCLipEvent(enterFrame)


    Will loop and loop untill the play head goes to another frame. So if where you have go this bit of code there is only one frame it will keep looping. Try...
  22. Replies
    1
    Views
    409

    Depending on how you want to call it you could do...

    Depending on how you want to call it you could do something like


    on(release){

    //scene is asigned either 0, 1 or 2
    var scene = random(2);
    gotoAndPlay(scene,frame);
    }
  23. Thread: fireworks 4

    by nimmit
    Replies
    2
    Views
    418

    no

    no
  24. Replies
    17
    Views
    944

    I quickly re-did what your tring to do with this...

    I quickly re-did what your tring to do with this example.
    Hope it helps...
  25. Replies
    2
    Views
    389

    Try this...

    Try this And these Examples
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center