HOME | DD

Published: 2013-12-11 00:33:52 +0000 UTC; Views: 11004; Favourites: 110; Downloads: 120
Redirect to original
Description
Quite a few things to note:-I would be willing to do this for anyone who doesn't have Flash if they ask.
-I'm afraid you can't ask me anything about coding since I know nothing about it yet, it took me forever to write the code itself, and of course I just had someone else do it in the end when it didn't work just right.
Really stresses the question why I am making a tutorial in the first place.
-I actually got this idea from the new TF2 comic style, it's not the way they do it, but it is a way to do it.
You should check them out anyway, it is a better example of how to properly use this style than my comic www.teamfortress.com/bloodbrot…
-That comic was actually from Foxtrot
-Here is the code:
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.ui.Keyboard;
stop();
stage.addEventListener(MouseEvent.CLICK,forward2);
stage.addEventListener(KeyboardEvent.KEY_DOWN,backwards);
stage.addEventListener (KeyboardEvent.KEY_DOWN,forward);
function forward2 (event:MouseEvent) :void {
gotoAndStop(currentFrame+1);
}
function backwards (e:KeyboardEvent): void{
if (e.keyCode == Keyboard.LEFT)
gotoAndStop(currentFrame-1);
}
function forward (e:KeyboardEvent): void {
if (e.keyCode == Keyboard.RIGHT)
gotoAndStop(currentFrame+1);
}
_______________________________________
I downgraded to DRB puppets so I could share this
Flash CS6 Download: www.mediafire.com/?tlvbj59h595…
Related content
Comments: 14
XPOWER111 [2023-03-08 07:36:05 +0000 UTC]
👍: 0 ⏩: 0
ALMarkAZ [2021-07-25 18:21:31 +0000 UTC]
👍: 0 ⏩: 0
PCX-Art [2017-09-21 03:12:53 +0000 UTC]
are there any free programs (that ar'nt malwere or come with some kind of catch that dos'nt reely make the program free) something like this could be made with?
Cos I don't have Flash (well I have a plugin in my web browser that let's it play flash content like this, but I don't think that counts / would be very helpful to me)
👍: 0 ⏩: 1
PCX-Art In reply to Polyphius [2017-10-18 01:12:48 +0000 UTC]
pretty sure that's iligol (not to mencon a good way to get malware if your not carfol)
👍: 0 ⏩: 0
Tetsuya-the-Wise [2017-04-02 00:38:06 +0000 UTC]
What if, at a certain frame to another, I wanted to play out an animation instead of the reader flipping through it? Is there a certain code for that?
👍: 0 ⏩: 1
TiredBrony In reply to Tetsuya-the-Wise [2017-04-03 09:16:33 +0000 UTC]
There is, and it's probably easy to do... but I have no idea how to do it.
👍: 0 ⏩: 0
coppy-cat [2015-09-18 20:02:52 +0000 UTC]
OMG this is great! i thought it didn't work at first but it was just cause the commands are differnt on my computer. i needed to press cmd+enter THANX SO MUCH!
👍: 0 ⏩: 0
KrasSilverFang [2015-02-25 03:56:14 +0000 UTC]
I salute you sir, this will prove to be useful on the making of an animated comic, what is the maximum swf file size one can upload?
👍: 0 ⏩: 0
Trinityinyang [2014-05-07 06:58:39 +0000 UTC]
YOU SIR, ARE MY HERO!! You've made creating interactive comics a total cakewalk!
I just don't get codes and actions scripts at all.
THANKS MAN!!
👍: 0 ⏩: 0
EStories [2013-12-11 03:02:55 +0000 UTC]
That tutorial makes me think about a few ideas o.ô Nice1
👍: 0 ⏩: 0
matty4z [2013-12-11 01:23:40 +0000 UTC]
great tutorial and now to go download flash www.youtube.com/watch?v=hVKxtI…
👍: 0 ⏩: 0