[Flashcoders] RE: Creating a drawing RIA

2006-06-19 Thread T. van Zantvoort
(); }; letterBreedte_nstep.addEventListener(change, nstepListenerB); met vriendelijke groeten, T. van Zantvoort MonTay WebArchitects T: +31 (0)40-2300898 F: +31 (0)40-2954071 E: [EMAIL PROTECTED] W: www.montay.nl http://www.montay.nl/ Hardware: www.mlife.nl http://www.mlife.nl/ E

[Flashcoders] Whats the best tooltip component (actionsciptable)

2006-06-08 Thread T. van Zantvoort
groeten, T. van Zantvoort MonTay WebArchitects T: +31 (0)40-2300898 F: +31 (0)40-2954071 E: [EMAIL PROTECTED] W: www.montay.nl Hardware: www.mlife.nl E-shop: www.vsnet.nl Own Site: www.1site2start.nl

[Flashcoders] Flash 8 BUG? Strange button vs tween behavior

2006-02-22 Thread T. van Zantvoort
Hi all, I have a strange problem and can't recall that i ever witnessed this before. Could someone please look at this www.montay.nl/button.zip ? When clicked on the most right/bottom button the movie goes to the second key but let's the button stay on it's place?!#$ mailto:[EMAIL PROTECTED] %#

[Flashcoders] Strange actionscript vs tweening problem Flash8

2006-02-16 Thread T. van Zantvoort
Hi Guys, I have a strange problem. I have several buttons on my canvas which I named b1_btn untill b9_btn. In actionscript I have made the OnRelease call to them through a For loop (also a RollOver and RollOut). On release the movie should continue (play) and the buttons should tween to a

RE: [Flashcoders] Strange actionscript vs tweening problem Flash8

2006-02-16 Thread T. van Zantvoort
I just simply use for (i=1; i10; i++) { this[b+i].onRelease = function() { play(); }; } This is for button 1 through 9 and then on the timeline there's a tween with all the buttons that go to an other location themselfs. But when I click on a button, that button