PDA

View Full Version : The worst invention in history!



Oni
27-05-2007, 04:33 PM
Actionscript 3.0 [Flash] is a joke, who ever invented it is a prat. Its a downgrade from 2.0, 2.0 was designed to be easy to use and utalise. A prime example of this is the button code which is the simplist thing to do coding wise in flash

Actionscript 2.0:
on(release);

Actionscript 3.0:
import flash.events.MouseEvent;
powerBtn.addEventListener (MouseEvent.CLICK, powerclick);
function powerClick (event ;MouseEvent) :void {
trace('button clicked');
}

It makes no sense whatsoever, every single command is overcomplicated. The coding isnt even applied to a button its applied to a frame making it much harder as you have to fiddle around with movie clips.

Ini
27-05-2007, 08:07 PM
None of that made any sense to me lol

Kyle!
27-05-2007, 09:19 PM
Yeah, i agree ive had a lot of problems with it. But don't share your problems to us, complain to Microsoft lol.

Mentor
27-05-2007, 11:02 PM
Its alot like vb.net in my opinion, compair vb6 and vb.net. Vb6 nice simple straightforward, if basic. Vb.net pointlessly complex, since dispite requreit 3 times the code to do anything, its still just as limited on the inside.

CHTom
27-05-2007, 11:09 PM
oh, thats why I got really consfused when I upgraded to Flash CS3, haha - suddenly my codes wern't working anymore.

*changes configs of documents to AS 2.0*

:Liam
28-05-2007, 12:15 AM
Thats a bit stupid :S

Blob
28-05-2007, 09:30 AM
Its like Powerpoint vB and vB 2005

vB 2005:

FormName.Show

Powerpoint:

SlideShowWindows(1).View.Next

I mean like what the hell :S

Want to hide these adverts? Register an account for free!