|
Post by archy12 on Jul 29, 2006 17:18:59 GMT 2
i know how to make buttons but i need help on buttons that starts movies. can anyone help?
|
|
|
Post by Netto on Jul 29, 2006 19:51:40 GMT 2
Create a button (Convert to symbol => Button). And then add this actionscript to it.
on(release){ play(); }
|
|
|
Post by archy12 on Jul 30, 2006 7:48:33 GMT 2
now what?
|
|
|
Post by Netto on Jul 30, 2006 8:57:01 GMT 2
Use it? And please, no posts with less than three words.
|
|
|
Post by viruszero on Jul 30, 2006 20:02:06 GMT 2
please don't forget to set the hitzones to be large enough to make it easy to click the button.
but to add the actionscript to the button first click on it then at the bottom of flash click the panle labelled actionscript, when it pops up put the code in that area. it should work, if not then click on the button and then try adding the code again.
|
|