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




Www.grow-style.com



Hi all,
can someone please help me with effect like on http://www.grow-style.com/
All the movie clips are placed all over the width of the window also
when the size of the window is changed.
Thanks for any idea.



FlashKit > Flash Help > Flash ActionScript
Posted on: 05-22-2005, 10:34 AM


View Complete Forum Thread with Replies

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

It Needs To Grow
Im trying to maka a mc grow when the mouse is over it.

basically script needs to be like....

on rollover
if this_mc's width or height is less that 200
increase its width and height by 5
until it gets that big

I tried various ways of doin it "wrongly" but the only way I can think of doing it is by nesting ON handlers, which isn't allowed

Frantically flickin through a Colin Moock book....
Teoma

Grow Box
Hi guys,

Can someone help on this script? Ho do you make the bouncing effect of the box http://otradesign.com/flash-index.htm ? I know how to make gro but the bouncing effect?

TIA!

Make It Grow
i am tring to make a map MC that when the user clicks on it it will zoom up and when click close it will shrink to the beginig point were it started. when it is zoomed up if you click on arrows it will pan.

the only example i have is from another site.
hellocode.com
then click on the calendar exampel.

Load Then Grow
http://www.actionscript.org/showMovie.php?id=754

Coudl someone help me with the above file? How can I get the grey box be the final image. What I mean is how can I make my final image grow instead of a grey box then the image.

Thanks!

Inexplicable Grow...age...
Well, I'm working on my first Flash game, and I've gotten as far as drawing the main character, and i have been trying to create the "idle" animation for him. The animation works out fine, but when i turn it into a MC, there's a point where it just inflates, and then shrinks instantaneously when it gets to a keyframe. This is really annoying, and really weird. Can anybody help?

[F8] I Can't Get My Loadbar To Grow
I used the following code for a preloader, but cannot get my loadbar to grow

onClipEvent (enterFrame) {
var mctotal = _root.getBytesTotal();
var mcloaded = _root.getBytesLoaded();
var percent = Math.round((mcloaded/mctotal)*100);
var per = int(percent);
percentage = percent+"%";
this.loadingbar._width = (per * 4.34)
if (percent>99) {
_parent.gotoAndPlay(2);
}
}

[F8] Tree Grow
Im currently re-designing my portfolio and I definatly need some help!

What I want to do is attach about 11 different MC's (1 for work, 1 for contact etc etc..) so when you click work, it attaches the WORK MC

In each movieclip I want to have a tree growing (example Tree Grow) each MC will have a different tree animation.

What I want to do is have the 'stage/screen' follow the red line, so it sways and grows along with the tree growth (tree will be longer in lengh)

I have seen this done by attaching a MC to act as a positional point X,Y (coordinates)

then when it moves along the red stroke, acting as a path, the screen/stage will follow it.

Then when you click for another area for example contact, it attaches a new MC and then it grows again, so it will continue to move up and up

obviously my flash skills are limited, so I really need some help!?!?!?!?!!!!!!!!!!!!!!

if anyone can point me in a direction? or has done this before and can help me out??? PLLLLEASE!!!!

Thanks

Grow Shape
Sorry, this is a x-post...as maybe this is more appropriate here. I still cannot get my head around how FLASH thinks....but, I want to create a scene where a shape grows vertically...sort of like a bar graph. I looked
at the motion presets...but, can you give me a hint on what sort of script I need to devise? XP CS4

Make My Box Grow.
hey guys. could someone help me out with how to make a movie clip expand in width and height and then stop when it reaches a certain size?

thanks.

How To Load And Grow
I would like to make something to load and grow on individual SWF, but I don't know where to start. Please view this flash site at http://lifethroughpictures.com

Btn Grow Insize
Embarassing i know...

Can i get some help i need to roll over a movie clip and have it expand to 50% IN size.

Make My Box Grow.
hey guys. could someone help me out with how to make a movie clip expand in width and height and then stop when it reaches a certain size?

thanks.

How To Load And Grow
I would like to make something to load and grow on individual SWF, but I don't know where to start. Please view this flash site at http://lifethroughpictures.com

Load Then Grow
http://www.actionscript.org/showMovie.php?id=754

Coudl someone help me with the above file? How can I get the grey box be the final image. What I mean is how can I make my final image grow instead of a grey box then the image.

Thanks!

Grow On Hover
Hi,

I want to be able to make parts of a graphic 'grow' (i.e. come out at you) when you hover over them with your mouse, and be a link at the same time, but I don't have a clue how to go about it!

Anyone?

How Can I Grow A Tree?
I'm a newbee to Flash. I have a client who wants to grow a tree. Any suggestions on where to start and  grow lmbe?

Michael

[?][grow Then Function]
Last edited by KNGZero : 2004-01-23 at 16:28.
























www.kx2web.com/zenogen
click URBAN, click any item

I've been boggling around figuring out how I would start a function (ie. loadMovie) after the box has stoped growing.The movie that would load is based upon a variable loaded form the items on the right side. Can anybody help me out. Or if there are any other idea's let me know.

The first frame of an MC.

ActionScript Code:
newboxSize = box._width;
function ease() {
    boxSize = -box._width;
    difx = boxSize+newboxSize;
    box._width = box._width+difx/10;
}


The second frame:

ActionScript Code:
ease();


The third frame:

ActionScript Code:
prevFrame();
play();



-King, boggled?

Grow Then Load?
Hello,

I am working on my portfolio and this is what i have so far.
http://www.24-7studios.net/Resize.html

I am going to load each page as a level and i know how to do that. I was just wondering what the script would be to make it not load untell the box has grown 100%. Also if i can make it so that each page animates out and then resizes. I know the tell target script for that just whats the sript to say do this before grow and then dont load tell grow 100%. Sorry if the confused you.

How Can I Let The Pollbars Grow Dynamically ?
Hi there,

I am creating a simple poll in flash with a php poll-script. With bars that give the result.

How can i let the pollbars grow dynamically depending on the poll results?
For example;
Let say there are 3 question with the following results:
Q1:50%
Q2:30%
Q3:20%

Now i want my pollbar1 to play from frame 1 to frame 50 i.e. the result of Q1 and stay there.

And i want my pollbar2 to play from frame 1 to frame 30 i.e. the result of Q2 and stay there.

And i want my pollbar3 to play from frame 1 to frame 20 i.e. the result of Q3 and stay there.


Any suggestions??
Greetz,
D-flyer

Making A Mask Grow - Help Please
I have just started to learn actionscripting and need abit of help on this.

I have a square box (called main) and in the centre of this I have placed a small square mask (called mask).

When I click my mouse I want the mask to grow so that It becomes the same size as main. This is what I have right now and nothing happens

onClipEvent (mouseDown){

_root.mask._x = _root.main._x;
_root.mask._y = _root.main._y;

}
really need some basic help here!!

Please Can Someone Make My Mask Grow?
I have a square box (called main) and inside this box I have a small square mask (called mask). The code below makes the mask expand to the size of main on the click of my mouse

this.onMouseDown = function(){
_root.mask._height = _root.main._height;
_root.mask._width = _root.main._width;

}

But,,,,

I want it to gradually grow to the size of main so that u can see it grow.

Someone please help

Grow On Right Side Of The Object
How can i make this possible? I have an object on the stage which i want to grow on the right side of the stage only. But this grows from the centre. wat shud i do to make it grow on the right

Here is the attachment.

Rgds
Bhaskee

How Do I Make A Square Grow.
I have a movie clip that I want to grow until it's as tall as my movie. What would the code look like for this. I'm having trouble incrementing the _height of the box.

Shapes / Hotspots / Grow...
Ok, I've just bought SwishMax....
I want to have a map of an island, hover over certain (irregularly shaped) areas and make the shape grow towards the screen when the mouse hovers over it. Can someone point me in the right direction?
I have a main .gif background and each area in a separate gif, can anyone give me a clue??

Thanks

Making A Plant Grow
Hi,
I'm trying to create a small movie where a seed falls to the ground, grows roots and then a stem and eventually leaves. I can't for the life of me figure out how to make everything grow without it being jerky. Is there a way to do this that isn't totally hard? I'm using Flash 5.

Thanks!!

Square Box Resize/Grow
How would I do this: http://www.iownthesky.com/ if you click on for example the "Portfolio" link and then "Print" the display boxes seem to resize/grow with a little bouncy effect?

If anyway can replicate at least on square for me, I would be really really greatful thanks!

Grow An MC Without The Text Inside.
hi,
i got an MC with a TextField inside it.
can i make the MC grow (dynamicly with AS -> MC._width += 100)
without the text inside it?

Avi.

Making It Grow From The Center
so I have created an empty movie clip
then drawn a filled rectangle in it,
but i want this rectangle to grow/expand

if i did this with frames it would seem to expand from a center point.

when i do this via the _xscale and _yscale
it expands from the upper left corner

how do i get it to expand from the center? is there a way in actionscript to change the registration point of a movie clip to its center? am I right that the registration point is the problem, please help

thanks

Picture Grow On Mouseover
OK. Super n00b here. I don't understand how to make a picture grow on a mouseover. I know it's simple. I just can't get it. Would someone please he'p me!

Thanks,
charley

Dynamically Grow In Height
What I would liek to do is on clicking a + button, the box as in a box on a graph, grows by x (one click), but rather than it jumping from say 0 pixels to 10 pixels, I was wondering if there was a way that it could slide from 0 to 10 smoothly?

Cheers

lee

Grow & Shrink Using Actionscript
Hello,

(I used to have a .fla that did this but have lost it - any help greatly appreciated)

I'd like to make a movie where by a movieclip (e.g. a circle) grows and shrinks dependent on the proximity of the mouse pointer - for example if the mouse cursor was directly over the circle it would be 100% of its size, but would shrink corresponding to the distance of the cursor.

Any ideas or advice would be great,

Thanks,

Tim

Making Images Grow
Hey Everyone,
I need help making images grow for when the webpage opens and I am new at Flash(well I've actually tryed it for a while, now I'm just actually learning it) Does anyone know any good tutorials for this or can explain it in baby terms.
Thanks,
Corey

Making Lines Grow
I'm new to flash, and I've been working on a presentation for school. What I'm trying to do is make a line draw itself from one circle to another. I'm kinda stumped on what to do since I'm new to flash and I'm just learning as I go along.

All I can make the line do right now is a motion tween that moves a tiny line from one circle to another and then snap to the two circles, which looks really bad. I can't get it to grow from one circle to the next. I'm using Flash Pro 8 if that will make a difference.

Mouseover Help - Grow And Shrink
Could anyone help me with coding a bounce on a mouseover... as in have an object grow slightly larger on mouseover and return to normal size on mouseout?
Any help is greatly appreciated...

Variable Grow, Acceleration
Hi
how to make acceleration in flash for some object.
My main problem is that I dont know how to keep variable growing by some coefficient.
I maked some code that should grow and it only repeats the same number


Here is one of my many code tries.

Making Things 'grow'.
Hello.

I'm trying to recreate that classic 'growing' lines look, seen so many times. You know the one where a line draws itself out, done easily in After Effects etc but I have no idea how to do it in AS3.

Any pointers would be great.

A.

Make An Image Grow?
Hey how's it going? I want to achieve an effect like the one below I'm using tweenlite can anyone give me some advice? please


[url="http://www.youthtravelgroups.com/"]

Resize & Grow Movieclip
http://motion-wave.com/

Hod does he resize his movieclip? I am assuming that he
loads every section from a separate .swf and that he
uses a placeholder mc that resizes depending on the
dimensions of the .swf? Maybe I am wrong? Any suggestions
how to do this?

Grow Thumbnail Scale
Interested in how this was done. See "press section" at http://rebeccataylor.com/rt_main.html

I have this, but the resolution doesn't stick as I scale up.

mc.onRollOver = function() {
this.targetScale = 110;
this.onEnterFrame = adjustScale;

}
mc.onRollOut = function() {
this.targetScale = 100;
this.onEnterFrame = adjustScale;
}
function adjustScale() {
this.scaleSpeed += (this.targetScale-this._xscale)/6;
this._yscale = this._xscale += this.scaleSpeed;
this.scaleSpeed *= 0;
if ((Math.abs(this.targetScale-this._xscale)<1) && (Math.abs(this.scaleSpeed)<1)) delete this.onEnterFrame;
}
mc.scaleSpeed = 0;

thanks

How To Make Shape 'grow'
I still cannot get my head around how FLASH thinks....but, I want to create
a scene where a shape grows vertically...sort of like a bar graph. I looked
at the motion presets...but, can you give me a hint on what sort of script
I need to devise?

Making Vines Grow
Hey everyone, i've been looking all over the net on how to make vines grow in flash, but no luck. The ones I have found I don't understand how to create it. Any one have suggestions or tutorials where I can be pointed to.

Thanks

antegrav

Making Vines Grow.
Okay so i have searched the whole forum and still have not found what i am looking for. Basically i was vines just to start appearing like
http://simonetdesign.com
I really have no idea how to do it and its starting to really annoy me seeing as i have tried to make it but failed. If anyone has the awnser i will be so grateful

Make Things Grow
Anyone know of a tutorial on how to make things ( plants) appear to grow in flash? I've seen some sites use it and I have a project that I'd like to use it on.
Thanks!

Spin And Grow With Text...
Greetings,

I am not sure that I qualify as a noob, I am just getting into territory I have not visited before.

I have assumed responsibility for a flash project at work. It was a jumbled combination of old techniques. I am re-writing the whole thing in AS, instead of using the dozens of symbols and tweens. So far, everything is going well - but now I need some guidance.

Let me describe what one of the old tweens does - and then see if you can help. Basically, it is a square with some text in it - looks like a piece of notebook paper. The user clicks on a picture of a file cabinet and the piece of paper appears, very small at first. Then it grows and spins around 360 degrees until it reaches full size. So it is sort of flying out from the file cabinet.

I want to re-create this in Action Script. First I want to draw it. I can handle that. Then I want to spin it 360 degrees. I have never done that, but I'm sure it's easy. If you point me in the right direction, I'll be fine. The hard part is that it has text on it. I want the text to grow and spin along with the page. If I create the box, and then create a text field with certain fonts and sizes, won't these be fixed? How can I make the text field grow and spin at the same rate as the box?

Thanks for your help!!!

-Matt

Grow And Shrink Mouse?
Ok so i have a custom mouse on my site, and now im trying to make it so that the mouse grows and shrinks depending on where it is on the screen. Example : The mouse is at the bottom of the screen so it is bigger, the mouse is at the top of the screen so it is smaller with consistent fluctuation between. Or, The mouse is regular size at top bottom left and right and all other edges of screen, but as it moves closer to the middle it shrinks. Any help on how to do this?

MC Width And Height Grow
I'm certain that a thread has been started on this before but I can't find it. I want to have a MC grow when another MC is clicked on and then also be able to shrink back up with click on again. Can somebody please help me?

Shrink And Grow Effect
Hey all,

Quick question. I am working ona n intro page and Id like tthe logo to start out large and shrink down little by little and then explode back to its full size.

Would the best way to accomplish this be going frame by frame and using the free form tool to shrink down the text?

Or is there a better way or method someone can recommend?

Any help would be greatly arrpeciated.

Thank you.

Patrick

Image Load Then Grow?
I'm working on a friends photography website. If anyone cares to look at the obvious problem that I'm running into here is a temporary link to what I've done so far.

Example

It works fine on my computer when I was working on it. There should be an rectangleI'm not getting any growing window and my images are loading with the top left registration point in the middle of the movie.
What I wanted to do is import the images into the movie-convert to movieclips and then attach them. I'm very novice at Actionscript but trying to learn. The current button use this script.


ActionScript Code:
btn1_btn.onRelease = function() {
        loadThenGrow("images/fashion/fash_01.jpg");
};


Would attaching movieclips work here and how would I put it in? I've tryed attachThenGrow but I know that I'm missing something.
Any help would be greatly, greatly, appreciate

Load Image Then Grow
Could anyone please help me understand the scripting behind the load then grow effect that has been popping up in a lot of sites recently. I first say the effect on twinphotographie.com. I've tryed a few things but haven't had much luck. I'm new to actionscipt and would appreciate any help. basically you're loading an external image or .swf and the frame expands to the dimentions of the new content.

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