[Flashcoders] reposition MC on release

2006-06-07 Thread Tony Watkins
OK, not sure I can explain this. The following code is inside the MC to be repositioned. Notice the AS targets the button named contact. _root.contact.onRelease = function() { endX = -500; endY = -200; }; } Fine. But what if I want to move the AS out of the actual MC and

[Flashcoders] Re: OT: Anyone got a good CSS book to recommend?

2006-06-02 Thread Tony Watkins
Eric Meyer's Cascading Style Sheets - The Definitive Guide. By O'Reilly. I basically started from scratch a few months ago. This book tells and shows you how css rules work. Definitive is pretty accurate. I agree with Mark, CSS Mastery is one of the best CSS books out there, written by a

[Flashcoders] On key press?

2006-06-01 Thread Tony Watkins
Is it still possible to use actual keys to control a movie? Good resource for this? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

[Flashcoders] Alpha fade problem

2006-06-01 Thread Tony Watkins
So, the following script will cause a MC to fade in. What would I change to make a MC fade out? onClipEvent (load) { loadTime = getTimer(); alphaTime = 1000; myAlpha = 0; this._alpha = myAlpha; } onClipEvent (enterFrame) { if (this._alpha100) { myAlpha =

[Flashcoders] RE: CD ROM dimensions?

2006-05-19 Thread Tony Watkins
Changing a user's resolution without asking them first is a HUGE no-no. Who was talking about this? There are defiantly scenarios (Such as presentations for exhibitions or flash games provided on CD) where it makes sense to change the screen resolution. I would not use this feature for a

[Flashcoders] CD ROM dimensions?

2006-05-18 Thread Tony Watkins
Anyone building interactive cd roms at 1024 x 768 yet? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

[Flashcoders] flashObject expressinstall error

2006-05-01 Thread Tony Watkins
I'm using flashObject with express install. Worked fine last Friday, but this morning I'm getting the little Flash dialog box with the message A download error occurred. Try to download again? Same error in ie pc, safari and firefox mac. I¹ve now confirmed this with someone else.