ActiveDen

Animflag

  • Has been a member for 5-6 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 100 and 499 items
  • Poland
JackSparrow says

wow, very nice!

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Europe
rocksil says

interesting…. :)

4 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 1 and 9 users
tabaheee says

....... wow… i dont believe its done via Script. :: Good Work ::

4 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
SeanD says
Purchased

Can you please explain how you can change the picture?

thanks

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 10 and 49 users
Icaro says
Author

Change picture:

Placed image or movieClip in the library, No in stage.

Create a linkage name fot this. (right mouse in icon image library).

In linkage Propieties mark ActionScript Linkage and Export frame 1.

Place this name created in the inicial parameters in code.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
braylark says
Purchased

Hi, great file. Instead of calling the movieclip from the library is there way way to reference the instance name of a movie clip on the stage and apply that animation to it? When I try replacing “mc0” with “this” it allows me to do that however I get the flag animation along with another image of the flag that does not move. Also it appears that parts of the flag get cut off when I try this.

I have an animation where the flag will animate onto the screen so I need to have this functionality flawless. There will be multiple flags on the screen .. however that shouldn’t make a difference.

Also, is it possible to make the flag a clickable element … such as a button

4 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
braylark says
Purchased

ok i got most of it working now. however it still duplicates the movie clip .. one is animating the other isnt ??? any ideas

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
MichaelLesko says
Purchased

Anyone know how to “fix” the top of the flag so that it does not move (as if it were attached to a horizontal flag pole) and make the flag wave from top to bottom instead of left to right?

I’d be very grateful for anyones help! Thanks.

Michael

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 10 and 49 users
Icaro says
Author

braylark:

Each instance is independent, it is created for prototype. Calls can become multiple each join with parameter his different. The resulting movieClip is delivered with the same one name of origin and with the added _Fly: Image of origin: “myflag” Resulting Movieclip: myflag._Fly

Examples:

flyFlag(“spain”, 200, 5, 2, true); spain_Fly._x= 50; spain_Fly._y= 40; flyFlag(“australia”, 180, 7, 1.6, true); australia_Fly._x= 420; australia_Fly._y= 40; flyFlag(“flashDen”, 180, 4, 3); flashDen_Fly._x= 220; flashDen_Fly._y= 140;

That places 3 distinct flags and with different movements on the stage.

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 10 and 49 users
Icaro says
Author

MichaelLesko:

I have responded to your questions with email.

4 years ago
  • Has been a member for 5-6 years
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
aleflash says

very very nice.

4 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Alexi says

Hi,

can I change the size of this movie? Making it the same size of one flag?

thanks

4 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
vwguy says

Can the size be changed for the flag? I need a larger size.

3 years ago
  • Has been a member for 3-4 years
  • Germany
gkjdsa says

Nice work!

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
gourangie says
Purchased

Hi Icaro,

excellent file!! Excellent little script. Don’t suppose anyone can think of a way to decrese the value of the velocity each second so that the flag gradually becomes a paused image. Cheers

3 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
Carmelogfx says
Purchased

How Do I change the size and create the shape needed to create the effect? Plz don’t tell me I waste my money on this

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
fyoucher says

Hi There, Is there a way to anchor BOTH sides so that only the middle of the flag waves? I notice that two of the flags in your example has the left side anchored. The FlashDen logo flag has both sides waving. Is it possible to anchor both sides? Please let me know as soon as possible. Thanks.

2 years ago
Author
Icaro Icaro replied

Mail sent to the requested changes. ;)

1 year ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
mwasko says
Purchased

Can I reverse this to go from right to left?

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 1 and 9 items
newOcean says
Purchased

First off, nice work.

I’ve got a bit of hold on this, but I can’t figure out how to kill the function and keep the image visible. In other words, how do I stop the animation?

As of now, my solution was to write some additional code setting the alpha to zero on the animated MC. I simultaneously loaded a static image of my ‘flag’. Obviously, this creates a sharp chop in transition.

Here’s what I got, though I’m sure you can visualize it: http://flashryan.com/animFlag/

Any help would be appreciated.

Ryan

1 year ago
Author
Icaro Icaro replied

Send an email to send you the code for vertical anchor of the flag and soft stop.

1 year ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
alisonmay says
Purchased

This is really nice! Is there any way to update it to AS3 ?

3 months ago

by
by
by
by
by