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




Tsunami



Can anyone amend this fla so it publishes un F8? Many thanks.



FlashKit > Flash Help > Flash Newbies
Posted on: 10-22-2008, 02:05 PM


View Complete Forum Thread with Replies

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

Tsunami
Is anyone familiar with a tsunami.
If so does anyone know how to build one with buttons in it???
Totally racking my brain this.
G

Tsunami
does anyone know a good beginer tsnumi tutorial?

thanks

Tsunami Help
I'm trying to use the Tsnami effect for a navigation system. I put some functions on the individual text movieclips and nothing I try seems to work. Any suggestions or have another tutorial off hand that does this???

3d Tsunami
Hey guys, was wondering if anyone had a script similar to : http://www.levitated.net/daily/levCy...geDisplay.html

(but with the cylinder tilted into isometric -- eg not viewing from the front but from the oblique top view??

Tsunami
so I'm workin with a tsunami menu.
the fundamentals I'm cool with but how do I add functionallity?
everytime I ad a clip event to each individual movie it still recognises that I'm over or near other movie clips.
So It will open several urls when I only want to open one.
help much app.
cheers


ActionScript Code:
colnum = "1";
startnum = 1;
endnum = 19;
numberofItems = 19;
mouseposX = int(getProperty("../dragscale", _x));
mouseposY = int(getProperty("../dragscale", _y));
i = startnum;
m = startnum;
filledSpace = 0;
gapspace = 0;
if (Number(myInit) == Number(FALSE)) {
    // on first run make an array of all the text Y Pos.
    while (Number(i)<=Number(endnum)) {
        set("textY" add i, getProperty ("text" add i, _y ) );
        i = Number(i)+1;
    }
    i = startnum;
    myInit = TRUE;
}
boundleft = getProperty ("../boundbox" add colnum, _x);
boundright = boundleft + getProperty ("../boundbox" add colnum, _width) ;
boundtop =  getProperty ("../boundbox" add colnum, _y);
boundbottom = boundtop + getProperty ("../boundbox" add colnum,_height);
if (Number(mouseposX)>=Number(boundleft) and Number(mouseposX)<=Number(boundright) and Number(mouseposY)>=Number(boundtop) and Number(mouseposY)<=Number(boundbottom)) {
    while (Number(i)<=Number(endnum)) {
        myDif = (eval("textY" add i) ) - (mouseposY - boundtop);
        // percentage increase
        scaleAmount = 250-((myDif*myDif)/16);
        alphaAmount = 100-((myDif*myDif)/6);
        if (Number(alphaAmount)<50) {
            alphaAmount = 50;
        }
        if (Number(scaleAmount)<100) {
            scaleAmount = 100;
        }
        setProperty("text" add i, _xscale, scaleAmount);
        setProperty("text" add i, _yscale, scaleAmount);
        setProperty("text" add i, _alpha, alphaAmount);
        i = Number(i)+1;
    }
    // *** add up total Y pixels taken by text ***
    while (Number(m)<=Number(endnum-1)) {
        filledSpace = filledspace + getProperty ( "text" add m, _height);
        m = Number(m)+1;
    }
    // *** find total Y pixels not taken by text
    totalheight = getProperty ( "text" add endnum, _y) - getProperty ( "text" add startnum, _y);
    gapSpace = totalheight-filledspace;
    avgDistance = gapSpace/numberofitems;
    m = Number(startnum)+1;
    while (Number(m)<=Number(endnum-1)) {
        setProperty("text" add m, _y, (getProperty ( "text" add (m-1), _y) + getProperty ( "text" add (m-1), _height)) + avgdistance);
        set("watchheight" add m, getProperty ( "text" add m, _height));
        m = Number(m)+1;
    }
} else {
    // *** shrink text back when mouse rolls out
    i = startnum;
    while (Number(i)<=Number(endnum)) {
        if (int ( getProperty ("text" add i, _yscale ) ) >= 100) {
            // return scale back to original state
            setProperty("text" add i, _yscale, int ( getProperty ("text" add i, _xscale ) ) - 1);
            setProperty("text" add i, _xscale, int ( getProperty ("text" add i, _yscale ) ) -1);
        }
        if ( getProperty ("text" add i, _y) < eval("textY" add i)) {
            // return y position back to original state
            setProperty("text" add i, _y, int ( getProperty ("text" add i, _y ) ) + 1);
        }
        if ( getProperty ("text" add i, _y) > eval("textY" add i)) {
            setProperty("text" add i, _y, int ( getProperty ("text" add i, _y ) ) - 1);
        }
        if ( getProperty ("text" add i, _Alpha) > 50) {
            setProperty("text" add i, _alpha, int ( getProperty ("text" add i, _alpha ) ) - 1);
        }
        i = Number(i)+1;
    }
}

The Dreaded Tsunami
has anyone done the tsunami tutorial on here?

I did it and well, customizing it has been a bit tricky... i admit that i should probably be a little better at actionscripting than I am to have attempted this one, but hey you won't stretch if you don't push right?

ANYHOW.... In the tutorial there are 19 items... in my version I have used only 6. Now I have changed what I thought were all the necessary variables and checked and re-checked all of my instance names (that one usually hangs me up) but it just won't work!

It's stops instantly as though the mouse is rolled over one of the objects... but it's just stuck....no movement at all.

maybe there is a better tutorial somewhere... Any advice appreciated...

thank you all very very much.

Julie

Adapting Tsunami As
does anyone know how I'd go about building a tsunami where one object is already scaled large when the site opens and shrinks only when you roll over the others? And then returns to it's large size when you take the mouse out again? eg. in the tsunami all the objects' normal states are small except for one whose normal state is large.
I'm trying to get something similar to the menu in http://www.8edge.com. thanks for any help.
I understand (more or less) the tsunai .fla in the tutes.

Tsunami Text
very new to actionscripting

know it's old, but want to adapt the tsunami effect from praystation...to the fla from http://www.hhbk.subnet.dk

problem: can't figure out adding multiple columns. I followed the ins. according to http://www.hhbk.subnet.dk/building_a_tsunami: made seperate movie clips (column2, column3, etc.) and placed them in their own bounding box in the main clip (which contains the original bounding box and text column)

Could someone please point me in the right direction?

Tsunami Effect
Can somebody explain what is going on here. I have placed a Tsunami text effect on my flash site, but I am having a problem. Evertime the time line reaches the keyframe for the Tsunami effect, the Movie does a 1 second jump or glinch if you will.

.....Later after further observation....I found out the reason the Tsunami effect is glinching is because I expanded the borders of the original which I pasted into my site from a tutorial for tweeking. I don't understand why it's doing this because as long as the Tsunami is a movie clip, I should always be able to go into the editable movie clip and make adjustments; right???

[Edited by mashiyach on 12-14-2001 at 10:59 AM]

Tsunami Effect
Can somebody explain what is going on here. I have placed a Tsunami text effect on my flash site, but I am having a problem. Evertime the time line reaches the keyframe for the Tsunami effect, the Movie does a 1 second jump or glinch if you.


.....Later after further observation....I found out the reason the Tsunami effect is glinching is because I expanded the borders of the original which I pasted into my site from a tutorial for tweeking. I don't understand why it's doing this because as long as the Tsunami is a movie clip, I should always be able to go into the editable movie clip and make adjustments; right???

[Edited by mashiyach on 12-14-2001 at 10:52 AM]

Advanced Tsunami
Hello. I've been toying with the idea of building a menu in a similar style to that shown here http://www.flashkit.com/tutorials/Ac...29/index.shtml - however, I do not want to have lines of text in my tsunami, but flash graphics that act in the same way to the example above.
My problem is that I cannot get a simple graphic to behave in the above manner, let alone a series of grouped graphics with behavious of buttons.
Can anyone push me in the right direction?

Rob.

Building A Tsunami
Building a Tsunami
Author: Morten Barslund
_________________________________

I dont understand how i can add more text layers to the tsunami... I add one more and nothing happends to it, can anyone help me out plz

Drop Down Tsunami
I am creating a drop down menu using the tsunami tutorial from this site (a very cool effect btw!)

I have assigned button actions to each of the menu items in the tsunami. The drop down is a simple two frame movie clip. In the first frame there is a button that covers only the header of the menu that tells the movie to go to the second frame.

the second frame has the header and the tsunami menu. the hit box covers both of these with the command that on roll out return to frame 1.

sounds good in theory. here is the problem: if the hit button in frame 2 is on top of the tsunami menu, the tsunami buttons don't work. if the tsunami is on top, the hit button doesn't work.

Obviously this is the wrong way to go about it. is there some actionscript that would keep the movie in the second frame based on x and y coordinates of the user's mouse?

Please be specific. I only sound like I know what I'm talking about.

thanks.

Tsunami With Images
For any of you who have been to sticksuicide.com, and seen Rob DenBleykers animation, there is one in which he has various images in a tsunami. There is a tutorial on here on how to do this with text but not with images. How would one go about doing this?

(/)

Can't Get Rid Of Colored Box On A Tsunami
check this out:

http://www.caillouette.com/vip_web_redo/default.htm

you'll see in the left corner, a tsunami navigation.

The problem is that I can't get the light purple box to match the background.

Can anyone help?

here's the download of the tsunami.

http://www.caillouette.com/tsunami_final3.zip

thanks

Sliding Tsunami?
Hello people
I am in a real distress - trying to make a menu looking like the one shown here:
http://www.fluid.nl/shockwave/index.html
That is a sort of "tsunami" if I get it right... On mousover, the elements nearest to the mouse grow - the nearer they are, the more they grow - like in the many examples of tsunami that you can find on the web.
The problem I have is that as they grow, the elements should also push one another sideways, so that the menu sort of "walks" or "slides" sideways. Which is exactly what I cannot achieve...
So, my question is: do any of you know how to make this effect? Please help me - I'm completely lost...
Thanks in advance,
Mikolaj


_

Tsunami Menu
Hi there. Does anyone know why the tsunami menu featured on FK ( http://www.flashkit.com/tutorials/Ac...-529/index.php ) does not work when you export it as flash 7. It works fine upto flash 6.
Im sure its the actionscripts used, but i cant seem to fix the problem.

Any ideas ?

Tsunami Menu
Hi there. Does anyone know why the tsunami menu featured on FK ( http://www.flashkit.com/tutorials/A...B-529/index.php ) does not work when you export it as flash 7. It works fine upto flash 6.
Im sure its the actionscripts used, but i cant seem to fix the problem.

Tsunami Or OSX In Flash MX
Does anyone have any tutorials or examples of doing the Tsunami or OSX effect with menu items for FLASH MX ?

Thanks

Tsunami Interface
Hi, I am trying to create an interface as close to the tsunami text effect as possible howver my knowledge is limited and would appreciate it if anyone knew of a tutorial. I have downloaded an FLA but the movie contains a smart clip and this is completely new ground. Any ideas?

Tsunami Menu
could someone help me?? I have a cool tsunami menu with ths code atached to each clip, but it only affects _xmouse, how do I add a variable to detect _ymouse also??

the code:

onClipEvent (enterFrame)
{
//script made by donny @ http://www.flashcircle.com
mouse = _xmouse;
if (mouse<0)
{
mouse = -1*mouse;
}
scale = 150-mouse;
if (scale<100)
{
scale = 100;
}
if (scale>150)
{
scale = 150;
}
setProperty ("", _xscale, scale);
setProperty ("", _yscale, scale);
}

Tsunami Menu
Can anyone help me update this menu so it opens with Flash 8? I have tried various things with no success.
It's for a site I'm doing for free.

Tsunami Menu
I am doing a site for free. The "client" really wants a tsunami menu but I cannot update the code so it saves out in Flash player 8. Can anyone help?

Tsunami - Mac Osx Menu
hello,

this must be the "cleanest" code for tsunami effect...
the problem is it only works when published for player 6...

it doesn't work when published for player 7 or 8...
could someone take a look...

thank you in advance!

source code

Tsunami Menu Help
i modified the tsunami tutorial and plan to use it as a menu. after converting each individual movie into a button, it will not let me perform any button action but whenever my mouse is over it, the mouse will still change just like a regular button.

any help or idea would be great. thanks!

Tsunami Rollover?
Guys i need help with the following effect,

let's say i have 4 circular icons...on rollover i'd like to zoom in on them, well one at a time, and at the same time i want the other icons to be pushed out of the way (so they're all visible no matter how big the zoomed in overstate is (or how far apart they are from each other for that matter).

In flash, is there something like "no overlapping layers" option (like in dreamweaver).

hope that makes sense and thanks for any help,

Artom

Tsunami Menu
hey there guys!
i'm trying to build a tsunami menu but cant figure why it doesn't work!
i've followed a tutorial from actionscript.org and can't find the problem....

could anyone please check my file? or help me with another known way out?

thanks in advance!

.zip

Tsunami Menu
hey there! i have this really really strange problem....
Just built a tsunami menu. works fine except one thing, it does no respond to the mouse position! ive checked everything and cannot find the problem...!!!

anyone help!!!
thanks in advance!

here is the .fla !

Tsunami Effect
Dear all,

I adopted the tsunami effect that i've got from this link http://jrgraphix.net/research/flash_dock.php but the problem is how can i plug the title on each icon, showing up on an icon when i point on it (on rollOver)





Thanks,
Winandhi

AS 2 Tsunami Effect
hi
it's been a long time since my last post
so i want to build a menu style like this one here..http://www.jeremylevine.com/
but mine will be horizontal, fla is attached.
my goal is to achieve the wavy effect icluding the easing _ymouse movement..
when you press one of these the one that is pressed scales to 120% let's say
and the others follow the scale of that clip and stay in there position according to the new position . Now I have four buttons one scaled to 120 and the others must have the wavy effect which i can't get it ot work..pls give me a light or a guide smth.??
Thanx again

A Tsunami Menu.
Hi,

i would made a 'tsunami' menu, like mac Dock.
I found some files but, i'm graphic designer and have some difficult to readdapt fla when is too hard...

I found a good link : http://blog.oaxoa.com/2008/06/12/fle...bar-component/

But i can download files, but i don't find the fla in order to look in ...

It's possible to use it ?

--

If you have a good fla sources in order to have this effect, and you'll want sharing this
Or help me to do this.
( i try severals files, but without succes...)

Thanks

Tsunami Rollover?
Guys i need help with the following effect,

let's say i have 4 circular icons...on rollover i'd like to zoom in on them, well one at a time, and at the same time i want the other icons to be pushed out of the way (so they're all visible no matter how big the zoomed in overstate is (or how far apart they are from each other for that matter).

In flash, is there something like "no overlapping layers" option (like in dreamweaver).

hope that makes sense and thanks for any help,

Artom

Tsunami Menu? Help Please....
hi everyone,
can anyone point me in the direction to find a tutorial for building a tsunami menu. ive tried some of the webwasp tuts on it but they dont seem to help.

can anyone help?
thanks tristan

Tsunami Effect
Hello everyone,

Does anyone here knows a link to a good tutorial /source code for building a tsunami effect in flash ?

Help With Tsunami-like Effect
i have been scouring to find some help with a similar effect with navigation from this site: http://www.roldos.es/comunicacion/

i found a tutorial on the "tsunami effect" which is based on scaling mc's on x&y coordinates of the mouse...which after trying to customize i realized isn't the effect i am attempting to recreate.

so my question is how do i create a similar effect to the one from the link above, where the mc's are scaled at rollover?
thanks
-bob

Tsunami-like Menu
(I apologize if this question has been asked many times before, but I can't find an answer to it anywhere!)

I would love to know how to make a navigation menu like this:

http://www.finalfantasyxii.com/

I have seen some tsunami menus that are almost like it, but not quite. When you roll over a button, it pushes all the others aside. It's very smooth and clean looking and I'd love to try to create a menu like that.

Any help would be greatly appreciated! :D

Help Me Add URLs To Tsunami Menu
Hello!

I'm a old programmer but I'm new in FLASH programing!


I like to know if anyone read toturial about Tsunami menu... in Actionscripting/Expert on flashkit.com

http://www.flashkit.com/tutorials/Ac...29/index.shtml

I like it very much and I don't know how to add URLs to it's buttons

Tsunami Hangs After LoadMov
I've been in a little over my head on this one for the most part, but I'm trying to learn my licks on the sound object.

http://www.tcinternet.net/users/5guys/bann8.html

There are three parts to this movie,
1. You'll see a wire frame that when you rollover, it shows a solid of the speaker (the text is not dynamic yet) when you click on the speaker it shoots a disc.

2. The disc gets to a certain point and loads a .swf of a Tsunami menu, when the Tsunami reaches the end of it's timeline in calls for the first movie to go ahead and retract the speaker. (so far everything is OK)

3. You click on "volume" in the Tsunami menu and it loads the third movie, the sound dial. (There is no sound yet).

Now, when you click on the sound dial and then go back to the Tsunami, it (tsunami) doesn't fully function any more (rollover). I've tried it after unloading the dial, I' ve tried placing both the Tsunami and the dial in the same movie, but nothing works. Any help is appreciated.

Wheels

Tsunami Button Problem
I have added a tsunami effect into my flash site. The only problem I am having is when I try to add the goto on release action to the text rollover buttons, Nothing happens. I have succesfully made all the zoom rollover text, a button. I don't know what is the proper action command to give them. I know it works because I have seen it done on http://www.colinmiller.co.uk/flash/index.html

I don't have a problem getting the buttons to work in the action is "getURL". I Also tried the telltarget action but, I keep getting the output of telltarget not found.


You could sure save me a whole lot of time if you would tell me what you already know about the matter.

Byron
[Edited by mashiyach on 12-20-2001 at 11:33 AM]

Tsunami Button Problem
I have added a tsunami effect into my flash site. The only problem I am having is when I try to add the goto on release action to the text rollover buttons, Nothing happens. I have succesfully made all the zoom rollover text, a button. I don't know what is the proper action command to give them. I know it works because I have seen it done on http://www.colinmiller.co.uk/flash/index.html

I don't have a problem getting the buttons to work if the action is "getURL". I Also tried the telltarget action but, I keep getting the output of telltarget not found.


You could sure save me a whole lot of time if you would tell me what you already know about the matter.

Byron
[Edited by mashiyach on 12-20-2001 at 11:36 AM]

The Same Old Tsunami Button Problem
OK, I am about to give up, but I am giving it one last chance. Can someone, anyone, tell me what is the correct code to tell a button within the tsunami to go to frame 499.

This is the same tsunami from the Flash kIt tutorial. I have tried the action npress goto, but that seems not to work.

Is there something with the code in the tsunami effect that's preventing a noval effect like onpress goto, from working? I have successfully made the rollover text buttons within the tsunami by going into the childmovie clips where the actual text is. In this same text movieclip I am allowed to give the button an action, but it just does not work for me.

The Same Old Tsunami Button Problem
OK, I am about to give up, but I am giving it one last chance. Can someone, anyone, tell me what is the correct code to tell a button within the tsunami to go to frame 499.

This is the same tsunami from the Flash kIt tutorial. I have tried the action npress goto, but that seems not to work.

Is there something with the code in the tsunami effect that's preventing a noval effect like onpress goto, from working? I have successfully made the rollover text buttons within the tsunami by going into the childmovie clips where the actual text is. In this same text movieclip I am allowed to give the button an action, but it just does not work for me.

Tsunami Button Problem
Hi just wondering if you ever sussed out how 2 get buttons on your tsunami going to whatever frame in whatever scene? Im tring to do the same and its really starting to get to me. I can get the roll over effect happening on the text by converting the text symbol to a button. pls help

Stupid Tsunami Tutorial
this is a bit beyond my skill, if you don't know the link is below, i just want to add this effect to a single square, we'll call it square for instance, can someone point me in the right direction for square size compared to mouse position,i would like to learn it.
thanx



http://66.70.72.50//forum/tutorials/tsunami/index.html

Tsunami Dynamic Duff
hi all, im building a tsunami menu (menu that zoomz with a wave)
however i'm using dynamic text, the output says successful, but text wont appear (works with static), also i want it transparent, dynamic gives me an ugly white BG, please please help me solves these two things......anyone

Help Me Please____---- Tsunami Effect
hi i am very very new to flash i have no idea whats so ever!!

i need to do something very adventures in a very short space of time i need to create a tsunami effect like the dock in osx!!

within this i need to display photographs that when you rollover they enlarge and when u move the curser away it reduces in size again!!

i havent got a clue and i am a complete novice but a very adventures student willing to learn a new package that i have never touched upon before so i really need a step by step guide if at all possible!!!

thankyou

email direct at woody-is@talk21.com if easier for you
im using flash mx2004 on a mac

Draggable Tsunami Problems... Help
Right here's what's up. I took the Tsunami tutorial and made a Tsunami, then I modded it to make it a menu, also one that's draggable and minimizable. The only thing that I'm having problems with is when Y drag it, the tsunami effect stops working. It can be fixed by simply minimizing then maximizing it but I'd still like it to be fixed. I'm using falsh mx and I'm publishing with flash player 6. What scripting am I missing? I'm still rather new at writing my own scripts so if anyone can point me in the right direction that'd really help.

Draggable Tsunami Problems...
Right here's what's up. I took the Tsunami tutorial and made a Tsunami, then I modded it to make it a menu, also one that's draggable and minimizable. The only thing that I'm having problems with is when I drag it, the tsunami effect stops working. It can be fixed by simply minimizing then maximizing it but I'd still like it to be fixed. I'm using falsh mx and I'm publishing with flash player 6. What scripting am I missing? I'm still rather new at writing my own scripts so if anyone can point me in the right direction that'd really helpful.

Poor Man's Tsunami Effect
ok, not poor, man's...

lazy person's maybe...

Anyway, the other day I was piddling around in Flash trying to make tsunami effect w/o following lenthgy suggested tutorials, and I found a way that's is a bit glitchy, but still works.

I was messing around with stuff for my home site just out of boredom, anyway, here it is

BTW: mx 2004

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