Added: 4 years ago
From: DartBunny
Views: 98,592
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (422)

Sign In or Sign Up now to post a comment!
  • clever

  • Comment removed

  • Lol! Happy that i got flash for free ;)

  • What is this software called?

  • @DrHackable Macromedia Flash

  • @DartBunny Is it free?

  • @DrHackable i think it is

  • @DartBunny Far from it 400 dolla

    Unless you are smart enough to know that's too much, and pirate it.

  • @DrHackable no its not free, the newest one is like £600 i have it myself..

  • @DrHackable check out hackforfreemac for how to get it for free normally $350

  • I don't consider buttons a game put some real code in it. It will totally mess you up. This is a good video for doing coding for only doing Buttons.

  • Noobs teaching Noobs and teaching NAD coding. Don't try to learn from this, itll mess you up

  • wow i watched your tutorial but i made it in little big planet haha, works perfect

  • pretty cool

    

  • Good tut thanks

  • I tested it and I keep getting the error "'(' expected" I tried putting "on" in parenthesis but then it says unexpected "on" what am I doing wrong?

  • oh man, I knew this....

    I want a go back button and not gotoAndPlay(..)

    If I make more levels then I need to put everywhere the gotoAndPlay(..) button and a new page.

    Isn't there somthing like:

    go(back);

    (lol, I don't know)

  • Thanks alot! :)

  • hi dartbunny ..... i would like to use this video in an ict project im doing at school, which is about flash. Can i have permission to use it please? i can link it back to you or whatever you want. thanks

  • @ccallumm1

    Of course you can :D, it would be an honor!

  • @DartBunny

    Beautiful answer. If more people would apply such manners, this world would be a lot more hopsitable!

  • My advice: Frame1 is main menu, 2 is instructions, 3 is you lose, 4 and on is your levels. Hope this helped, and good tutorial. :D

  • what's the progammne?

  • this is a easyest type of game to make and thank you for teaching

  • /watch?v=dv_b81Ip4yM High Definition :D My tutorial :D

  • thank you man

  • lol that was really very smart

  • Is this flash mx?

  • i know this seems HARD but when you get into this you can actually do anything... ´This seems toooooooo easy for me :P

  • Excellent

    Since 2007!!

    Amazing!

    Thank you so much :)

  • it says "current selection cannot have actions applied to it"

  • Mag 9: great tutorial. can you do a tutorial on platformer games?

  • @2000rubs LOL XD

  • it says Mouse events are permitted only for button instances on(release){

  • @Jermaximum That's because you didn't select the button, you have probably selected a frame. When you select an object (button) you'll see it's picture on the right hand side of the screen.

  • @DartBunny to complicated. i cant see what ur doing

  • @anthony15601 ya, right! he must add a music too! but the game is nice.

    I don't know what to do....

    I'ma newb x)

  • @Jermaximum You are using actionscript 3, this is written in actionscript 2. You can do this in actionscript 2, but not 3

  • thnks guy

  • What I really need is something that teaches me how to make idle animations; I know how to make a platform game and how to animate sprites. All I need is to put them together.

  • you know the code that you press like space and then go to a frame?

  • ur tutorial is kinda suck, so blur, and no sound at all....

  • you go too fucking fast

  • @codyz1112594 tht

  • @codyz1112594 pause the vid lol

  • @DartBunny go slower

  • @codyz1112594 your just too fucking slow

  • Cool , thanks !!!

  • Well done

  • for me this is old stuff

  • because you're not a beginner but for the beginner's its new!!!

  • Instead of writing gotoAndPlay or gotoAndStop writh nextframe(); you dont need to put stop(); in the next frame.

  • what program

  • is this macromedia 8?

  • Comment removed

  • WOW!!!thnx so much!

  • Instead of writing gotoAndPlay write gotoAndStop

  • since i think all that is hard i make games with MS Visual Basic 2008

  • what does that even mean?

    its sooo fake?

  • aye it worked xD

    cheers for teh upload ; )

  • very easy, it's a maze game

  • It looks very fun to make flash games!, maybe I start making. I've always wanted to make a RPG ;)

  • ive seen many free game engines like unreal engine , unity 3d and many more but seriously FLASH is a good "engine" for 2d games :D

  • happy halloween evryone!

  • where to download it?

  • for 400$ in a computer shop

  • @Godzilla3200 or get it free from internet xD

  • can you plz make a tutorial of moviing objects that you have to dodge

  • "on(release)" is after u let go of the mouse click

  • If you still don't know, it means when you stop holding your mousebutton, somethings will happen.

    The code inside "{" and "}" is what it does.

  • on is an command you use to do that what is in this: "{ more commands }" on(release) can be used on buttons.

    on(release) { [...] } means:

    if you klick the button nothing happens but if you release your finger from the mouse the commands happen between this: "{}"

    like this for a courser:

    on(release) {

    gotoAndStop(2);

    }

    there many other types for on like this:

    onClipEvent(enterFrame) { }

    get great tutorials and enjoy

  • It means if the button is released.

  • when u click it.. it wont do the action till u release the button

  • How do I learn actionscript? every tutorial I find is a porn site :(

  • at least you can find that i just get Swedish pirates gripping their mustard

  • @CC8BitSongs lol ofcs :P

  • @CC8BitSongs I make one for you my friend

  • @CC8BitSongs buy the book (online or from a bookstore) : Learning Flash Actionscript 3.0 (it has a winter theme on the front cover)

  • @CC8BitSongs thats not so bad :D

  • @CC8BitSongs You can learn ActionScript by watching YouTube videos. Mainly watch tutorials. You will then be able to apply the concepts found in tutorials to your code. I created my very own MMO in under a month just by using all of the code I have found in YouTube videos ;) And, the best part, NO PORN!

  • @CC8BitSongs Wtf?

  • @CC8BitSongs xD I have never lol'd at a comment before like the way im loling at yours xD Thumbs UP!

  • is the moment when you release the button

  • I would suggest getting a book on flash (only if your serious about learning it), or go to google and search actiionscript. "on release" means when you click and release the click on something. so in normal talk it is saying when click go to and play frame 2. flash is fun and if your slightly interested I would suggest you learn it. good luck

  • Wich Program is used?

  • Macromedia flash pro 8 ^^

  • I like it i giw you 5/5 stars ;)

  • how do you get it??? D :

  • it costs like 255 bucks but there are some tutorials to get it for free

  • wow! thank you 8D i made a game just like this one, now ima try something harder ^^ *faves*

  • it wont color the outside of the lines, wtf O_O

  • that's the reason why you have to outline the whole game.

  • can u give a link for the program dwn load

  • you have to buy it.

  • screw all pirates

  • thnks so much

  • thx a lot!!!

    but, how to make more levels?

  • thanks buddy!!!! this was a good video...i giw you 5/5 stars

  • why does my flash doesn't paint the outside?? fucking WHY??? plz answer me! i use Macromedia Flash Pro 8!

  • i mean, the area outside my path! PLZ SOME1 ANSWER MEEE!!!

  • first of all chill out

    second explain in more detail and i might be able to help you

  • at 1:30 the video guy writes to "colour the area outside your path" and he grabs the ink tool and clicks the blank outside the path of the maze, and when i click the blank area to colour it, it doesn't color, it don't happen anything.

    Also, i'm using Macromediaa Flash Pro 8

    and the outside is the are that the mouse can't touch capice???

  • I get what you're saying. Try drawing a box the size of your stage around the maze and then try to fill the outside of the maze red. You probably don't have a box and so there's nothing to fill.

  • flash is actionscript, 2.0 is easier to use than 3.0

  • thank you soooo much!!!!!!!!!!

  • Comment removed

  • thank you very much! 10 froum 5*^^

  • what's the name of program used in video to make game? please reply.

  • haha, why are there always those people who forget to watch in the more info xD

  • Macromedia Flash 8 Professional

  • Well...wait, it means there is a code for making games?? U have to learn a code or some kind of language?

  • How did you think you do them?

  • Rofl, smart guy ^^

  • i have 6

  • the easy way to make a symbol is to press F8 ;)

  • YAY someone that uses good old Flash 8 pro from 2005

    i have Flash 8 , Flash CS3 and Flash CS4

    (CS stands for Creative suite)

  • i cant open the ''action bar''

    i have flash mx can some1 help me?

  • srry i found it but i cant type anything in it :s

  • click on it and then type

  • doenst work :(

  • Check out my Video on How to download Flash 8 Professional Full Version or Whatever name i have gave it. It is Better than Flash MX

  • you have to change it to expert mode

  • Not bad.

  • Whats the url to this???

  • in play button: Gotoandstop(were the frame is) in wall: Gotoandstop(same here) in the ending point: gotoandstop(same here) Make a losing and Win frame Make sure they are symbols Play again button: gotoandstop(samething here) CONGRATS U THAT MADE A GAME!! kinda... don't wirte stop on each frame unless u need it
  • new game of mine cming in november subscribe for railers and alot more

  • Can someone tell me where to download this? for mac:)

  • ima pc

    *throws wrench*

  • hey what did u wright for

    (stop();) because in the video u wrote more than that

  • how do u do onion skin

    all it did was make a new blank keyframe?

  • Isnt there any way I can make a personal game for myself using my own characters? The game would be similar to a gameboy game (Graphics wise) I would do my own art, music, sound effects, ect. Is there a program I can get to be able to create my own little fighting game?!

  • you can make little 2d platform fighting games using adobe flash/macromedia flash same thing

  • gamemaker

  • ill make a voice video for yall to read and ill write codes in descriptions box ok but i need batteries

    so in like a week

  • i made it!:D very cool

  • my friend told me it is hard. is this true?

  • no

    i started when i was 12

  • what is the dam website

  • It won't let me make a start button! I did all that stuff where you change it to a button, but when I tried to do actions, it said: Current selection cannot have actions applied to it. PLEASE HELP!!!

  • i dont understand the stop the winning frame to (stop();), you wrote wayyy more than that??? PLEASE REPLY!!!

  • ONION SKIN??

  • its to simple :S

    always that blody mouse maze game :P

    lol make something with the arrowkeys etc. please :D

  • doent work!!!!the command in the starting stop[] doenst work!! help!

  • It's stop()

  • **Error** Scene=Scene 1, layer=Layer 1, frame=4:Line 1: Invalid mouse event specified.  on(realease){gotoandplay(1)}

    Please tell me why apears this error!

  • First of all you spelled release wrong,and second the gotoAndPlay has to have the A and the P capitalized =)

  • Thank's :D I was tired and it was late :P I didn't saw my mistake

  • it worked i just haved a problem with scripts erors but i repaired them

  • how did you repaired the errors?

  • i had grammer wrong

  • it worked for me is there any way to make levels for it?

  • aww too bad i already knew how to do this. oh well. you have given me the idea for a button instead of just writing

  • on (release) {

    gotoAndstop()

    }

    heres a code 2 all people

  • 5/5

  • how i make gravity for a game?

  • worked fine for me I'm just wondering how to disable right clicking! :D

  • wow its to bad its impossible ive been trying to get it to work it never works on( thats all i type then... i click the check button and it says error **Error** Scene=Scene 1, layer=Layer 1, frame=2:Line 1: Mouse events are permitted only for button instances on(release

    Total ActionScript Errors: 1 Reported Errors: 1. 

    what does that mean

  • that is what happens to me to!!!!

  • doesnt work

  • ...ive been working with flash for so long and you have sucessfully made me feel like im made of pure fail by how simple that was....bravo..=(

  • just got photoshop

  • Thanks

  • i mega stuffed up :'(

  • thx

  • wat program is this

  • Flash 8 Pro

  • I click on button actions and it says actions cant be applied to it

  • don't make the stop action script in all frames just in every button write:

    on(realase){gotoAndStop(2);}

    that is an example

  • ty. for this tutorial. i almost made a perfect game:P.... hope your next tutorila will have better quality :)

  • Where can i buy this game and how much would it cost?

  • this is shit no not the vid its a good tut but all this typing shit to make a gam how tha fuck we supose to figure out all that