know actionscript 3?

Started by: NTG | Replies: 5 | Views: 399

NTG
2

Posts: 1,052
Joined: Feb 2006
Rep: 10

View Profile
May 9, 2008 1:49 AM #132100
if anyone knows it i really need the code for a ****ing play button.

i accidentally made my whole flash in AS3 and used a AS3 vcam so i cant just change documents.

if anyone konws it would be amazing
Nodd
2

Posts: 1,593
Joined: Jan 2008
Rep: 10

View Profile
May 9, 2008 1:57 AM #132102
http://schoolofflash.com/2008/03/24/tutorial-using-sound-in-actionscript-3/

scroll down the page, for the use of a play button.

hope this helps :\
Apples
2

Posts: 1,931
Joined: Dec 2005
Rep: 10

View Profile
May 10, 2008 1:07 PM #132963
AS3 has different button script? WTF?
rx00worth
2

Posts: 808
Joined: Apr 2008
Rep: 10

View Profile
May 10, 2008 1:17 PM #132970
yea, actionscript 3
**** farks that up the ass
and if it wouldnt be much of a hassle, could i have the AS3 Vcam?
FrAnKeH
2

Posts: 602
Joined: Aug 2005
Rep: 91

View Profile
May 10, 2008 1:32 PM #132981
AS3 = AS2 and some other shit.

AS2 code should still work if you've compiled under AS3.
darkcampainger
2

Posts: 159
Joined: Aug 2006
Rep: 10

View Profile
May 10, 2008 3:25 PM #133061
Actually, AS3 doesn't allow actions on any objects other than frames and a document class, so AS2 won't necessarily work. Not to mention a number of changes in function names and variable names. What's cool about it, though, is that you can completely remove all the code from your game/movie and put it in external files. It's also much faster and much more powerful.

NTG, this article more closely follows a Play button if the first one posted didn't help you:
http://drawlogic.com/2007/05/16/as3-mouse-events-no-more-invisible-buttons/

No doubt a simple google search for "AS3 Play" or "AS3 Play button" would yield hundreds of articles on it.