Ciao ragazzi,
sapete come si può realizzare un menu come nel sito http://www.eyeconfort.it
![]()
Ciao ragazzi,
sapete come si può realizzare un menu come nel sito http://www.eyeconfort.it
![]()
Questo ti può essere utile?
codice:/************************************** ************************************** ___________________________________________ ------------- MacOSXMenu effect---------------- ___________________________________________ Author: Alessandro PERRONE Date: 28th November 2003 Copyright: ©2003 - alessandroPERRONE.com License: Freeware Contact: info@alessandroperrone.com - http://www.alessandroperrone.com Description: add a cool Mac OSX Menu scaling effect on your movie clips Flash version: MX Notes: inspired by Tsunami menu by Oxclove Workshop, Ltd. www.oxclove.com All rights reserved ************************************** **************************************/ MovieClip.prototype.macOSXMenu = function(){ var startX = this._x; this.onEnterFrame = function(){ if(_root._ymouse <= this._y + 30 && _root._ymouse >= this._y - 30){ var mouseX = int(Math.abs((this._x-_root._xmouse))); var mouseX2 = int(this._x-_root._xmouse); if (mouseX<50) { if (_root._xmouse < this._x + 200 || _root._xmouse > this._x - 200) { var scale = 200-mouseX; var xFactor =this._x+(mouseX2*.1); } else { var scale = 100; var xFactor = startX; } } else { var scale = 100; var xFactor = startX; } var scalingFactor = (scale-this._xscale)*.3; this._xscale += scalingFactor; this._yscale += scalingFactor; // update _x position var x = (xFactor-this._x)*.3; this._x += x; }else{ // if mouse out of hit area (user defined) reset scaling with smooth effect if(this._xscale > 100){ this._xscale += (100 - this._xscale) * .3 this._yscale += (100 - this._yscale) * .3; } } }; }; /***************************************** ***************************************** USAGE: Place one or more movieclips symbols in your movie (each one is an item of your own menu) and call the Mac OSX Menu method in the following way. yourMovieClipInstance.macOSXMenu(); ****************************************** ******************************************/
secondo voi c'è lo zampino di 2adv ??
guardate qui http://www.westonfl.org/ (questo è di 2adv)
Ciao
Flash MX Esempi da scaricare -
Team www.BeatFly.com - render,photo,ecc.. Elements01.net - Beat Fly official Blog-
Il sito che hai indicato tu è dei 2advanced (c'è anche scritto da qualche parte), ma mi spieghi cosa centra con questo thread?![]()
Che io ricordi non c'era niente di simile sul sito della City of Weston![]()
Ehi Thunder ... calma.
City of Weston lo cambiano in continuazione e per un certo periodo è stato molto simile a questo EyeConfort.
Ho controllato sul Portfolio di 2adv e non l'ho trovato ...visto che tu avevi già dato una risposta praticamente esaurientissima, ...mi sono permesso solo di fare una osservazione.
Anche perchè non mi era mai capitato di vedere siti registrati IT fatti da 2adv.
Tutto qui.Rempox
Flash MX Esempi da scaricare -
Team www.BeatFly.com - render,photo,ecc.. Elements01.net - Beat Fly official Blog-
Sereno Rempox!Solo che non capivo cosa centrasse. Mi è poi venuto in mente dopo che effettivamente la farfalla era presente anche in City of Weston. Però, scusami se mi permetto, come fai a dire che è fatto dai 2advanced? Secondo me è solo stato copiato il loro stile, quindi può averlo fatto chiunque...
Ciao Thunder...bhe se sono dei copioni di STYLE ..bisogna ammettere che sono veramente bravi.
Ciao
Flash MX Esempi da scaricare -
Team www.BeatFly.com - render,photo,ecc.. Elements01.net - Beat Fly official Blog-