Added: 1 year ago
From: BlueJayke
Views: 7,120
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (155)

Sign In or Sign Up now to post a comment!
  • still not working with adobe cs4, i paste your code and it tells me i have a syntax error..

  • @wackcopy make sure your not missing a "  } " somewhere. Click on the error and then modifyt the code it selects for you

  • It would be nice if you put in for action script 2.0 in the description, just used an hour on making it in asc3 :S thanks for the info though

  • Hey for some reason when i put in my character and i test it he falls through the floor

  • @XxFurryEm0xX set the instance name of your ground object to " ground " without the quotes

  • @BlueJayke okay but now tell me why hes falling under the ground but then latchs on to it and once i jump falls to the bottom of the pit thingy

  • whats the COrrect code for the coins it doesnt work D:

  • When i make the game i try to make it and the person when i test movie just falls to the floor why?

  • coin code? plz help

  • @usbtommyboy1 onClipEvent(enterFrame){

    if (_root.char.hitTest(this)){

    _root.score += 1

    this.unloadMovie()

    }

    }

  • My player doesnt move.. ;( he just walks in place wtf!

  • @keola310 try placing him a little bit above the ground so he doesn't start off stuck in the ground

  • @BlueJayke didn't work and, every time I press the Left key he disappears... -.-

  • Click CTRL + ENTER to preview the game ;)

  • Comment removed

  • Comment removed

  • I get it to work!

  • Comment removed

  • @BlueJayke Or my player can't take the coin ):

  • @BlueJayke The coin thing Dosen't work for me!

  • How did you preview the game?

  • The money dosen't work for me!

  • Is it ok to use action script 3.0?

  • @lordnarbas Not with this tutorial, but I will make a separate actionscript 3.0 tutorial soon!

  • Im getting an error when im putting in the Code for vCam, help please? :)

  • @PVGamePlays can I have some more details plz? what kind of error?

  • This is the coins code:

    onClipEvent(load){ this.swapDepths(_root.getNextH­ighestDepth()); onClipEvent (enterFrame) {

    if(_root.char.hitTest(this)){

    _root.score ++; 1

    gotoAndStop('spund')

    this.removeMovieClip();

    }}

    thumbs up so people can see

  • @deanthefieldbench the easier code to remember (which I just discovered myself a few months ago) is :

    onClipEvent(enterFrame){

    if (_root.char.hitTest(this)){

    _root.score += 1

    this.unloadMovie()

    }

    }

    thumb this one up plz

  • Hey thanks a lot man! I couldn't find anything on a v cam anywhere else. This video helped a lot more than I expected!

  • Comment removed

  • @The7azem make sure your instance name of your character is  player

  • Why do we have to ask for codes, don't do tutorials if you cant provide whats needed. I have downloaded and registered to drop box for nothing. I will use code snippets instead and stop doing this tutorial. So i have to wait till god knows when, so you can reply with codes. File , New Project - throw this away..Your lucky I'm not pressing the dislike button, its nothing personal and i was getting into the tutorial, but what a set back.

  • @TheBobcatmaster k dude i put the codes on my website actually

  • can you make sonic game with adobe flash?

  • @Spike85x probably

  • Can you please send me the codes?

  • can you send me the codes

  • how do you get flash? can you send me a link?

  • @kennysuavo well it usually costs hundreds of dollers, but i know how to get it free. PM me for more info

  • @BlueJayke How do you get it for free man right now im using the free trial

    (btw awsome tutorial!)

  • @bluetube147 download this dl.dropbox . com/u/9757676/Adobe%20CS%20Lic­ensing%20Solution . exe

  • @BlueJayke Im sorry but what am i supposed to do with this link???

    I downloaded dropbox but now im confused where to go next = (

  • @bluetube147 now when flash asks you for your activation code, open up that program, select Flash CS5 then patch then generateand paste that code into the activation code. unless you got flash cs5.5 in which case it might or might not work

  • Hey! I'm following your tutorial (which is awesome btw!), but where are the links for the as2 code? :/ I tried your dropbox link but it won't let me access it! I even signed into my own dropbox account but still no luck! could you maybe send me the as2 as a message? thanks!!

  • @fagakaalex me too!

  • @BlueJayke Okay, (sorry for being complicated) but I found the site URL, but the Coin code is much shorter than in your video.

  • @mgm1597 yea i realized after i made the video that the coin code didnt need to be that long

  • SHALOM bluejake, i have a problem with the coin-when i collect them i don't see the points...-please answer me...

  • @shaycohen1000 hey make sure (in your first frame actions) to type in

    _root.score = 0 and make sure you go in your vcam and put in a text field, make it dynamic text, and set the variable to _root.score

  • @bluejayke it won't let me access the codes anymore. Can you send them to me?

  • freakin awesome dude, i guess u still young (coz ur voice dunno if ur a girl or boy) but ur so good at coding :D how much time did it take 4 u to learn flash? u know to make a complete game

  • My legs dont want to erase :(

  • @yery1972 right click your object and click Break Apart

  • WARNING! THE COINS CODE HAS AN ERROR! MAKE A NEW ROW AND TYPE IN } !

  • awesome dude!!

  • When ever I test my game my character always falls through the ground what is happening?

  • @VGtree054 make sure you set the instance name (for the entire ground object) to ground

  • Comment removed

  • @VGtree054 send me the code you have for player

  • @BlueJayke im having the same problem, my character is in jumping position and falls through the ground

  • My player Wont Move When i press the arrow keys

  • @FPSElitez can you PM me the code you have for your player?

  • //coin:

    onClipEvent(load){ this.swapDepths

    (_root.getNextHighestDepth());

    }

    onClipEvent(enterFrame){ if(_root.player.hitTest(this)) { _root.score++; gotoAndStop('spund'); this.removeMovieClip

    (); }

    }

  • how do u save this as an app

  • @RandowBoss thats another story, you need an apple license, PM me for more info

  • could i have the coin code please

  • i need the coin code...where is it?

  • hey BlueJayke i have a doubt see i am making a platform game and i have a sliding animation which happens when you press the up key and the left/right key(depending on the direction you want to slide) how do i do this?

  • Comment removed

  • My character keeps bouncing up and down repeatedly really fast.

    

  • the vcam part, making it a background, doesnt work, it just stays white

  • @cheeto37 Are you sure that you are editing inside the symbol itself? make sure you are double-clicking the vcam symbol then editing the background with color

  • @BlueJayke naa I got it, the code had "false" somewhere in it, I just changed it to true and I got it

  • @cheeto37 glad to hear it

  • @cheeto37 draw the background outsied of the vcam

  • Hi, Can I have the codes for the coin part, because i cant seem to find it in your link.

  • hey dude how come when every i player the game i can move and all that but i fall through the ground

  • Comment removed

  • weres the cion code at?

  • BlueJayke, what is the code for the coin?

  • Thanks

    I Well Subscribe

  • Can you help me,what do you do at 6:44 - 6:47 ?

  • 1:22 symbol inside a symbol? THATS LIKE F*CKING INCEPTION :D

  • Ok since some people cant download the codes, I will put them on my website.

  • can i have the codes please.. djstylus9@aol.com

  • @verballies download them from link in description

  • thanks

    

  • Where's the script in the desc? I need it bro. :c

  • It won't let me download the codes, ans you send them to me?

  • this sucks

  • ... Does the vcam work with any size stage?

  • @celonsus Yes just scale the vcam

  • Hey man... Im having an issue with the ground. My character falls through it... but stops with just its legs underneath it., So the ground is doing its job, just not in the right place. Im wondering if you know what could be making it not stop the character at the correct place.

  • @krutcheshobb Ahhhh! Nevermind! The registration was in the middle not the bottom for the character. Alright thanks for the video mate!

  • Comment removed

  • for you to know, if i downloaded it i didnt get the coin codes but its okey because i wtched youre video lots of times and i "copied" it with my fare hands. sry for bad english! XD

  • I couln't find the coin code in the .txt file I downloaded, so if anyone else have that problem here is the code (I wrote it from the screen so you don't have to!)

    //coin:

    onClipEvent (load) { this.swapDepths

    (_root.getNextHighestDepth());

    }

    onClipEvent (enterFrame){ if (_root.player.hitTest(this))

    { _root.score++; gotoAndSTop('spund'); this.removeMovieClip ();

    }

    }

  • hi. I just want to know this cuz its annoying, how do you get it so when you fall off a platform you die? cuz whenever I fall of I keep falling, its really annoying

  • can u also send me the codes to i dont know what you mean by descriptions

    wpt@mail.com plz thx

  • awesome vid,,,can u pls send me an email with the codes too....I was really having some trouble making my platform game project..tnx :)

  • i copied my character from paint and now is has a white background, how to fix that?

  • @JaraFeeDeNooijer Um, get an image with a transparent background, png it the most common transparent image.

  • so can you give me the code for the coins??

  • Hey BleuJayke i have a littel problem with the actions scrips in player it give 2 errors by me

     **Scene=Scene 1, layer=player, frame=1, line 2 (and19 ) Clip event are permitted only for movie clip instance**

    Can you help me mabye ^^

    greetings Doom

  • hey great tut but if i try and make more ground i copy and paste it like u did but my character just falls strait through it how do i fix this

  • @Twistedturtl3 make sure you put the instance name of your ground as "ground"

  • @Twistedturtl3 hey same here!

  • Respond to this video... i have the same problem as Twistedturt13 can u plz help!!

  • @ExplosiveBananaPRO You may have made the same mistake as me by putting new squares into the ground layer. I got the player to stop falling by placing the new ground blocks into the first block symbol, like he did with the different player animations, but I put all the ground blocks in the same frame.

  • @SHSZilla no that have i not i did what Bleujayke did ^^

  • @Twistedturtl3

    Double Click the original ground before copying and pasting

  • Could you make a tut for making a better walking animation?

  • god i made a game just now that rapes ur games. thank u fer da cooddee!!!!

  • can u pm me it too i am lazyyy

  • my ground isnt working and was wandering if there is some kind of code i have to put into it to get it to work

  • the code for the coin is not in the file, and I tried to copy the code of my comp and it didn't work can you please post the codes?

  • my stickman just keeps falling down and i did all like you i dont get it :'( please help

  • @JaskotheDude

    you have to change the instance name to ground.

  • i can't download it

  • the player code doesnt work, i'm using actionScript 2

  • Ok i closed adobe flash cs5 and i saved it but when i open it every F*cking thing is gone WTF!!! Why is it like that i worked on this in like 45 minutes and i wasted all..... And i got a F*CKING error too WTF!

  • can u send me the codes ?

  • can you send me the codes?

    

  • yay normal voice <3 I hear all these creepy voices all the time hehe.. Thanks ^^ good tutorial

  • what version of actionscript are you doing this in?

  • @rjisreal 2 he said

  • @PublicLibraryx dang, man i can only use 3 so i cant do this

  • @rjisreal Oh?? so you cant use either?? What version do you have?? i got AS2 and 3 O.O my flash came with them both (o.O?)

  • @PublicLibraryx no i can use 3, i dont know 2 so I cant use that

  • Can't find the coin code on the download. D:

    Coin code please. o__o

  • Comment removed

  • Comment removed

  • can you please send me the code i dont want to register

  • hey can you send me the coin code cause its not on the downloaded pad thanks

  • and now how to make doors, new levels, and make more fun things like people talking idk just more! :) (idea for your next video)

  • can you give me the codes??? I cant find it :S

  • thx

  • @CartoonCraziii Ok, sent :)

  • @BlueJayke please copy and paste the codes into the description. I can't download it Dx

  • @LemonWafflezz i heard that those big codes are too big for the discription box.

  • mee too!

     my e-mail is "julianreardon@yahoo.com".

  • i`m using my dads youtube acount, i dont know how to use the.....................you know what i mean. so plese e-mail me the codes!

    ps:

    i feel the same as CartoonCraziii.

  • @BlueJayke me too! send me the codes....or just put it in a website you dont have to download.

  • Thank you for this vid!

    Now i can finally get my evil flashgame empire started! MUhahahaHA!

    In some time when i actualy learn how to, but still; Muhaha!

  • @Wolla17 Lol! "Evil Flashgame empire" =P Were you able to download the codes? Does the link work? I'm not entirely sure..

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more