A Flash Developer Resource Site

Search:

Type: Posts; User: ingozingo

Search: Search took 0.05 seconds.

  1. flashosophy

    What does the position of the eyes have to do with DImensions? They told me a long time ago: eyes in front - hunter (focus...cat), eyes on the side - prey (cow).

    The nice thing about flash: it...
  2. Replies
    6
    Views
    805

    In Europe (at least in Germany I know of it),...

    In Europe (at least in Germany I know of it), where they have a long standing tradition of protectionism, they get around all this. Example: an architect has to be part of the architects chamber and...
  3. Replies
    6
    Views
    805

    I'm reading all the interesteing posts of our...

    I'm reading all the interesteing posts of our client experiences. I would like to start a little survey of early warning signs.

    I think there are three points in our client relationships when we...
  4. Replies
    1
    Views
    566

    There are very strict rules to shape hints...

    There are very strict rules to shape hints (conter-clockwise order and so on) and even if you abide to those rules, sometimes it still doesn't work.

    Have you tried moving a mask over the plant? I...
  5. The best way to find an answer: make your own...

    The best way to find an answer: make your own benchmark test: mask your huge pic and move it around ... is it jumpy?
    Then take a much smaller pic and move it around ... any difference?

    That's...
  6. Thread: Ripp OFF

    by ingozingo
    Replies
    10
    Views
    861

    Aron, what is fair about 20 bucks per hour?...

    Aron, what is fair about 20 bucks per hour? You're using expensive equipment, bring in years of experience...my tennis instructor gets $50/hour and all he needs is a racket. Although it's made from...
  7. Replies
    5
    Views
    426

    if I want to do something new, I use the freedom...

    if I want to do something new, I use the freedom of my mind/ imagination, if I use elements I've used before, I'll draw on paper, if I want to play around and see what comes out of it, it's the...
  8. Replies
    18
    Views
    1,208

    Always be clear about the consideration for your...

    Always be clear about the consideration for your work before you start. Get it out of the way. And if the job goes well, bill them a bit less than they expected.
  9. Replies
    11
    Views
    602

    It's interesting what drives us, Eyenovation. For...

    It's interesting what drives us, Eyenovation. For me the grreatest satisfaction comes from facing a challenge, developing the solution in my head and then realizing it in flash.

    I have to say...
  10. Replies
    2
    Views
    406

    I don't know what you're looking for, but there...

    I don't know what you're looking for, but there are a couple of "{" misplaced:
    the first one in the second line of your code, before if;
    the first one in the last line of your code, again before...
  11. in your mc use loadVariables in the first frame. ...

    in your mc use loadVariables in the first frame.
    Also put a stop(); in the first frame.
    In the second frame do what you have to do with your variable, display it, pass it on to another target or...
  12. Replies
    3
    Views
    540

    Are you addressing the bar correctly? It has to...

    Are you addressing the bar correctly?
    It has to be a movieclip with an instance name, e.g. 'bar'.
    Your 4 frame loop is probably contained in that 'bar' clip?
    If so, change the code from...
  13. Replies
    3
    Views
    540

    Hmm - and the question is? I'd like to help.

    Hmm - and the question is? I'd like to help.
  14. Replies
    5
    Views
    519

    I would not loop the frame itself. Try a two...

    I would not loop the frame itself.
    Try a two frame loop, with the second frame pointing back to the first.
    Movement and if statements happen in the first frame.
  15. Replies
    1
    Views
    422

    1. make yourself familiar with dot-syntax used in...

    1. make yourself familiar with dot-syntax used in Flash 5.
    2. If you load a movie, know where you put it - in a level or a target. Let's say for now it's in level 10.
    3. Make sure the movie is...
  16. Replies
    5
    Views
    519

    let's say the bottom value is -200 and the top...

    let's say the bottom value is -200 and the top value is 200.
    Add two if statements:


    code:

    if (_ymouse>=200 ){
    btnStrip._y=200;
    }
  17. Replies
    2
    Views
    423

    Try this: Instead of _root.PeriodsInNet[n] ...

    Try this:

    Instead of
    _root.PeriodsInNet[n]

    use
    _root["PeriodsInNet"+n]

    apply same to all of your variables in the loop
  18. Replies
    2
    Views
    481

    Would you specify what you want the variable to...

    Would you specify what you want the variable to do?
    Variables are containers for values, they don't actually 'do' stuff. In Flash symbols do stuff. In order to address a symbol, you give it an...
  19. if ericlin is guessing right and there is any...

    if ericlin is guessing right and there is any loadVariables involved, you'll have to use OnClipEvent(data) to test whether the variables are 'there.' The funny thing I encountered with...
  20. Replies
    2
    Views
    447

    Nope, tried it, didn't work. But thanks...It...

    Nope, tried it, didn't work. But thanks...It doesn't matter whether I use x/yscale or width/height as values, if I shrink the mc, it shrinks the letters, too.
    What I want is the letters to stay at...
  21. Have you tried if (L eq "Links") {} ?

    Have you tried
    if (L eq "Links") {}
    ?
  22. Replies
    2
    Views
    447

    How can I resize through actionscript a dynamic...

    How can I resize through actionscript a dynamic textfield (contained in a clip) without resizing the letters of the text? Any ideas much appreciated.
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center