USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 2/3/09 01:45 PM
Sign-Up: 09/01/07
Posts: 400
When I hit f9 to insert an action, it says: Current selection cannot have actions applied to it.
[NG Digg Team] [Super Meat Boy] [My Home Page] [Gish] [The Interviewer] Sig by bangyouredead
Posted at: 2/3/09 01:57 PM
Sign-Up: 12/18/08
Posts: 339
I think you can only place actions inside frames, movieclips and buttons.
"Time is a great teacher, but unfortunately it kills all its pupils." by Louis Hector Berlioz. In case I haven't mentioned, I use AS2. Also, review my flash, I want feedback!
Posted at: 2/3/09 01:58 PM
It is a movie clip.
It is my first time at flash *happy face*
Posted at: 2/3/09 04:20 PM
When I click the movieclip, it selects both the frame and the movieclip.
Posted at: 2/3/09 04:24 PM
Sign-Up: 04/17/04
Posts: 4,522
Clone 29? Who let you out?
All sites currently down. Deal with it. <3
Posted at: 2/3/09 04:31 PM
Sign-Up: 03/09/03
Posts: 2,596
Set your settings to Actionscript 2. Actionscript 3 does not allow code to be placed on movieclips.
Posted at: 2/3/09 07:03 PM
Sign-Up: 01/24/09
Posts: 76
At 2/3/09 04:31 PM, Cojones893 wrote: Set your settings to Actionscript 2. Actionscript 3 does not allow code to be placed on movieclips.
Or just organize your code better, rather than reverting to an inferior version of AS...
AS3 Programmer - Osiron Beta
Posted at: 2/3/09 07:12 PM
Sign-Up: 05/03/06
Posts: 534
All code should be on Frames! DONT EVER put code on MC's or buttons it's extremely messy
instead of going to a movieclip and putting
on(enterFrame){ //do stuff }
goto a frame and do something like
movieClipName.onEnterFrame = function(){ //do stuff }
Posted at: 2/4/09 01:08 PM
Thank you everyone.
Something else happened, I was making a custom cursor and a button, when I move the cursor over the button the button is over top of the cursor, I want the cursor to be over the button.
Once again, thank you.
All times are Eastern Standard Time (GMT -5) | Current Time: 03:33 AM
<< Back