The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsOK ive started artwork on a game and im ready to add my .AS to my char. I select my Char. And open the actions window and every single time it tells me the current selection cannot have actions applied to it. What am i doing wrong?????? Its my main Char. It has to have the Moving .AS WTF???
either because youre using AS3 or you have another thing selected. click the grey empty space outside the stage so nothing is selected, then click the character.
You need to make your character a movie clip. Select him and press F8.
They used to call me souled...
DONT CODE ON YOUR CHAR!
instead use:
_root.yourCar.onEnterFramme = function() {
//your script here
};
in the main timeline
yeah ive done all that im using CS4, i still got nothing this sucks still tellin me i cant apply script to my movieclip.......grrrrrrrrrrrrrrrrrrrrrrr rrrrrrr
AS3 doesint allow coding in movieclips.
I'm glad that its like that
At 10/14/09 02:05 PM, Yambanshee wrote: AS3 doesint allow coding in movieclips.I'm glad that its like that
hey i got it to work in AS2, is there anyway i can modify or change all my artwork back over to AS2 or do i have to remake all?