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
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
, y:100}],
var _data = [["FLASH", {x:-200, y:random(100)}],
["FLEX", {x:-100, y:random(100)*-1}],
["FLASHEDEN", {x
, 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
, y:100}],
["ABOUT", {x:100, y
}],
["SERVICE", {x
, y:-100}],
["CONTACT", {x:-100, y
}]];
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
i notice that sometimes is it difficult too catch the button cause it moves so fast
, the buttons could be a bit too small in my opinion …no offense, just a thought
<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
with an update for bigger symbols… would be sell more times
wish you success 
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
Maybe my friend have erase a e-mail… Sorry Can you resend Thanks again for help Cosimo
Posted 6 months ago