Search  

RANDOM MOVING MENU

HomeBrowse CategoriesFlashMenus & ButtonsRandom Moving Menu

Random moving.. modify the data in a array… Enjoy:)

Posted 7 months ago

i an a noob to flash can you explain a little more how to modify the data in a array thanks

Posted 7 months ago

var _data = [[“FLASH”, {x:-200, y:random(100)}],

x,y is the x and y position of the point.. “FLASH” showed in the text.. You can try the follow data: var _data = [[“HOME”, {x:0, y:100}],

Posted 7 months ago
Sorry to post angin..:(
var _data = [["FLASH", {x:-200, y:random(100)}], 
           ["FLEX", {x:-100, y:random(100)*-1}],
               ["FLASHEDEN", {x:0, y:random(100)}],
               ["PHP", {x:100, y:random(100*-1)}],
           ["AJAX", {x:200, y:random(100)}]];
x,y is the x and y position of the point.. “FLASH” showed in the text.. You can try the follow data:
var _data = [["HOME", {x:0, y:100}], 
           ["ABOUT", {x:100, y:0}],
           ["SERVICE", {x:0, y:-100}],
           ["CONTACT", {x:-100, y:0}]];
Posted 7 months ago

i see every day new styles… u r very creative

Posted 7 months ago

thank you,

one more question, if the first word is “FLASH” how can i make that a button so i can use this as a menu?

Posted 7 months ago

good creative work!

Posted 7 months ago

nice. Minimalist and very creative

Posted 7 months ago

i notice that sometimes is it difficult too catch the button cause it moves so fast :D, the buttons could be a bit too small in my opinion …no offense, just a thought

Posted 7 months ago
To:thedevos77 Open the MPoint.as then you’ll find the button method.. like onPress() onRelease() ... find the onPress() function,and add the follow lines.
<coed>
private function onPress():Void {
        var index:Number = Number(this.target._name.substr( -1, 1));
        _root._buttonFunc[index]()
        trace("index="+index)
        isOver = true;
}


add this in stage..
import mx.utils.Delegate;
var _buttonFunc=[Delegate.create(this,test),
                Delegate.create(this, test),
                Delegate.create(this, test1),
                Delegate.create(this, test),
                Delegate.create(this, test1)];
function test(){
    trace("test")
}
function test1(){
    trace("test1")
}
<code>
</pre>
If has more question, just let me konw or email (shuhankuang[at]gmail.com)

To:iDraw 
Yes,i think so..:),it should be bigger..
Posted 7 months ago

thank you!

Posted 7 months ago

with an update for bigger symbols… would be sell more times

wish you success ;)

Posted 7 months ago

Hi, I’ve five item in your elastic menu, but how it’s possible give a link for a external pages. How can i make that a button so i can use this as a menu Great menu… Thanks Cosimo

Posted 6 months ago

to:walles
check your email.:)

Posted 6 months ago

Can you resend a e-mail… I can’t find it Thanks for support Cosimo

Posted 6 months ago

to: walles
pls check again..

Posted 6 months ago

Maybe my friend have erase a e-mail… Sorry Can you resend Thanks again for help Cosimo

Posted 6 months ago

To:walls
:) check again

Posted 6 months ago