Well this is just a quick flash...it took like an hour to make and I wasn't really planning on making it have sound. Maybe I can have like a series of these short flashes.
You must be good with actionscript since you made a game in all, well i want to make this thing where it shows a stickman walking, he stops, and to continue him walking, you have to click a button. I put on the keyframe that he stops stop(); and then I convert the button to a button and make it have the acionscript nextFrame(2); and it says it doesnt work. Do you know whats wrong?
i believe your problem is that you put the 2 in the nextFrame(); clause. you can either use nextFrame(); or you can go gotoAndPlay(someFrameNumber); *the someFrameNumber refers to an integer number such as 1,2,3,4,etc....* I am of course assuming your trying to go to the next frame on the main timeline. You do know that if your coding the button you have to go something like this on the buttons actionscript window:
on (press) {
nextFrame();
}
OR
on (press) {
gotoAndPlay(2);
}
if that doesn't solve your error just drop me another line or add me to your msn,aim,or yahoo.
--
if (maille == 0) { chainmaille = "I love making stuff out of chainmaille"; } else { chainmaille = "stop & browse around for a while"; }
We want to know what love means to you!
Get your creative juices flowing and design a movie poster for "Paper Heart" that focuses on the theme "What Does Love Mean to Me?".
In response to new features: The dA community stands up to preserve itself and deviously denies further separation between general members and subscribers. Gift givers express dislike for violation of their privacy.
The butter legion- a socialist movement/mass colab project I started, to trigger artistic change and evolution in Da artists (mainly my watchers), to make them more active and dedicated on DA. Now 170 people strong and growing... A "dangerous cult"? a "new religion"? "artistic version of fight club" or "communist movement"? You decide!
Hello there! This news article is the result of a thumb share thread I posted few days ago on the dA forum along with pictures from my favorites. I hope you enjoy them.
When it comes to community spirit, `Rushy is a shining example. From participating in devmeets, to providing positive encouragement to other artists, `Rushy can always be found demonstrating what it really takes to be a true deviant. It's without any hesitation that we are delighted to award the Deviousness Award for July 2009 to `RushyRead More
Devious Comments
Comments
--
COOLER THAN ANYONE!!
I liked the replay button gag...totally dint expect that
--
Midlife Crisis On Infinite Earths
--
if (maille == 0) {
chainmaille = "I love making stuff out of chainmaille";
} else {
chainmaille = "stop & browse around for a while";
}
--
if (maille == 0) {
chainmaille = "I love making stuff out of chainmaille";
} else {
chainmaille = "stop & browse around for a while";
}
on (press) {
nextFrame();
}
OR
on (press) {
gotoAndPlay(2);
}
if that doesn't solve your error just drop me another line or add me to your msn,aim,or yahoo.
--
if (maille == 0) {
chainmaille = "I love making stuff out of chainmaille";
} else {
chainmaille = "stop & browse around for a while";
}
Previous Page12Next Page