A Flash Developer Resource Site

Search:

Type: Posts; User: cyman

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thread: One for the AGES

    by cyman
    Replies
    3
    Views
    590

    been out of the loop for a bit, first time I'VE...

    been out of the loop for a bit, first time I'VE seen it. still think it's cool :D
  2. Thread: One for the AGES

    by cyman
    Replies
    3
    Views
    590

    loved that one. found myself messing with the...

    loved that one. found myself messing with the interface for over half an hour. seriously cool.
  3. Thread: Happy Halloween!

    by cyman
    Replies
    4
    Views
    645

    that was great! look forward to seeing the rest...

    that was great! look forward to seeing the rest in a few days. your choice of background music and sound effects really gives the movie an eerie feel.
  4. Replies
    5
    Views
    438

    sorry, have been kinda busy. will look at it...

    sorry, have been kinda busy. will look at it tonight
  5. Replies
    1
    Views
    397

    there are two methods to transfer form...

    there are two methods to transfer form information, one is "GET" and the other "POST". You are currently using the "GET" method, which attaches the information to the url. The "POST" method on the...
  6. Replies
    1
    Views
    523

    i think if you create a loop with the timeline...

    i think if you create a loop with the timeline and not a for statement that might solve your problem. set the initial values in a frame by themselves, then set the incrementing values in the next...
  7. Replies
    1
    Views
    508

    yes it is possible. you can use the _x and _y...

    yes it is possible. you can use the _x and _y properties to position the object where you need to. normally this can be done with an equation that calculates the values of the x coordinate and the y...
  8. Replies
    1
    Views
    449

    ok the first symbol "=" is an assignment...

    ok the first symbol "=" is an assignment operator.

    you would use that when you are trying to give a variable a value:
    a = 4
    b = 5
    c = a + b

    in the above example, c would be equal to 9. you...
  9. Replies
    2
    Views
    512

    you might try looking on Flash Guru's site. there...

    you might try looking on Flash Guru's site. there are fla's for effects that are similar, but not quite the same. the closest ones would be the spring menu and the tension chain.
    ...
  10. Replies
    6
    Views
    1,049

    ahab, that reply was meant for d4 not for...

    ahab,

    that reply was meant for d4 not for you. i know you didn't post any code. i was just explaining to d4 that it wasn't his computer.

    sorry for the confusion.
  11. Replies
    6
    Views
    1,049

    the code that you showed was basically "crap"....

    the code that you showed was basically "crap". the statement basically does this.

    you set a variable loop = 1.
    1 is the boolean value for true.
    so when you execute the statement...
  12. Replies
    14
    Views
    445

    i will definately do that :cool:

    i will definately do that :cool:
  13. Replies
    5
    Views
    488

    here is the Macromedia documentation on how to...

    here is the Macromedia documentation on how to remove the plug in:

    http://www.macromedia.com/support/flash/ts/documents/remove_player.htm

    good luck :)
  14. Replies
    14
    Views
    445

    if i understand you correctly, you want to be...

    if i understand you correctly, you want to be able to make the image diplay anytime you want. if that's correct, then all you have to do is place a blank keyframe at the beginning of the loaded movie...
  15. Replies
    5
    Views
    488

    the only other suggestion i have is to unistall...

    the only other suggestion i have is to unistall then reinstall the Flash player. was the change in quality associated with any new software you installed?
  16. Replies
    14
    Views
    445

    loading a movie into level0 replaces the main...

    loading a movie into level0 replaces the main timeline (i.e. the main movie) level1 loads it into a slot one level above the main timeline. the only problem i have had with that is positioning the...
  17. Replies
    5
    Views
    595

    true :cool: the dictionary is the most...

    true :cool:

    the dictionary is the most complete reference i have seen even if it is cryptic. the only other suggestion i have is to hit the local bookstore, browse a few books, and see if you can...
  18. Replies
    14
    Views
    445

    in answer to your first question, only if you are...

    in answer to your first question, only if you are using Flash 5. You can add the following tags to an imported text field in Flash 5:

    <A>
    <B>
    <FONT COLOR>
    <FONT FACE>
    <FONT SIZE>
    ...
  19. Replies
    1
    Views
    517

    sorry, but don't have an answer, i'm not familiar...

    sorry, but don't have an answer, i'm not familiar with cold fusion. you might try posting this in the scripting and backend section. that forum seems to handle questions of this nature a little...
  20. Replies
    1
    Views
    517

    do you have the fla so that i could see what type...

    do you have the fla so that i could see what type of scrolling effect you are talking about? or could you please desciribe it in more detail?
  21. Replies
    5
    Views
    595

    you can checkout the Actionscript Dictionary that...

    you can checkout the Actionscript Dictionary that should have come with Flash 5 or you can view the online version here:

    http://www.macromedia.com/support/flash/action_scripts/
  22. your animation will be much smoother at 50fps on...

    your animation will be much smoother at 50fps on some computers, the recommendation is only if you are concerned about reaching a broader audience. not everyone is running 1GHz machines with monster...
  23. Replies
    2
    Views
    546

    by the way, the link you gave doesn't lead to...

    by the way, the link you gave doesn't lead to animation that shows the effect you described.
  24. Replies
    2
    Views
    546

    you are right about needing two layers, you just...

    you are right about needing two layers, you just need to extend the timeline of the first layer to the end of the animation, or at least until you want it to disappear. if there are no frames, the...
  25. Replies
    3
    Views
    602

    thanks szpakoli, that helped me out too!

    thanks szpakoli,

    that helped me out too!
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center