Added: 3 years ago
From: g0rmi
Views: 14,889
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (84)

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

  • ......

  • ........

  • How would i stop a frame from moving so i can use multiple buttons in the program?

  • @MrReaos select the frame you want to stop, then press F9 (or right click the frame and press > actions). The "actions-panel" will then pop up for that frame, now type; "stop();" (without the quotes). Good luck :)

  • @g0rmi How do I make a Start Menu that will pick plenty of characters and start the animation like a collaboration animation?

  • @adikk123 That's an option yeah :) and also you could make a gotoAndStop(1); in the last layer, so it goes back to first frame and then you can click play. There's really tons of opportunities :)

  • awsme...video......thnx.......­...yar :D

  • Thanks man this really helped and in good quality :D

  • THX MAN!! 

  • MAN..THANKS! THIS REALLY HELPED ME ALOT,BECAUSE I WAS SEARCHING FOR THIS LIKE,FOREVER :C....THANKS AND I SUBBED AND COMMENTED(OBVIOUSLY)

  • @itsChrisLife Thanks man! :D

  • @g0rmi And i made a tutorial about this of my own...see it? Thanks

  • @itsChrisLife Cool, okay i have seen it now, and yours is for cs4 users :)

  • Whats the music agin, not gonna get us?

    or how????

    :P let me know, ok?

  • @kurtal6 it's in the description :)

  • 1) you dont know proper english ( and i am not english either to say that)

    2) your FONT in notepad IS HUGEEEEEEEEEEEE

  • yes im aware of that, but by using a great size, everyone can see it, aight?

  • no we cannot see since you only see PART OF THE F*** word constantly.. not that it matters ur tutorial didnt help me.. i was searching for something else i already knew what u were doing here..

    (i am looking on how to start and stop a sound using actionscript regardless of the timeline)

  • @dialnick okay, hope you find what your looking for then.

  • I JUST GOT IT RIGHT NOW!!! ITS AWESOME!

  • added u to my windows messenger. my email: larryjames1(at)att(dot)net Please add me to ur windows messenger. :) Hope i see u on my chat. ;)

  • how can i make it play sound and stop playing sound?

  • i think there is several ways to do that. I dont use sounds enough to know the code really :) but maybe you can do something like volume = 0... somthing.. I dont know :D

  • one question!

    i did the play button and made actions to it

    i try do the same with with the stop button and tells me that actions cant be applied!

    does each button have to be on a seperate layer?or can they be on the same layer but on a different keyframe?

    thansk!

  • yes, you can put both buttons in the same layer, but you have to make sure that all the buttons appear in all the frames :)

    please reply if its not working.

    g0rmi

  • @g0rmi tattoo are gay

  • thank u ur awesome....help me with final year project...

  • sure i will :D

  • Tnx m8 :) be good

  • thnkx

    really helped

    5/5

  • ty, you may subscribe that would be nice :D

  • AWESOME! Thx man, rly needed this!

  • whats the code if i want the button to work with a keyboard input, ie. ENTER? i vaguely remenmber part of the code from character movement, but i cant get it to work :S

  • well, i dont know the code, but i remember ive tried it before. Im sure the code is linked somewhere here on youtube =)

  • THANKYU SO MUCH! >:D

  • haha ya welcome :D thank you all of you guys, more questions are welcome, i think ill soon begin to make another tutorial :D

  • but how to do a button that only play one time? :/

  • you mean like in the start of a movie?.. in the first frame you give the frame the as:

    stop();

    and make a button, then you give the button the as:

    on(release){

    gotoAndPlay(2);

    }

    what is does, is that when you release you mouse on the start button, it will go to frame 2 (the next frame) and play ;)

  • With CS3 and CS4, when you're opening up a new document, be sure to chose either an ActionScript 1.0 or 2.0 document so that the code will work.

    (In CS3 and CS4, documents are default ActionScript 3.0. ActionScript 3.0 uses different coding, so that's why it usually doesn't work.)

    If you've got a project open, and you need to change the document's ActionScript, go to File > Publish Settings

    Click the "Flash" tab, and in the dropdown for "Script" change the ActionScript to 1.0 or 2.0

  • yes thats right :)

  • your welcome, i allways like to help =)

  • hey thanks a lot!

  • your welcome m8 :D

  • i always get **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances on(release) {

    gotoAndPlay(1);

    }

  • hmm.. try make it all over.

  • how do u make a play buton so that it doesn't play automatically at the beginning

  • hmm... not sure what you mean, but in the first frame you can open actions (F9) and put in "stop();" that should do it ;)

  • nevermind wht i sayd before, they works, only open the description and Copy and paste it, it will work, i promise

  • okay, yeah it works :)

  • i does´nt work

  • can i use this for flash 8??

  • yup thats what i use :)

  • okay :) your welcome... its long time ago i made this video... and i think i have nice experinces with flash.. so ask me to make a tutorial if you want one :)

  • can u make one for making objects follow the mouse whit + speed than normal?? plss answer soon ,cuz i need that actionsciprt, tnxs alot

  • theres many tut's about that here on youtube m8 ;D just search for something like "how to make mouse in flash" :)

  • I did exacltly what you did.. But it's don't working..

  • same for me

  • Thanks

  • whats the song?

  • do u know how to make a music stop? like i have a music that i cut it half way so that i could put in the other music, but when i played my video it kept on playing the music that i have cutted :O what happened?

  • you have to set the sync to stream

  • yah that happened to me too

  • god damn my flash sucks im doing the same thing as you but it keeps highlighting every frame on edit

  • Because you need to lock the first one :) and after you need to have the one you are going to higligth in a layer by it self :)

    (yeah i know my english sucks)

  • hmm, sounds a bit weird...

  • ty so much u no the stuff

  • your welcome =)

  • haha, ty so much :D

  • the most easy will be to make 2 layers... 1 music on each

  • this is not what i was looking for um

    can u help me i need to know how to make music stop whene i want it to (with action script)

    like a sprtie movie i have one music going then it stop becuase someone dies and there is sad music can u help me do this PLEASE

  • specially if your going to make more music close to eachother

  • I tried your method, but it's not working... I only got till the button-edit part... When I highlight the play button, and Click the Action panel out, it says that "Current selection cannot have actions applied to it..."

  • sry about that... hmm, try open a new document and start from scratch, if its still not working, tell me and i hope i can help

  • Nevermind... I found out the problem... it's because I was using AS 3.0... After I changed it to AS 2.0, it works!!!

  • ok :)

  • try make it all over again, i think you maybe didnt convert it to a button, idk.

  • Comment removed

  • yeah me too does anyone know how to make it work?

  • what's not working? :)

  • can you make a button that actually starts the movie, and not just play after pausing? thx!

  • yes, thats even more easy to do :)

    this would be the code to type in the "play at first frame" button:

    on(release){

    gotoAndPlay(1);

    }

  • thx! and i love the song, i added it to my blog. :D

  • ya welcome =)

    let me know if u need help with anything else

  • snackfood! and i love the song. idk if i told you that already, but it rox. :D

    'they're not gonna get us!" "oh yes we will!! prepare for deathage!!"

  • haha i sure like the song too :P well not so much anymore, because ive heard it too much ^^

  • haløjsovs jeg er fra danmark rektig god video tak for hjelpen

  • It didnt work for me , all the button did was move. It stopped my flash on the first frame n i "tried" to click my button but nothing happen...

    I'm so confuse..

  • hmm... what did you type in the start button?...

    and for that case in the stop button...?

  • hmm... if you post me the code that you typed in the button, i can help you, and tell what's wrong

  • thank you for teaching!:P

  • your welcome :)

  • Hey man this realy helpt me out.

    But can you teach me how to make a menu before your flash menu starts?

    So that you can choose to start the movie

    or that you can choose to see the credits.

    I hope you understand me :)

    And if you do I hope you can explain it to me

    Greets

  • hey, i have some trouble uploading tutorials to youtube at this moment... but when i gets to it, i can try upload it... i allerady made a tutorial i think :)

  • Take your time.Ime just animating right now.Its to bad I suck at the action scripting.

    GL with it.

  • thanks :D

    good luck to you 2 :)

    btw... if you need help action scripting... i can perhaps help, just say what it is you want :)... then i maybe got an idea or something :D

  • nice TUT the best for this by far. I went to a camp in russia near the black sea and they had the same song. Im russian too, anyways nice tut and hope more to come

  • i would enjoy to make another tut, but i dont know what it shall be about :(

  • hey sporefart... shall i just teach about the basics so i just make a little basic game... or you want me to teach how to make a shoot game??... ill prefer just make a basic game =)

    ill do that ok? :)

  • sure, basics is fine!

  • great tutorial! much better then some others i've been finding! i am personally a noob and would like it if you made a tut for game making.

  • yes.. i can do that :)... i will make that tomorrow :D

  • sure... but this is only for mx flash pro 8 user's... it doesnt work in CS3 i guess... ill type that in the description ok?

  • kinda sucks because unlike in flash mx in flash 8 pro (CS3) I click on the button go to the script part and it say's cannot add command so its uselss tutorial)

  • well... yeah i think so... make me a reply, to tell some details about what you want...

  • Hi,

    Thanks dear.....

    you cleared very nice way i like it.. thanks again.. i have done as you told in movie.....good thanks... could you send more example in flash like photo gallery etc.......

    Thanks advance for reply......

  • btw guys... im strugling for making a new tutorial... plzz.. can someone ask me out ^^

    i really wanna help people making flash :)

  • thx :)

    im glad that people dont talk bad, but good about the tut... and im sry about that the video takes so long :P

  • hi gormi.. nice tut.. but DEBRADEBRIS ?? The code for cs3 iz liek thiz ;)

    on(press); {

    play();

    }

    Try that, worked 4 me m8 :]

  • what is the formel you typed in the play button?

  • Can you help the stop button worked but the start does not when i click the stop it works then i go to click play it just doesnt do anything please help.

  • sry DEBRADEBRIS... but i dont know what the actionscript in CS3 is. its closely the same i guess xD.. lol

  • the name of the song is "they're not gonna get us" from Tatu :)

  • awsome dude thnx

    btw name of d song?

  • i use flash cs3.... something is wrong...

  • it pwns you made it perfect! xD

  • I think its good, nice music BTW... 4/5 from me :)

  • thanks alot :D... but dont worry.. the next tut ill make will be faster... maybe with mic on instant :P

  • Dude, this is a nice tutorial....

    It really helped me doing my flash...

    Thanks, pleaze make another vid...

  • hmm, what you think guys, is it helping??

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