A Flash Developer Resource Site

Search:

Type: Posts; User: nstanziani

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Why is it in an onEnterFrame? depending on your...

    Why is it in an onEnterFrame? depending on your frame rate you're calling the "gotoAndPlay" 24 times/second.... so you keep going back to the initial frame "anim"
    What exactly are you trying to...
  2. Replies
    8
    Views
    2,053

    i've attached it to this reply. It is a regular...

    i've attached it to this reply. It is a regular CS3 FLA file. Nothing special.
  3. Replies
    8
    Views
    2,053

    it's a Flash CS3 file. If you don't have CS3 you...

    it's a Flash CS3 file. If you don't have CS3 you may be out of luck. What version are you running?
  4. Replies
    8
    Views
    2,053

    Can't be done using tweens... you havd to use...

    Can't be done using tweens... you havd to use code...
    I've uploaded an example to my site
    my website
    you can also download the fla file from there...
    it's the last example on the main page...
  5. I would do it like this import...

    I would do it like this



    import mx.transitions.Tween;
    import mx.transitions.easing.*;

    var speed:Number = 2;
  6. Replies
    8
    Views
    2,053

    I would like to help you but i just don't...

    I would like to help you but i just don't understand what you are trying to do... even after viewing the file.
    you have one mc rotating when you click on button and another mc rotating when you...
  7. Replies
    3
    Views
    2,057

    hummm... may I ask why?

    hummm... may I ask why?
  8. Replies
    1
    Views
    17,824

    Action Script Only - Animation Battle

    Anyone want in?

    AS 2.0
    - so now converting stage animation to XML animation all animation must be done with script no timeline tweening

    Stage size - 600x400...

    takers?
  9. Replies
    0
    Views
    6,060

    CS3 Masking Issue

    See attached...
    Simple mask, a box w/in a box - with a portion of the larger box 'knocked out'.

    looks fine on stage, looks wrong when published...
  10. Replies
    7
    Views
    560

    if you want you can email me the file....

    if you want you can email me the file.
    nstanziani@duanemorris.com
  11. Replies
    3
    Views
    689

    Sorry, I should have been more specific. I was...

    Sorry, I should have been more specific. I was referring to the help file in flash.
    To do what they do on the website requires a decent bit of Action Script knowledge. Here is the breakdown:
    1....
  12. Replies
    3
    Views
    689

    I looked at the site... all it does is highlight...

    I looked at the site... all it does is highlight one of the items you've typed in, correct?
    if so... search the helpfile on the Math.random function and use that output to feed a function that...
  13. Replies
    7
    Views
    560

    Just us the code in the attached fla... it works....

    Just us the code in the attached fla... it works. Can't tell what's wrong with what you have b/c you can't attach the file or paste the code...
  14. Replies
    7
    Views
    560

    Make the "dot" a movieclip and make the...

    Make the "dot" a movieclip and make the "sparkling" propertys follow the x and y values of the "dot" movieclip instead of the mouse x and y.
    add all you script to the first frame....
    see below:
    ...
  15. Replies
    5
    Views
    686

    Make part of the 'menu box' completly overlap the...

    Make part of the 'menu box' completly overlap the movieclip that makes it display. Add the code to make it dissapear only to the rollOut action of the 'menu box'.
    here is the code:

    ...
  16. Replies
    5
    Views
    686

    if you could awser my original question I can...

    if you could awser my original question I can help you with the code...
  17. Replies
    2
    Views
    525

    Here is what i understand so far and correct me...

    Here is what i understand so far and correct me if I'm wrong...
    Two buttons: button1 and button2.
    Button2 is only drag-able if button1 was first dragged.
    try this:


    //variable that controls...
  18. Replies
    1
    Views
    463

    Problems like this use to drive me crazy until I...

    Problems like this use to drive me crazy until I became TRACE happy...
    here is your very very very small mistake...
    replace the push line with this and it will work...

    ...
  19. Replies
    6
    Views
    1,039

    CS3 no problem... to show your appreciation you can...

    no problem... to show your appreciation you can order some cookies. ;-)
  20. Replies
    6
    Views
    1,039

    CS3 How about this... set the total number of...

    How about this...
    set the total number of frames in your main timeline
    establish the stage height
    when the mouse moves - divide the total number of frames by the stage height THEN divide the...
  21. Replies
    5
    Views
    686

    since you can't attach the fla, maybe paste in...

    since you can't attach the fla, maybe paste in the code you use for the "rollover."
    Question, when should the pop up box go away?
  22. since you're moving into the negative when...

    since you're moving into the negative when drawing lines the registration point is no longer in the upper-most left corner, it is now to the right of your negative points...



    The answer is no,...
  23. Replies
    5
    Views
    712

    i've attached an example of what you can do... in...

    i've attached an example of what you can do... in the future please wrap your code in the php tags.


    //my code wrapped in php tags...


    i've nested your code in a "holder" movieclip and...
  24. Replies
    1
    Views
    1,000

    this is an easy one to anwser b/c i had a similar...

    this is an easy one to anwser b/c i had a similar issue a while back... the movieclip "event" has an onPress action on your main timeline...


    event_mc.onPress = function()
    {...
  25. Replies
    2
    Views
    987

    think optical illusion and masks.... attached is...

    think optical illusion and masks....
    attached is an fla...
Results 1 to 25 of 41
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center