Games Achievements My Kong Sign In

Comments for Flash Tutorial For Beginners

« Back to Flash Tutorial For Beginners

XxsenaroxX

Dec. 17, 2011

Under rating threshold (show) its not work to me :(

+ - !

(-1)

piotraper

Jul. 07, 2011

Under rating threshold (show) gonna make a game... or just try :P

+ - !

(5)

Aspyre

May. 24, 2011

Under rating threshold (show) Amazing tutorial. Thank you so much. :D

+ - !

(0)

asmit10

Nov. 30, 2010

Under rating threshold (show)

+ - !

(-8)

lukasbryant

Nov. 21, 2010

Under rating threshold (show) Question: What's the music's name? (please answer!)

+ - !

(3)

ers99

Nov. 03, 2010

Under rating threshold (show) Plz do one for CS5.

+ - !

(6)

darkgreen6

Aug. 22, 2010

Under rating threshold (show) I cant get a download for cs4 it only allows me to download cs5 please help me

+ - !

(5)

bhattarai333

Aug. 01, 2010

Under rating threshold (show) on(keyPress "") {_x -= 3} on(keyPress "") {_x +=3} on(keyPress "") {_y -=3} on(keyPress "" {_y +=3} 3= speed, if you want to make it faster slower, just add or subtract, much easier than the other one.

+ - !

(4)

pwnguy

Jul. 02, 2010

Under rating threshold (show) movable object for as2: onClipEvent (load) { var speed:Number = 10; } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT) and Key.isDown(Key.CONTROL)) { this._x -= speed; } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.CONTROL)) { this._x += speed; } if (Key.isDown(Key.UP) and Key.isDown(Key.CONTROL)) { this._y -= speed; } if (Key.isDown(Key.DOWN) and Key.isDown(Key.CONTROL)) { this._y += speed; } }

+ - !

(2)

LostHero

Jun. 23, 2010

Under rating threshold (show) i'm kinda confused is this for making flash movies or flash games?

+ - !

(-2)

smasherbot

Jun. 18, 2010

Under rating threshold (show) i luv dis :)

+ - !

(6)

shadowhawk128

Apr. 08, 2010

Under rating threshold (show) Thanks for the help :) but is there any way to slow down the animation process when playing the movie?

+ - !

(1)

Peanutmanrox

Mar. 13, 2010

Under rating threshold (show)

+ - !

(-5)

Olimar72

Feb. 19, 2010

Under rating threshold (show) Sweet! So awsome! Learned so much, THANK YOU! Also, if you click music button more than once, it will play more than one copy of the song. Other than that, so awsome!

+ - !

(6)

used_tissue

Jan. 28, 2010

Under rating threshold (show) really happyfeet your gonna worry about that........

+ - !

(0)

philiosapien

Oct. 03, 2009

Under rating threshold (show) class object extends MovieClip { var velocity; function onLoad() { velocity = 10; } function onEnterFrame() { if( Key.isDown(Key.RIGHT) ) { _x = _x + velocity; } if( Key.isDown(Key.LEFT) ) { _x = _x - velocity; } if( Key.isDown(Key.UP) ) { _y = _y - velocity; } if( Key.isDown(Key.DOWN) ) { _y = _y + velocity; } } }

+ - !

(0)

happyfeet

Sep. 26, 2009

Under rating threshold (show) does anyone realize he wrote Imput Text not Input Text

+ - !

(-1)

omazing

Sep. 20, 2009

Under rating threshold (show) nicely done... but please add on the "mouse-controlled object" that you add an } the next line of the ActionScript for the sake of everyone who may have tried and upset they failed...

+ - !

(5)

omazing

Sep. 04, 2009

Under rating threshold (show) nice dude... i am new to flash... this is EXACTLY what I am looking for.

+ - !

(0)

SantyMOD

Aug. 17, 2009

Under rating threshold (show) Oh darn. It's not loading for me. ;'[

+ - !

(0)

darkking1123

Aug. 15, 2009

Under rating threshold (show) thanks alot! 99/5 :)

+ - !

(0)

MagicOreo

Jul. 26, 2009

Under rating threshold (show) "class object extends MovieClip" says theres some error

+ - !

(0)

MagicOreo

Jul. 26, 2009

Under rating threshold (show) actually a good beginner tutorial for people like myself, some tell you to do stuff and leaves you thinking "what the heck does that mean"

+ - !

(0)

DFrostZ

Jul. 26, 2009

Under rating threshold (show) I had a problem with the mouse moved items it was something wrong with the second line in the script "{" unexpected errors.

+ - !

(0)

Joshg21

Jul. 11, 2009

Under rating threshold (show) Can you explain the flash animations to me please? Sorry i'm like stupid i dont understand what your saying to do. Everything else made since to me thought, it's good, just need help on the animations -thanks

+ - !

(0)

GamingJebus

Jul. 07, 2009

Under rating threshold (show) good tut 5/5 and good music =D

+ - !

(0)

dreamer111

Jul. 06, 2009

Under rating threshold (show) You have shown me the way

+ - !

(0)

fishhy

Jul. 03, 2009

Under rating threshold (show) THANK YOU SOOOOOOOOO MUCH!!!!! Best tutorial ever!! 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000/5!!!

+ - !

(0)

Waffles911

Jun. 22, 2009

Under rating threshold (show) Seems like a good tutorial but I have a Mac. And the pictures and such are for PC's.

+ - !

(0)

Omega81726354

Jun. 17, 2009

Under rating threshold (show) Oh, nvm

+ - !

(0)

Omega81726354

Jun. 17, 2009

Under rating threshold (show) It's just a black screen -___-

+ - !

(0)

moxmoxmox

May. 31, 2009

Under rating threshold (show) coluorful,good music 3/5 : )

+ - !

(0)

CrazySoap

May. 30, 2009

Under rating threshold (show) NICE TUTORIAL really, 5/5

+ - !

(0)

samuraibill1

May. 25, 2009

Under rating threshold (show) press green buttom thats starts music three 13 times starts scazry muusic

+ - !

(0)

LWolf

May. 15, 2009

Under rating threshold (show) LOL... try pressing the green button that starts the music about 10 times... see what happens.... nice bug

+ - !

(0)

SilverPuma

Apr. 22, 2009

Under rating threshold (show) On the music tut, after everything is done and you put your music playing, when you press the "stop" button the music stops playing, but when you press the "play" the music won't play again. Any tips?

+ - !

(0)

SilverPuma

Apr. 22, 2009

Under rating threshold (show) Ty for the tut but the music is completly out of proportion =P

+ - !

(0)

Heylon

Apr. 18, 2009

Under rating threshold (show) nice mux(music) tho but use higher frame rate for your tuts, AND MAKE A PRELOADER, i sould make a PRELOADER tut and put it on kongregate

+ - !

(0)

Heylon

Apr. 18, 2009

Under rating threshold (show) moveabe objects use AS 2.0 heres the code: onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { this._y -= 10; } if (Key.isDown(Key.DOWN)) { this._y += 10; } if (Key.isDown(Key.LEFT)) { this._x -= 10; this.gotoAndPlay(5); } if (Key.isDown(Key.RIGHT)) { this._x += 10; this.gotoAndPlay(1); } }

+ - !

(0)

Bray21

Apr. 07, 2009

Under rating threshold (show) ninjabojk, im using google chrome and it works

+ - !

(0)

johnnydude

Mar. 31, 2009

Under rating threshold (show) what do u download 2 make a tutorial like this?

+ - !

(0)

Rayquax

Mar. 19, 2009

Under rating threshold (show) Hmm nice! Although you should really make a Flash Tutorial For Beginners For Beginners since it was too complicated for me.

+ - !

(0)

Fushinryu

Mar. 05, 2009

Under rating threshold (show) Very nice tutorial. This will help with my game. 4/5 - "Imput" is spelled "Input."

+ - !

(0)

tacsi

Feb. 19, 2009

Under rating threshold (show) nice game, huh??? just black and my internet is lying: it is ready

+ - !

(-1)

tacsi

Feb. 19, 2009

Under rating threshold (show) not work!

+ - !

(0)

1ashl

Feb. 19, 2009

Under rating threshold (show) omg, this helped me sooo much. thanks!! ^.^ xD on Kong's shootorials, i couldn't get something working :P

+ - !

(0)

ninjabojk

Feb. 06, 2009

Under rating threshold (show) well i got it to work! seems like it can't be opened in Google Chrome, so i just loaded the gaem in firefox instead.

+ - !

(-1)

ninjabojk

Feb. 05, 2009

Under rating threshold (show) is this broken? i can't get it to load, just a black screen:S

+ - !

(-2)

halorules

Jan. 30, 2009

Under rating threshold (show) Very helpful programing tutorial

+ - !

(0)

Remembamehah

Jan. 01, 2009

Under rating threshold (show) Hmm is there another way to export as Actionscript for the music? I dont seem to have a linkage button when I right click the music, theres only one on the top right but it doesnt do anything when I click it

+ - !

(0)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2025 Kongregate