A Flash Developer Resource Site

Search:

Type: Posts; User: dinkledorf

Page 1 of 13 1 2 3 4

Search: Search took 0.10 seconds.

  1. Finished product

    I could've just as easily applied the particle
    effect.

    I just wanted, for all the effort to get there,
    something more than just a static image.

    Thanx.
  2. Got it.

    swrzzzz, I don't know enough from your
    explanation to figure out where/how to
    start. Perhaps if you provided an example.

    Chris, I got yours working. I was applying
    it to the clip. I kept...
  3. Help: Tile, Duplicatemovieclip, actionscript

    This code works in Flash and in Swishmax
    and bombs in Koolmoves:


    onclipEvent(load){
    for(i = 0; i < 25; i++) {
    _root.tile.duplicateMovieClip("tile"+i, i);
    _root["tile" +...
  4. Replies
    13
    Views
    1,313

    True enough...

    Even in the example shown, the type is large.

    It is better suited to headings than paragraphs. However, when it's
    headings or larger first letter word lead-ins you're working on, it can be a...
  5. Replies
    13
    Views
    1,313

    Other ideas you might consider...

    This article was written for Adobe Illustrator,
    but, is not something that can't be tried in
    other applications:

    Professional Stroked Text

    This might prove a useful article for bitmapped as...
  6. Replies
    6
    Views
    5,624

    Other useful and related links...

    On mouse events:

    Flashkit Thread on Mouse Events (KoolMoves board)

    Actionscript in General

    Nice (User Friendly) Newbie Actionscript Tutorial

    Actionscript Tutorial Links
  7. Replies
    1
    Views
    380

    Vector Graphics

    From the KoolMoves Help:

    "The following applications are recommended for saving drawings in a vector format that can be imported into KoolMoves: Sun Star Office (http://www.openoffice.org),...
  8. Replies
    6
    Views
    5,624

    Here's what I found on this subject...

    There's a thread here (actionscript.org) which discusses this in some detail
    and MIGHT prove informative:

    The post is as of March, this year (2006):

    Firefox - getURL problem

    I haven't...
  9. Replies
    6
    Views
    5,624

    Firefox v 1.5.0.4 (STILL not working)

    Stable enough?

    Either way, it may most likely be a firefox problem.

    So, I'll go bother them instead.
  10. Replies
    6
    Views
    5,624

    GetURL not working in Firefox 2.0b rc2

    Not working in Firefox.

    Works fine in IE.


    on (release) {
    getURL("http://www.yahoo.com","_blank");
    }

    applied to text (or shape)
  11. Replies
    12
    Views
    1,009

    One last question...

    What's the difference between scripting under

    "properties/actions/actionscript"

    compared to:

    going into "Frame Actions / Sound"

    and putting the actionscript there instead?
  12. Replies
    12
    Views
    1,009

    I get the "dated" reference. I know script is...

    I get the "dated" reference.

    I know script is always changing from one version of Macromedia
    Flash to the next.

    The implementation of "Filters" in the more recent versions of
    Macromedia Flash...
  13. Replies
    12
    Views
    1,009

    I've seen (and used this code before. In the...

    I've seen (and used this code before.

    In the Flash code, there is no explicit reference to "this"
    which I also tried and no reference to "Math.floor" or
    "Math.random".

    ...
  14. Replies
    12
    Views
    1,009

    It's not that I don't appreciate what you've...

    It's not that I don't appreciate what you've done, Chris.

    I do.

    I'm simply trying to understand it.

    If that equates to taking the fun out of it,
    I apologize.
  15. Replies
    12
    Views
    1,009

    Followup

    Part of the reason I tried cut and paste with
    the actionscript is that you, Chris, in previous
    posts, had mentioned how it was possible to
    port Flash Script unmodified over to KoolMoves
    and it...
  16. Replies
    12
    Views
    1,009

    Question...

    From an example which simply randomly sets
    the alpha setting from 1 to 100, the x value
    from 1 to 50, and the y value from 1 to 50,
    your example seems a lot more involved than
    the code example...
  17. Replies
    12
    Views
    1,009

    Simple random movement script

    Here's the example:

    Random Movement Tutorial

    It contains the following code:


    onClipEvent(enterFrame)
    {
    _alpha=random(100);
  18. Replies
    29
    Views
    1,233

    Thanks, Peter

    That'll make a difference.
  19. Replies
    29
    Views
    1,233

    Suggestion

    The only thing I would add to your tutorial is that,
    as Bob has mentioned and the point on which my
    efforts crashed, make sure that,

    under File/Preferences,

    on the "Drawing/Selection" Tab
    ...
  20. Replies
    29
    Views
    1,233

    Great Tute - blanius

    On to the next headache ... umm ... opportunity ...
    no ... challenge...

    :-)
  21. Replies
    29
    Views
    1,233

    Eureka!

    As best I can tell. Identical:

    Kool Moves - Morph (using XaeroX and Bob's recommendations)

    Macromedia Flash Morph

    The difference between Koolmoves and Macromedia may be that
    possibly...
  22. Replies
    29
    Views
    1,233

    I agree in part. - XareoX, Bob

    Thanx for the clarification and the example.

    That's going to be a big help for me as well as everyone else who's
    been trying to make sense of morphing.

    A big help and a useful contribution.
    ...
  23. Replies
    29
    Views
    1,233

    Good Point, Chris

    I'm not complaining though.

    I bounce between Macromedia Flash, Swishmax, and KoolMoves
    taking the best of each.

    With a little Swift3d thrown in for good measure.

    Quite happy with the price...
  24. Replies
    29
    Views
    1,233

    Morphing - Difference

    This is an example from Macromedia Flash.

    All I did was create shapes and shape tweens.

    Macromedia Flash Shape Tween (Morph)

    This is the end result of, essentially the same process in...
  25. Replies
    29
    Views
    1,233

    Re: Morph Source

    P.S.

    I looked up Morph Source in the index.

    It doesn't mention the File Preference check.

    And, perhaps either as a tip when Morph Source
    is clicked on or as an error message, it might be...
Results 1 to 25 of 325
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center