Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




A Growing Flower Or Three



I want to learn how to program a growing flower; any resources please!
Thanks



ActionScript.org Forums > ActionScript Forums Group > ActionScript 3.0
Posted on: 08-29-2008, 09:48 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Flower?
hit refresh and get a new flower.

http://www.nebulouscore.com/examples/lineSegments2.html

3d Flower
Hi guys.. quick question...what program do they use in order to make a 3d flower and when you click on it the petals start to bend and opening? Thanks

3d Flower Tutorial Help
I have tried the 3d flower tutorial once and got an error so I just erased it and tried again and am still getting the same error If anyone can help me I'd be a happy happy man :-) I'm using flash MX 2004. FLA is attached...Thanks in advance!

V. Ramraj's 3D Flower
i'm only just getting into flash (to make a snazzy website for my band) and i wanted to use this tutorial to make a menu.

http://www.flashkit.com/tutorials/3D...-801/index.php

the only thing is, there's more petals than what i need (i only need 6) and the tutorial doesn't say anything about putting buttons on the tips of the petals...

is there anyone able to help me out?

thanks,
jon

Flower Trick?
I am trying to do an effect of flowers, I will try to explain best I can but if you have questions or need more detail please ask.

I want to have an effect where rose petals come out of the center of the screen at the person viewing the site "3d effect". To give best visual I want it like in the movie American beauty just the rose's and petals. Can someone help me out on this please? It would be timed to go for awhile then stop, I am using it on an intro.

Anyone?>

Thanks

Please Help Me Animate My Flower
Hi,

I am fairly new to Flash, not very familiar with actionscript at all! I am trying to animate the attached flower. I would like it to open up if that makes sense. Please advise me of the best and easiest way to do this. I understand that I may need to use Photoshop first.

Any help would be very appreciated.

Thanks,

Helen

Please Help Me Animate My Flower
Hi,

I am fairly new to Flash, not very familiar with actionscript at all! I am trying to animate the attached flower. I would like it to open up if that makes sense. Please advise me of the best and easiest way to do this. I understand that I may need to use Photoshop first.

Any help would be very appreciated.

Thanks,

Helen

Flower Movie
Se attachment.

I want to make a movie clip where this plant/flower looks like its moving.
The leafs slowly moving. Is there a way to easily to this?
i tried to do motion tween and bend the leafes but failed.

im stil desperatly waiting for a reply on !!
http://www.kirupaforum.com/forums/sh...ad.php?t=64185


Thanks for helping

3D Flower Interface
Hey there,

I've been recently asked to do an interface from this file(view the attached file).

The file was from ultrashock, anyway my client wants the interface to appear instead of the circles.

Is there any easy way to change the circle to movie clips/buttons?

I would also like to have the 3d flower rotated randomly after being selected and the interface will zoom into the selected link and the sublink will pop up from the selected link.

I've been told by my friend that it requires XML but I think there's gotta be an easier way.

Can anyone understand what i'm saying? haha. oh well. I hope someone can help me out on this. Thanks in advance.

Kelvin

AS Help To Draw A Flower
hello everyone.
i have been trying to find a actionscript to draw a tribal like Flower with Actionscript. i Would like it to look like someone is actually drwing it on the scene.the only thing i found until now is either a frame by frame thing or where the lines are visible right after the movie is loaded. im pretty new to Actionscript also. if someone could help i would appreciate it.
i hope my english is understandable.

thanks

dmormos

Flower Petal
I've looked all over the stupid internet for help with this one. The best things I came across were Kirupa's snow (which wasn't transferable to flash 8 cuz the "rad+="). The other stuff I found were just snippets of code on making a sin motion like a pendulum clock.. which were still out of date.

That's what I'm trying to create with blurred motion later on:

http://img451.imageshack.us/my.php?image=petallq8.swf

I tried using ZigoEngine's _bezier_, which worked with a couple of objects but it lagged like no other when trying 10+.

any help would me muchas awesome.

Flower Movie
Se attachment.

I want to make a movie clip where this plant/flower looks like its moving.
The leafs slowly moving. Is there a way to easily to this?
i tried to do motion tween and bend the leafes but failed.

im stil desperatly waiting for a reply on !!
http://www.kirupaforum.com/forums/sh...ad.php?t=64185


Thanks for helping

Flower Power
Hello,

How would I create a flash navigation from the petals of a flower. What I want is that each petal (5 petals in all) will be labeled then when the user hovers over a petal it will make the whole flower-head spin around very fast and back to the petal they hovered over. Then that petal will contain an image of something that that section contains. When the user clicks on that petal they will go to that section.

Does anyone know an easy way to do this in flash?

Thanks for any help in advance.

Game: Chasing A Flower
Hi all
I'm working on a new site of a restaurant and we decided with the client that we should make a game that anyone who wins gets a free bottle of wine in the restaurant. The game is as simple as this:
In the screen there is a flower that moves on rollover. Whoever manages to click on it gets a free botle.
i use the following code:


ActionScript Code:
this.game.inv.onRollOver = function() {
    var xcoord = randRange(30, 970);
    var ycoord = randRange(30, 570);
    onEnterFrame = function () {
        var xmove = xcoord-this.game._x;
        this.game._x += xmove/5;
        var ymove = ycoord-this.game._y;
        this.game._y += ymove/5;
    };
};
this.game.flower.onPress = function() {
    congrats = "congratulations"; //In the real game when someone wins a contact form will appear)
};
function randRange(min:Number, max:Number):Number {
    var randomNum:Number = Math.floor(Math.random()*(max-min+1))+min;
    return randomNum;
}

The instance "inv" is an invisible circle which is a little bigger than the flower itself, because i discovered that whithout this, it was too easy to win.

I have a couple of questions:
1. Is it possible in slower pcs the game to become easier?
2. Can someone hack this?
Thanx in advance
The game can be seen here
I attach the fla

Blooming Flower Idea.
Hello guys & gals,

I am trying to figure out the best way to make a flower bloom in flash. Ideally I would like to have a photo quality image flower bloom.

Here is an example of a flower that I would like to bloom.



I was thinking that if I kept the center of the flower (the core) in it's exact proportions. While having the outsides be perspected in there respective directions with a small shadow applied, might be the best way for the flower to look closed, and then flattening the image out would make it appear to bloom.

But I am looking for some better ideas, and some implementable ideas.

Does anyone have any?

Case

'planting' A Flower In Flash
hi,

I dont know how best to describe what im after then to point you to this website:

http://www.flowersforhope.com/garden/

I want the user to be able to 'plant' an item where ever they choose in almost the same type of environment as the site above.

so of course server and client coding is required :S but does anyone have an fla of something similar or a tutorial they can point me to

Thanks

Blooming Flower Idea.
Hello guys & gals,

I am trying to figure out the best way to make a flower bloom in flash. Ideally I would like to have a photo quality image flower bloom.

Here is an example of a flower that I would like to bloom.



I was thinking that if I kept the center of the flower (the core) in it's exact proportions. While having the outsides be perspected in there respective directions with a small shadow applied, might be the best way for the flower to look closed, and then flattening the image out would make it appear to bloom.

But I am looking for some better ideas, and some implementable ideas.

Does anyone have any?

Case

Interpreter Error When Trying The 3D Flower Tutorial
g'day.

trying to do the following tutorial, to get some practice in 3D-2D within Flash 5;

http://www.flashkit.com/tutorials/3D...01/index.shtml

And whenever I run, i get the following error;

Error: A 'with' action failed because the specified object did not exist.

So basically I'm looking for anyone outthere who has worked through this tut, to see if they had any probs, (the object it falls over at is within the 'render' function, whenever it tries to update the vertex objects. itcant find the vertex object I think)

If no-one outthere has done this, any information on this error would be greatly appreciated.
i.e. does this mean my original creation is messed up, and if so, why doesn't it output this error?


Hope someone can help, many thanks

Bazz

Looking For 'flower Menu Interface' Inspiration..
Hi All,

Thinking of developing a nav system which is based on the growth of a plant into a flower whos petals will grow into the buttons. At this early stage I'm looking for inspiration. Does anyone know of anything like this. I'm using MX.

Thanks

Rob

Masking To Reveal A Flower Or Branch...
Hi,

Ive read many threads about masking and am quite familiar with the basics. What I am wondering is the best way to reveal the branches of a tree so each branch and leaf slowly appears one at a time...a circlular or square mask looks unnatural. Is it simply creating a mask for each branch, or is there a better way using AS to have a smoth revealing effect?

Any help would be greatly appreciated.

Thanks

Robert

AS3 Version Of Flash 3d Flower Tutorial
i recently completed translating the AS1 code to AS3 for this tutorial
http://www.flashkit.com/tutorials/3D...-801/index.php

very cool tutorial, i learnt alot about creating 3d in 2d space and just wanted to contribute!

have fun!

Making Pedals On Flower Grow?
Hey everyone Im working on a personal profile website right now for myself and I think Im going to do it all in flash, Ive drawn it out in Photoshop and really like the layout. anyway one of the main elements is going to be a flower which I would like to make it look like its growing, I tried breaking the picture down to so it wasnt a symbol anymore and shrink the orginal picture but it didnt work it just multiplied the little flower picture a bunch of times. How do I go about this?
Thanks
Fidelity

Make The Flower Petals Fall Apart?
Hi, I am new at this forum. I am stuck with a flash project I am supposed to work on, which is to make the flower petals fall apart. I am not sure how I am going to do that on Flash MX 2004. (I have Flash 8 too - this flash project was originally worked with Flash MX 2004, so if you think Flash 8 would work better for this project, let me know then. thanks.)

Do you have any helpful tips that would make the flower petals fall apart? Thanks!!

P.S. -- I am a beginner-intermediate Flashster...I am not expert with ActionScript yet.

Making Pedals On Flower Grow?
Hey everyone Im working on a personal profile website right now for myself and I think Im going to do it all in flash, Ive drawn it out in Photoshop and really like the layout. anyway one of the main elements is going to be a flower which I would like to make it look like its growing, I tried breaking the picture down to so it wasnt a symbol anymore and shrink the orginal picture but it didnt work it just multiplied the little flower picture a bunch of times. How do I go about this?
Thanks
Fidelity

Cool Flower Motion Mask...
Hey guys...

I am working on a flash site about nature etc and wanted to put in what i thought would be a simple mask tween. I have photographs of flowers and i have vectored them, and want to mask them so they look like they are 'growing'. Its a real cool effect and i cant make it look good atm.

does anyone know of any sites, tutorials or tips on how i can get this done?

.Click here to get an idea of what i am after...

then go to the "visit" section, then click on "schoener arbeiten" and look at the left side panel. That is almost what i was after.

Thanks in advance...

Effect On A Bitmap Image Of A Flower. Needs New Ideas.
Hi!
I have a bitmap image of a flower. I want make some effects which shows that this flower opens or grows up over some frames. the image shows only the center of the flower and it's leaves.
I'm thinking and thinking.

Have someone any good ideas here?

Thanks in advanced.
Mx-guest2004

3D Flower (tutorial:3D In Flash With Cos, Math.sin And Z-axis At OnMouseOver)
from this tutorial:

Code:
http://www.flashkit.com/tutorials/3D/3D_Flowe-V_Ramra-801/index.php


i did the whole tutorial perfectly.
But why don't i see anything in the swf file?

The .fla file that people can download from that tutorial from above page, is slightly different. eg: this line is added in the .fla file from the tutorial:

PHP Code:




var variable, buffer, no;







my swf file is:

Code:
http://www.fzvastgoed.nl/pcxpert/page_flower.html
http://www.fzvastgoed.nl/pcxpert/page_flower.swf


when opening the URL, it nags about my 2GB memory (and 250GB HDD space) computer is too slow. That can't be, so the action script is very complicated i think, though, after clicking: 'yes, play the swf file', i see nothing.

my .fla file is:

Code:
http://www.fzvastgoed.nl/pcxpert/page_flower.fla

Growing Arc? Plz Help...
I'm attempting to create some button text effects... i'd like curls to gradually grow out of my an image... how would i effectively create a growing curl as if it is growing out like hair?

Growing Bars
i would like to no how on some peoles interfaces they make the navi bars appear as if they were growing

Growing Rectangle
how do i make a rectangle "grow"?
i want it to be in the same initial position, but to grow frame by frame in the final x positon..

could someone help me?

Help With A Growing Button
Yes I posted this in the noob section also, I hope this is not a violation of the board rules and if so, mods please forgive me as I am new. Just gently let me know and I will learn.

Anyhow, I have this button that I am trying to create. The problem I have is that on the over state I have a MC that plays and makes the button larger, the hitbox stays the original size. Because of this, when ever I come off of the small hit area the button shrinks back down. What I would like to happen is for the buttons active area grow with the size of the button. Any help in this area would be greatly appreciated. I am attaching the .fla of the button. (48k)

Stop The Mc Growing
I got some help with this code which I placed onto a square mc. It roates the square and scales it up but how do I stop it from scaling up too much? I know it has something to do with an if statement but im not to certain on them.code: // create an onEnter
this.onEnterFrame = function()
{
this._rotation += 5; // rotate the mc
this._xscale += 5; // increase its size
this._yscale = this._xscale; // increase its size
};
};
// when you rollOut
square_mc.onRollOut = function()
{
this.onEnterFrame = function()
{
// if it has reached original size
if (this._xscale <= 100) {
this._rotation = 0; // reset rotation
this._yscale = this._xscale = 100; // reset size
delete this.onEnterFrame; // delete the method
// while it doesn't reach original size
} else {
this._rotation -= 5; // rotate the mc
this._xscale -= 5; // decrease size
this._yscale = this._xscale; // decrease size
}
};
};

Growing Plant
How do i make a mask that will make it look like the plant is growing......

I have seen on a few sites this effect that seems to be a growing plant....like the stalk comes up and then branches are unvieled and then leaves....

anyone know what im talking about??

Growing Panes
Came across this great looking site from Fuji Film recently. There's some very clever, but subtle, scripting obviously involved, particularly the FROM FUJIFILM page which shuffles info panes with wild abandon. Any ideas as to how they may have achieved this?


www.forests-forever.com

Growing Button
i have a button movieclip that i made with an mc and an invisible button, etc... anyway, when you mouse over, the mc "grows" upwards about 20px. How can i make the button grow with it? like so you can still mouseover the part of the mc that has grown but have it stay there...

am i too confusing? help is appreciated, thanks

Growing Vine
hi there!
i was wondering if anyone's got a .fla file of the effect of a growing vine? an example would be:

http://www.zefrank.com/flowers/garden.html

thanks for the help! really appreciate it!

Growing Numbers HELP
i need to animate a number.
lets say it starts @ 14,256,325
and then just keeps growing.
example:

14,256,326
14,256,327
14,256,328


can anyone help?

Growing Boxes
can anyone tell me how to make these growing boxes - just the 4 boxes.

See this site

[mx] Growing Boobs
hello!!

will someone help me how to make this image grow her boobs to extreme size..

um.. im verry new to flash and am trying to learn more 'bout it by studying the fla files i see around here but sometimes its a bit confusing..

please help me..
thank you!!

Growing Vines?
Hey Im making a website and I want to have vines sort of grow out from the side. Heres a picture of what the vines look like http://www.spaodesigns.com/www/Innerlight/Sterling.jpg (there at the bottom left). How can I achieve that effect?

[F8] Growing Effect
Hi everyone was wondering if someone could explain how I can use Flash to give a growing effect on screen, example like a branch is growing and leaves are growing on it?

Kyle

Growing Flash Ad?
Hey Guys New to the forums so far been VERY helpfull, Except i have one question which hasen't been answered seemingly.

I am currently wokring on a project thats starts with a small window with a portion of a map on it once clicked the window is supposed to enlarge over the htlm on the document , What i want is to have the small 250 x 230 map enlarge and grow over the html on the page to display the full sized map of apporximately 450 x 500.

How would i go about doing this ? can the canvas size be animated somehow?. Or should i be loading an externalmove?,or simply useing a goto and play frame label? Or am i on the wrong track all together?

Growing A Line
Hi, I'm relatively new to Flash and am seeking info on how to make a curvy line grow regularly in an animation. I have created the final line in Illustrator and imported it into Flash. Is there a way to reveal it, bit by bit, so it appears to be growing regularly, like a vine? Thanks for any info or tutorials you can point me to! BW

Growing A Line
Hi, I'm relatively new to Flash and am seeking info on how to make a curvy line grow regularly in an animation. I have created the final line in Illustrator and imported it into Flash. Is there a way to reveal it, bit by bit, so it appears to be growing regularly, like a vine? Thanks for any info or tutorials you can point me to! BW

Growing Circle
i thought this would be easy but it;s not..

i am doing a spotlight mask and a whole bunch of tween so it looks like a spot light moving around the site. It will then stop in the middle of the site and grow in size eventually revealing what's underneath.

how would i make the circle grow slowly till eventually grows off the page?!

Growing Vine
Hi , I 've been trying to create a growing vine much like this one: http://members.inode.at/554689/fruit.swf. ..can anyone help?
Thanks

Growing Effect
http://www.liquideye-designs.com/main/index.html


i've seen this effect on alot of sites and i would like to know how it's accomplished.....where an animation basically draws itself onto the stage....and when another link is pressed it retracts everything it did ......

1.how is that effect done?
2.when the effect is retracting is that done manually or is it script that tells it to go backwards?? (i dont know so maybe thats why the question seems a lil weird)....

Growing Effect
I want to do a grow effect on this tree:
http://bohner.asdf.pl/tree.png
The effect that Im looking for is similiar to that on tokyoplastic.com or frogz.de (?), Im not sure if the address is correct but, it had a black and blue intro, then in the main there was a frog sitting on some kind of plant that was animated like it was growing.

Im guessing that it could be made by masking but, the effect would come out different than theirs.

Thx for all of your help.

Growing Vine
hi there!
i was wondering if anyone's got a .fla file of the effect of a growing vine? an example would be:

http://www.zefrank.com/flowers/garden.html

thanks for the help! really appreciate it!

Copyright © 2005-08 www.BigResource.com, All rights reserved