@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 :)
@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 :)
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)
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
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
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 :)
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?
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..."
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 :)
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
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 =)
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)
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.......
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.
...
DN94 3 months ago
......
DN94 3 months ago
........
DN94 3 months ago
How would i stop a frame from moving so i can use multiple buttons in the program?
MrReaos 6 months ago
@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 6 months ago
@g0rmi How do I make a Start Menu that will pick plenty of characters and start the animation like a collaboration animation?
JustFullofGames 3 weeks ago
@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 :)
g0rmi 1 year ago
awsme...video......thnx..........yar :D
vrajinfotech1625 1 year ago
Thanks man this really helped and in good quality :D
TheMickii 1 year ago
THX MAN!!
leokful 1 year ago
MAN..THANKS! THIS REALLY HELPED ME ALOT,BECAUSE I WAS SEARCHING FOR THIS LIKE,FOREVER :C....THANKS AND I SUBBED AND COMMENTED(OBVIOUSLY)
itsChrisLife 1 year ago
@itsChrisLife Thanks man! :D
g0rmi 1 year ago
@g0rmi And i made a tutorial about this of my own...see it? Thanks
itsChrisLife 1 year ago
@itsChrisLife Cool, okay i have seen it now, and yours is for cs4 users :)
g0rmi 1 year ago
Whats the music agin, not gonna get us?
or how????
:P let me know, ok?
kurtal6 1 year ago
@kurtal6 it's in the description :)
g0rmi 1 year ago
1) you dont know proper english ( and i am not english either to say that)
2) your FONT in notepad IS HUGEEEEEEEEEEEE
dialnick 2 years ago
yes im aware of that, but by using a great size, everyone can see it, aight?
g0rmi 2 years ago
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 2 years ago
@dialnick okay, hope you find what your looking for then.
g0rmi 1 year ago
I JUST GOT IT RIGHT NOW!!! ITS AWESOME!
601190567892 2 years ago
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. ;)
AccountErrorBot 2 years ago
how can i make it play sound and stop playing sound?
AaronPetrungaro 2 years ago
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
g0rmi 2 years ago
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!
inquestFLASH 2 years ago
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 2 years ago
@g0rmi tattoo are gay
dialnick 2 years ago
thank u ur awesome....help me with final year project...
artikrutasi87 2 years ago
sure i will :D
g0rmi 2 years ago
Tnx m8 :) be good
Varsamoutopia 2 years ago
thnkx
really helped
5/5
kurtal6 2 years ago
ty, you may subscribe that would be nice :D
g0rmi 2 years ago
AWESOME! Thx man, rly needed this!
97Macke 2 years ago
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
BFG12043 2 years ago
well, i dont know the code, but i remember ive tried it before. Im sure the code is linked somewhere here on youtube =)
g0rmi 2 years ago
THANKYU SO MUCH! >:D
Roura4Me 2 years ago
haha ya welcome :D thank you all of you guys, more questions are welcome, i think ill soon begin to make another tutorial :D
g0rmi 2 years ago
but how to do a button that only play one time? :/
MrAbbe800 2 years ago
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 ;)
g0rmi 2 years ago
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
auriceli411 2 years ago
yes thats right :)
g0rmi 2 years ago
your welcome, i allways like to help =)
g0rmi 2 years ago
hey thanks a lot!
justmemac 2 years ago
your welcome m8 :D
g0rmi 2 years ago
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);
}
maplegeek21 2 years ago
hmm.. try make it all over.
g0rmi 2 years ago
how do u make a play buton so that it doesn't play automatically at the beginning
zany1616 2 years ago
hmm... not sure what you mean, but in the first frame you can open actions (F9) and put in "stop();" that should do it ;)
g0rmi 2 years ago
nevermind wht i sayd before, they works, only open the description and Copy and paste it, it will work, i promise
mariutoo 2 years ago
okay, yeah it works :)
g0rmi 2 years ago
i does´nt work
mariutoo 2 years ago
can i use this for flash 8??
mariutoo 2 years ago
yup thats what i use :)
g0rmi 2 years ago
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 :)
g0rmi 2 years ago
can u make one for making objects follow the mouse whit + speed than normal?? plss answer soon ,cuz i need that actionsciprt, tnxs alot
mariutoo 2 years ago
theres many tut's about that here on youtube m8 ;D just search for something like "how to make mouse in flash" :)
g0rmi 2 years ago
I did exacltly what you did.. But it's don't working..
drake9980rike50 2 years ago
same for me
Kakarot1436 2 years ago
Thanks
Apapilootoe 3 years ago
whats the song?
pivotmaster0213 3 years ago
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?
Hpyrr328 3 years ago
you have to set the sync to stream
theCounterForce 3 years ago
yah that happened to me too
Kakarot1436 2 years ago
god damn my flash sucks im doing the same thing as you but it keeps highlighting every frame on edit
BoNEZ0330 3 years ago
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)
combohero 3 years ago
hmm, sounds a bit weird...
g0rmi 3 years ago
ty so much u no the stuff
777pivotman777 3 years ago
your welcome =)
g0rmi 3 years ago
haha, ty so much :D
g0rmi 3 years ago
the most easy will be to make 2 layers... 1 music on each
g0rmi 3 years ago
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
darkmasterofssbb 3 years ago
specially if your going to make more music close to eachother
g0rmi 3 years ago
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..."
Juggernaughty824 3 years ago
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
g0rmi 3 years ago
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!!!
Juggernaughty824 3 years ago
ok :)
g0rmi 3 years ago
try make it all over again, i think you maybe didnt convert it to a button, idk.
g0rmi 2 years ago
Comment removed
richeedsf 2 years ago
yeah me too does anyone know how to make it work?
SuspiciousChickens 3 years ago
what's not working? :)
g0rmi 2 years ago
can you make a button that actually starts the movie, and not just play after pausing? thx!
sneebymcbob 3 years ago
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);
}
g0rmi 3 years ago
thx! and i love the song, i added it to my blog. :D
sneebymcbob 3 years ago
ya welcome =)
let me know if u need help with anything else
g0rmi 3 years ago
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!!"
sneebymcbob 3 years ago
haha i sure like the song too :P well not so much anymore, because ive heard it too much ^^
g0rmi 2 years ago
haløjsovs jeg er fra danmark rektig god video tak for hjelpen
askebengtson 3 years ago
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..
Squirrelie102 3 years ago
hmm... what did you type in the start button?...
and for that case in the stop button...?
g0rmi 3 years ago
hmm... if you post me the code that you typed in the button, i can help you, and tell what's wrong
g0rmi 3 years ago
thank you for teaching!:P
crizelajoy 3 years ago
your welcome :)
g0rmi 3 years ago
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
mister777888 3 years ago
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 :)
g0rmi 3 years ago
Take your time.Ime just animating right now.Its to bad I suck at the action scripting.
GL with it.
mister777888 3 years ago
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
g0rmi 3 years ago
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
sovietgen 3 years ago
i would enjoy to make another tut, but i dont know what it shall be about :(
g0rmi 2 years ago
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? :)
g0rmi 3 years ago
sure, basics is fine!
sporefart 3 years ago
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.
sporefart 3 years ago
yes.. i can do that :)... i will make that tomorrow :D
g0rmi 3 years ago
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?
g0rmi 3 years ago
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)
WhiteBeanBag2007 3 years ago
well... yeah i think so... make me a reply, to tell some details about what you want...
g0rmi 3 years ago
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......
charanjeetsinghrano 3 years ago
btw guys... im strugling for making a new tutorial... plzz.. can someone ask me out ^^
i really wanna help people making flash :)
g0rmi 3 years ago
thx :)
im glad that people dont talk bad, but good about the tut... and im sry about that the video takes so long :P
g0rmi 3 years ago
hi gormi.. nice tut.. but DEBRADEBRIS ?? The code for cs3 iz liek thiz ;)
on(press); {
play();
}
Try that, worked 4 me m8 :]
InkClubz 3 years ago
what is the formel you typed in the play button?
g0rmi 3 years ago
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.
stickymagicmaker 3 years ago
sry DEBRADEBRIS... but i dont know what the actionscript in CS3 is. its closely the same i guess xD.. lol
g0rmi 3 years ago
the name of the song is "they're not gonna get us" from Tatu :)
g0rmi 3 years ago
awsome dude thnx
btw name of d song?
rvvarghese 3 years ago
i use flash cs3.... something is wrong...
DEBRADEBRIS 3 years ago
it pwns you made it perfect! xD
nanobrain29 3 years ago
I think its good, nice music BTW... 4/5 from me :)
TheSilenceHope 3 years ago
thanks alot :D... but dont worry.. the next tut ill make will be faster... maybe with mic on instant :P
g0rmi 3 years ago
Dude, this is a nice tutorial....
It really helped me doing my flash...
Thanks, pleaze make another vid...
RuskillTheDede 3 years ago
hmm, what you think guys, is it helping??
g0rmi 3 years ago