Hi. The problem that I encounter is that upon clicking on the equal button, there isn't any answers being displayed on the results_txt box. I also encounter this problem for subtraction, multiply and divide. How come? I need help. Btw, Im using CS5.
hm when i do what u exemplify at 6:50 - 7:18 approx then go back to scene one my + button turns neon blue as if permanently selected and when i run the animation it doesn't appear on it. im on a macbook running adobe cs4 and some of the text editing tools aren't there. :/
dunno how to google the issue lol why do u think this is
you realize that line 61 at 42:00 does nothing. It returns the string value, but doesn't assign it to anything. The String() method on the next line converts it to a string.
I have made your calculator, really great! What I would like to add to my calculator is that it will not be possible to move forward in production, but that all text fields are filled out and in that case the program sends a message to them that it must fill in all fields to production work. Could you be very kind and help me with this problem?
Really nice tutorial, very clear and understandable! I would recommend this to anyone who is starting out in flash action script so people can understand Listeners and Variables and basic text fields.
Hi, I followed your tutorial exactly as you did so far (till around 30:00), but I'm using Flash CS5.5, so it's a bit different. However, the buttons won't show me the + - x / when I click on them, while they did work with the trace function. Do you know what I could've done wrong? Any help would be appreciated. Thanks in advance.
Hmmm, I've tried again from the beginning and this time I've made it work! :D Thanks for the tutorial! Had to make one as homework. :P Fav'd and subscribed.
if you are getting " Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts."
try using a different text in the field box I had this problem when using Times New Roman. I change it to Tahoma text and it works fine now.
Outstanding job! I wish all tutorials were as well explained.
For all the morons asking for the code; You learn by doing, not by copy and pasting. That's the problem with so many, they abuse C&P and a year later still have no idea how to type the most simple function.
Also for the ones complaining about time. Seems like you can never make everyone happy. If people rush and skip steps, they get hell for it. People take their time to present a thorough masterpiece such as this still some whine.
What's wrong with it on your end? I have no issues but did have one small instance where I had 2 equals signs instead of one toward the end and after about an hour of checking my AS3 finally found it. Up until then when I hit the equals key I got "Nan". I saw your post and was about to give up. Glad I didn't, and learned a lot. Message me if you want to try my code since not all errors seem to be detected and Flash CS(anything) misses quite a few actually.
@blawnbled first of all, select one of the input boxes (num1 or num2). in the Properties Panel, under where it says TLF Text/Classic Text, change Read Only/Selectable to Editable.
@911MMM123MMM911 first of all, select one of the input boxes (num1 or num 2). in the Properties Panel, under where it says TLF Text/Classic Text, change Read Only/Selectable to Editable.
51 minutes and more. the time you need to do it when he performs takes a while. I'm @ 2 hours now. Got distracted under the "numbers line" and now its F..cked up somehow. Going further tonight. Good tutorial. I'm just beginning with flash so I find it not so easy. But now I understand a bit more what flash is. A whole lot of typing in a code ;) After 15 minutes it begins. But I'm gonna finish my calculator :)
I am doing your tutorial and it looks great. I tried to ad a "%" symbol and everything worked except in the section where it parses the percent symbol. Any clue how to fix it?
Thanks, Chuck
I used to do an easy 2.0 Calculator and I was disappointed that it doesnt work using FLASH CS4 or better.
I followed your tutorial completely and when i was done it says: 1084: Syntax error: expecting rightbrace before Please enter an operator. Please help!
damn, son. I could've spent hours trying to interpret wtf they were saying in the help dialogue, I just watched this for an hour and have everything I need to make a decent app. Thx, brah.
holy fuck.. all that for a calculator????? seriously copy and paste this in run and i can do it in 5 seconds %SystemRoot%\system32\calc.exe
i understand its not for the purpose of the calculator but for educational purposes but seriously? thats extreme. id shoot myself before watching this.
@moniters what the advantage of doing this in adobe flash is that it can be implemented into webpages and such, and he is showing the basic code, so programmers are free to edit it according to their intentions.
figured out my question about adding floating numbers. instead of using parseInt use parseFloat. Its an easy change, just had to find the function in the index. Also make sure you change your restrictions to the text box, num1.restrict = "0-9, ."; Thanks for the great tutorial. I must say creating those buttons gave me tough time, not sure why.
quick question. is it possible to make this calculator work with decimals. I changed the text boxes so that decimals are allowed but the math just drops everything after the decimal. From my understanding Number in actionscript includes floating point numbers so I am not sure what to try. Anyone have any suggestions.
@tutvid brother first at all i wanna say thank u for this video it make me learn some of the actionScript secand i just wanna ask u a question in the div opretion i guess we have to change the type of the resulat to a real or a double i don't really what is it but i guess u know what i'm tolking about. plz let me know and thax
Wow, this seems a hell of a lot harder than AS2. I followed it and it's working great (I need to get into AS3) just seems like a much harder way to code than AS2. Now, onwards, to another AS3 tut! Haha.
Great tut. I'm no actionscript guru but it feels like a lot of this code could be shortened with for loops, but I appreciate that you didn't prefer for loops to make it clear for all levels of actionscriptors. Nice job.
At 7:14 When I click the back arrow to go back to Scene 1 My button turns a light blue. I even deleted everything and tried again. Still turns blue. I didnt change any of the color thing. im using CS4 btw
It may be hard to see, but it's a colon that you need after "input1" and "input2" NOT a period. A colon tells Flash what type of variable it's going to be. In this case, the type of variable for input1 and input2 is going to be a String.
does adobe flash aslo have 3d affects which i can apply in a logo that i create,or is that in after effects that i can put glowing lighthing etc etc????
Hello, great video! I finished coding my calculator. =) I do have a question, however. Since you already convert divRes.toString(), why do you need to use String(divRes) again when you assign it to results_txt.text?
cool, our teacher actually made us do this and add custom skins as a project, i kinda hope thats not infringement but i dont care as my teacher is a douchebag, so let me know if he can get in sh*t!!!
Great vid, thx for sharing, clearly explained! Think actionscript rooks have to learn the names of the coding anyway.
I was also wondering how the computer knows how to add up, subtract, divide and multiply, because that is already programmed, it isn't actionscript that teaches it; if you know what I mean?
(continued...) "num.toString()" is actually just a function, and so putting it on a line by itself, as you did, actually does nothing. It just gives exactly the same output as doing "String(num)", so either can be used.
eh? my first comment didn't appear =/ anyway... all I really said was good tutorial, but you make a mistake in adding the line "num.toString()" (where num is any number).
Hi. The problem that I encounter is that upon clicking on the equal button, there isn't any answers being displayed on the results_txt box. I also encounter this problem for subtraction, multiply and divide. How come? I need help. Btw, Im using CS5.
weirdokiddo 3 weeks ago
Comment removed
rawaise 3 weeks ago
nice tutorial,
try this to avoid some declaration
if (plusSym==true) { results_txt.text=String(parseInt(num1.text)+parseInt(num2.text)) }
;-)
simoulis 1 month ago
@simoulis thx :)
LukoSoft 2 weeks ago
hm when i do what u exemplify at 6:50 - 7:18 approx then go back to scene one my + button turns neon blue as if permanently selected and when i run the animation it doesn't appear on it. im on a macbook running adobe cs4 and some of the text editing tools aren't there. :/
dunno how to google the issue lol why do u think this is
eugTheCrotch 1 month ago
This has been flagged as spam show
you realize that line 61 at 42:00 does nothing. It returns the string value, but doesn't assign it to anything. The String() method on the next line converts it to a string.
letmepointout 2 months ago
Comment removed
letmepointout 2 months ago
Hello!
I have made your calculator, really great! What I would like to add to my calculator is that it will not be possible to move forward in production, but that all text fields are filled out and in that case the program sends a message to them that it must fill in all fields to production work. Could you be very kind and help me with this problem?
Thanks in advance
bjornbjarnek 2 months ago
I am using CS5.5 and I was still able to follow this tutorial. That was awesome.....
addaa5 2 months ago
@LlansleyNinja141 same
NICABCNICABC 3 months ago in playlist Flash Tutorials
n1 tut thx keep it up
TelefonKing 3 months ago
Thanks for the tutorial.
BTW: if instead of using 4 booleans you use an int, then you can use a switch statement and save a lot of code.
supplementarysquid 3 months ago
i type 1000000000000000000 in the 2 boxes, but the answer i -2434
wuiyang 3 months ago
i tried the same thing but when i try typing into my inputs the numbers keep getting deleted for some reason, can someone help me?
nicheh123 3 months ago
i tried the same thing but when i try typing into my inputs the numbers keep getting deleted for some reason, can someone help me?
nicheh123 3 months ago
@nicheh123 you probably need to embed the font.
make sure you checked the following items when embedding the font: Basic Latin and Latin I. It should fix it.
beinyourguard 3 months ago
Really nice tutorial, very clear and understandable! I would recommend this to anyone who is starting out in flash action script so people can understand Listeners and Variables and basic text fields.
ps - this works fine in Flash CS5.5
rossusher88 4 months ago
Hi, I followed your tutorial exactly as you did so far (till around 30:00), but I'm using Flash CS5.5, so it's a bit different. However, the buttons won't show me the + - x / when I click on them, while they did work with the trace function. Do you know what I could've done wrong? Any help would be appreciated. Thanks in advance.
SomebodyElse88 4 months ago
Hmmm, I've tried again from the beginning and this time I've made it work! :D Thanks for the tutorial! Had to make one as homework. :P Fav'd and subscribed.
SomebodyElse88 4 months ago
@SomebodyElse88
if you are getting " Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts."
try using a different text in the field box I had this problem when using Times New Roman. I change it to Tahoma text and it works fine now.
rossusher88 4 months ago
Hi, I want to make this: text field equal to zero and two buttons +1 and -1. When I press +1 it just adds 1 and -1 subtracts 1
Can you give a hint for it?
umarus2 5 months ago
thanks... now im going to go do this all again, but in javascript... :)
JKTCGMV13 5 months ago
Long toturial but easy informing and well done!
thornhark 5 months ago
thanks for this lesson, you save my life jejejej
danielsam1980 6 months ago
phinditt. com/phindservices web design , web programming , flash programming
seo services , html , css , ajax , php , graphic design, logo design
delld600man 6 months ago
awesome-ness
EthosKlaus 8 months ago
Easy and fun!
aznbrownboy 10 months ago
Outstanding job! I wish all tutorials were as well explained.
For all the morons asking for the code; You learn by doing, not by copy and pasting. That's the problem with so many, they abuse C&P and a year later still have no idea how to type the most simple function.
Also for the ones complaining about time. Seems like you can never make everyone happy. If people rush and skip steps, they get hell for it. People take their time to present a thorough masterpiece such as this still some whine.
Danbo342 10 months ago 11
"deselect the text by re-selecting the selection tool"
Sikeman214 10 months ago
!!!!!!! IMPORTANT !!!!!!!!
this tutorial is out of date and doesnt work with CS5
Might still work with CS3 and CS4 not sure.
reuel88 10 months ago
@reuel88
What's wrong with it on your end? I have no issues but did have one small instance where I had 2 equals signs instead of one toward the end and after about an hour of checking my AS3 finally found it. Up until then when I hit the equals key I got "Nan". I saw your post and was about to give up. Glad I didn't, and learned a lot. Message me if you want to try my code since not all errors seem to be detected and Flash CS(anything) misses quite a few actually.
Danbo342 10 months ago
@Danbo342 never mind, forget my pm, i figured it out
aznbrownboy 10 months ago
@reuel88 it works for me and im on CS5
gurenig 9 months ago
I cant type numbers in to the text fields... anyone?
911MMM123MMM911 1 year ago
@911MMM123MMM911
same here, cant type numbers in text field.. CS5.
blawnbled 9 months ago
@blawnbled first of all, select one of the input boxes (num1 or num2). in the Properties Panel, under where it says TLF Text/Classic Text, change Read Only/Selectable to Editable.
by the way i just started using Flash lol
gurenig 9 months ago
@gurenig thanks. I figured i had to switch from classic to tlf text. that worked for me :)
blawnbled 8 months ago
This has been flagged as spam show
@911MMM123MMM911 first of all, select one of the input boxes (num1 or num 2). in the Properties Panel, under where it says TLF Text/Classic Text, change Read Only/Selectable to Editable.
by the way i just started using Flash lol
gurenig 9 months ago
Comment removed
911MMM123MMM911 1 year ago
This has been flagged as spam show
you're going to make me rich!
DSWoodsman 1 year ago
you're going to make me rich!
DSWoodsman 1 year ago
Awesome tutorial, gave me so many ideas for my university homework 5/5=1 o.O
Zenoks 1 year ago
thanks!! you saved my final year project!!!
Masuoka101 1 year ago
Comment removed
ChristianDeMoor 1 year ago
51 minutes and more. the time you need to do it when he performs takes a while. I'm @ 2 hours now. Got distracted under the "numbers line" and now its F..cked up somehow. Going further tonight. Good tutorial. I'm just beginning with flash so I find it not so easy. But now I understand a bit more what flash is. A whole lot of typing in a code ;) After 15 minutes it begins. But I'm gonna finish my calculator :)
ChristianDeMoor 1 year ago
Great work!!!
manfred05 1 year ago
51 minutes?! Holy
MrMisterJB 1 year ago
Sweet tut.
Ah. Did UPJ not understand what was going on?
Never mind eh.
timjac11 1 year ago
I am doing your tutorial and it looks great. I tried to ad a "%" symbol and everything worked except in the section where it parses the percent symbol. Any clue how to fix it?
Thanks, Chuck
I used to do an easy 2.0 Calculator and I was disappointed that it doesnt work using FLASH CS4 or better.
ChuckStoreyOnTheWeb 1 year ago
"Booooolean"... lol
Benllz 1 year ago
LOL That went for 50 minutes !!!! xD
TheVeryEvilToaster 1 year ago
what a waste of time.
UPJ95 1 year ago
oh man thank you! really thats so cool :)
elQuemarse 1 year ago
hey thanx 4 dis tuto.
RafiRoslan 1 year ago
hey. thanx 4 dis tuto.
RafiRoslan 1 year ago
YOU SIR ARE GOD
THANK YOU!
beinyourguard 1 year ago
Comment removed
beinyourguard 1 year ago
This has been flagged as spam show
where is the video?..
rocky4716 1 year ago
where is the video?..
rocky4716 1 year ago
I followed your tutorial completely and when i was done it says: 1084: Syntax error: expecting rightbrace before Please enter an operator. Please help!
warioman728 1 year ago
How did you learn action script 3.0 i rrealy want to learn it to make games for my website
tyronesixaxis 1 year ago
your tutorial was awesome!!!! looking forward for more tutorials and hope it will do something about making a flash game:D
topekek 1 year ago
damn, son. I could've spent hours trying to interpret wtf they were saying in the help dialogue, I just watched this for an hour and have everything I need to make a decent app. Thx, brah.
Omatusano 1 year ago
THANK YOU THANK YOU THANK YOU!
2009IdleTime 1 year ago
Thumbs up if you watched it all and compiled your calculator with no errors :D
InvisibleKid6666 1 year ago
Dude, u rock!
CHOOK36 1 year ago
very good video! u help me a lot learning the actionscript alone!
yagr93 1 year ago
perfect explanation, very acessible for everyone.
thanks A LOT for this tutorial and keep up the good work ^^
Arturcook 1 year ago
very well explained
filesforflash 1 year ago
Why do you use these line?
plusRes.toString();
That make no sense!
You only convert the number to a string at this line results_txt.text = String(plusRes);
And why do you use for every calculation an own var?
It is stupid, you can use only one var for all calculation. That is more easy to write and it is smaller and better.
GrinderFX 1 year ago
Great video. Got to learn a lot from it.
Keep up the good work !!
shoaib629 1 year ago
hey, great vid. I really liked it.
For everyone who wants more help with programming check out my channel. I make tutorials in all areas of programming
T3kB0i8P 1 year ago
holy fuck.. all that for a calculator????? seriously copy and paste this in run and i can do it in 5 seconds %SystemRoot%\system32\calc.exe
i understand its not for the purpose of the calculator but for educational purposes but seriously? thats extreme. id shoot myself before watching this.
moniters 1 year ago
@moniters
stfu and dont watch it if you dont want!
sharky0061 1 year ago
@moniters what the advantage of doing this in adobe flash is that it can be implemented into webpages and such, and he is showing the basic code, so programmers are free to edit it according to their intentions.
aznbrownboy 10 months ago
figured out my question about adding floating numbers. instead of using parseInt use parseFloat. Its an easy change, just had to find the function in the index. Also make sure you change your restrictions to the text box, num1.restrict = "0-9, ."; Thanks for the great tutorial. I must say creating those buttons gave me tough time, not sure why.
MyMadMonster 1 year ago
quick question. is it possible to make this calculator work with decimals. I changed the text boxes so that decimals are allowed but the math just drops everything after the decimal. From my understanding Number in actionscript includes floating point numbers so I am not sure what to try. Anyone have any suggestions.
MyMadMonster 1 year ago
YOUR VIDEO'S SOUND IS STUCK ON THE LEFT SPEAKER ONLY
0ChrisMackle0 1 year ago
@0ChrisMackle0
than use a headset like me :)) ;)
sharky0061 1 year ago
@tutvid brother first at all i wanna say thank u for this video it make me learn some of the actionScript secand i just wanna ask u a question in the div opretion i guess we have to change the type of the resulat to a real or a double i don't really what is it but i guess u know what i'm tolking about. plz let me know and thax
MrBLlove01 1 year ago
OMG THATS A LONGASS VIDEO
EndreBjorgo 1 year ago
Thanks, this helped me out.
DvH1989 1 year ago
WTF!?
i got to the function plusClick(event:MouseEvent);void{
plusSym = true
subSym = false;
multSym = false;
divSym = false;
}
bit of the tut and i test the movie with everything in place and it comes up with
expecting colon before assign for all of them?
(Flash CS4 AS3)
NetworkFail 1 year ago
ummm why did you repeat the MouseEvent CLICK twice! o.O
Jebrone 1 year ago
Wow My Computer Crashed When I Was Testing The Movie Clip
But My Computer Is Just A Bit Bad
Good Tutorial :D
deeandad1 1 year ago
How to see if a txt file file exists???
in ActionScript 3.0??
m4unot 1 year ago
Looking for great flash tutorials, check out frenchsquared (dot) com. All tutorials include source files.
frenchsquared 1 year ago
what kind of software are you using
atirani 1 year ago
How i put square root on it?
cesarox1 1 year ago
@cesarox1 Well unless there is a sqrt() dunction in it you will have to calculate some Taylor series.
goliathlup1 1 year ago
Wow, this seems a hell of a lot harder than AS2. I followed it and it's working great (I need to get into AS3) just seems like a much harder way to code than AS2. Now, onwards, to another AS3 tut! Haha.
FlegDesigns 1 year ago
I got the calculator down. The trace works. I get no errors with check up nor in the compiled error log.
Problem: I can't type in anything in the num1, num2 inputs.
the + buttons works fine and also show up on stage when I click on them however.
When I click on =. answer is NaN :S
EezySource 1 year ago
did someone notice that the video kinda repeats?
rocklee6798 1 year ago
@rocklee6798
yes I did:)
but besides that, it's a great movie. thank you!
EezySource 1 year ago
Could you please mail me the code many thnx
BurningArtsStudios 1 year ago
When i follow and press plus it deos not come up with a number 1
And when i run it in the compiler errors it says:
Scene1, layer "actions" Frame 1: line 1: 1120 access of undefined property plus_btn (then line of script) same with others?
BurningArtsStudios 1 year ago
Great : what a good way of teaching. amazing tutorial. i am really impress with your way of teaching.
can you tell me that if you have more tutorials of Flash ActionScript3. looking for more tutorials from you. Thanks again. very good way of teaching.
humayunful 1 year ago
titsvid lol
Flash8Games 1 year ago
THIS IS A GREAT AND EASY TO UNDERSTAND VIDEO... how would you change the code if you were to use a comboBox with integers?
jeauxjo 1 year ago
awesome just wonder it is the same code for ActionScript 2.0 or ??? thank you
netilaseri 2 years ago
definitely not the same, 2.0 and 3.0 are very much opposite. =)
slipknotjoeyjor 2 years ago
Great tut. I'm no actionscript guru but it feels like a lot of this code could be shortened with for loops, but I appreciate that you didn't prefer for loops to make it clear for all levels of actionscriptors. Nice job.
ozozel 2 years ago
Heheh)) nice calculator.
SWFsecurity 2 years ago
great tutorial. you go over a lot of helpful concepts.
mmtwohig 2 years ago
Great video...
olavodias 2 years ago
Thx heaps tutvid!
Wrote my very first lines of code in any form today thx to u,is it right?
}if(result_txt.text == "Infinity"){
result_txt.text = "O_o";
}if(result_txt.text == "80085"){
result_txt.text = "( . \Y/ . )";
}
Couldnt find a font to display the forward slash though lol.....
Try adding 80085 & 0,then divide them as well...
CRX91R 2 years ago
too long
Odinulf 2 years ago
Perfect mate.... I had subscribed.....rated 5/5...
Looking for more flash tuts...... from u...
akbarxcvb 2 years ago 14
this is cool!!!!! i did it it works perfectly
idogish 2 years ago 7
Why do you need a tutorial, all you need to know is the math:
°F to °C Deduct 32, then multiply by 5, then divide by 9
°C to °F Multiply by 9, then divide by 5, then add 32
DJSkuldChan 2 years ago
This one can help you, just forget the operation buttons (and yours variables) and atrib to the funcion equal the conversion.
campos6 2 years ago
man this video would take decades to upload in my house
24523160 2 years ago
This comment has received too many negative votes show
Rofl you bought CS3 profensional for what you can do with VB? or C++ witch are free. rofl...
sparkytycoon 2 years ago
lol? who said that he have bought the product? --'
mreis1969 2 years ago
I see. But it is hard to find working cracks.
sparkytycoon 2 years ago
Nice Tutorial for getting Started with ActionScript 3.0
KOmaSHOOTER 2 years ago
wow... youtube is such a fat git. I subscribed AND commented on your video!
b0w5er 2 years ago
only thing that I would change about the calulator, is to set the plusSym:Boolean to true at the beginning
zartla 2 years ago
can you make white invisible?
macfubbie 2 years ago
It is in the swf - if you upload it on something like swfcabin and than use HTML to upload it - the background is transparant
MapleMovieOrg 2 years ago
object.visible = false
leeuwenha 2 years ago
Why do one have to make the button a movie clip symbol first before making it a button symbol?
GentileAgainstWar 2 years ago
your mah hero! thanks allot man, got everything right and all! :3
thanks so much <3
150GB 2 years ago
This has been flagged as spam show
SO MANY WORDS just for a caculator!!! O_O
karateboy1105 2 years ago
SO MANY WORDS just for a caculator!!! O_O
karateboy1105 2 years ago
wow. I really like your tuts man. Thank you for doing this..
lgcamson 2 years ago
"ware can you get flash?
):
?"
BreinStijn 2 years ago
video quality is reallly bad..
1msammy 2 years ago
Will it work on Macromedia Flash 8 as well? @__@
BoogsterSU2 2 years ago
At 7:14 When I click the back arrow to go back to Scene 1 My button turns a light blue. I even deleted everything and tried again. Still turns blue. I didnt change any of the color thing. im using CS4 btw
singoe 2 years ago
You need to hold Alt while dragging to HIT.
Xyan0 2 years ago
you have to copy and past the button instead of dragging it
ryco74 2 years ago
Nice work. keep it up. mean time come for social media marketing for esteembpo**com
titalminarisa 2 years ago
Thank you for doing this. You will be blessed. I hope One day I can return this favor. NICE WORK!!
solocodesign 2 years ago
paste this to 2 other videos
go to your channel and see your comments
JUST DO IT IT SCARY!!!
ninjaboy100rocks 2 years ago
whats my mistake @ 42:00
function equClick (event:MouseEvent), void{
whats wrong???
gigagerard1258 2 years ago
Comment removed
outofsanity 2 years ago
function equClick (event:MouseEvent):void{
thats what you shuld be doing. glad to be of service :P
outofsanity 2 years ago
@ 30:20 when ypu start to test your calculator
mine flashes and the symbol what used to appear in sym_txt doesnt appear
gigagerard1258 2 years ago
This comment has received too many negative votes show
nerd
ShadowNinjaFromCss 2 years ago
i have followed this tutorial all the way to the last 10 min, but have a problem i really don't know what to do about.
at lines 51 & 52 where you write
"var input1.String;
var input2.String;"
an error occurs saying
"1086: Syntax error: expecting semicolon before dot.",
even though i did it the same way as in the video.
can somebody help me?
jebestus 2 years ago
var input1:String;
var input2:String;
It may be hard to see, but it's a colon that you need after "input1" and "input2" NOT a period. A colon tells Flash what type of variable it's going to be. In this case, the type of variable for input1 and input2 is going to be a String.
blomer1976 2 years ago
14:49
JollySpace 2 years ago
cool, now I can only open a flash file in mah desktop instead on going to "my computer" and other crap
Renkay141 2 years ago
theres an error at about 18:00 where you must have had two videos merged together or something weird O_O
jomann18 2 years ago 3
No their isn't.
JollySpace 2 years ago
Oh... I'm sorry. there was.
JollySpace 2 years ago
Great thanks - just what I was looking for.
LindaRotorua 2 years ago
thanks(; this is awesome it worked
TiffanyStar06 2 years ago
50mins wtf
pnxxwarrior1 2 years ago 2
lol 51 mins long
rm56367 2 years ago 2
how hell that can be 50 minutes????????
rupluttaja 2 years ago 3
wow , 50 minutes!
¡sǝʇnuıɯ 05 ' ʍoʍ
xXxXxEvOLuTIoNxXxXx 2 years ago 11
omg how you do that. hopefully it doesn't take 50 minuets to tell me
iggletube 2 years ago 2
This has been flagged as spam show
does adobe flash aslo have 3d affects which i can apply in a logo that i create,or is that in after effects that i can put glowing lighthing etc etc????
inquestHELP 2 years ago
Hello, great video! I finished coding my calculator. =) I do have a question, however. Since you already convert divRes.toString(), why do you need to use String(divRes) again when you assign it to results_txt.text?
wucizwug 2 years ago 2
Hopefully I can start working on this soon! This was a great help!! =D
MJHuwaine 2 years ago 2
omg can someone help me =[ my flash isnt working?
DazzleManiia 2 years ago
Try and elaborate.
CMDProductionsTM 2 years ago
cool, our teacher actually made us do this and add custom skins as a project, i kinda hope thats not infringement but i dont care as my teacher is a douchebag, so let me know if he can get in sh*t!!!
TheCrusade420 2 years ago 2
This has been flagged as spam show
wastttttteeee of timeeeeeew butttttt goooooooooooood leeeeeeeeearrrrrrrrrrnnnnnnnnnniiiiiing
azaan847 2 years ago
thx bro thx
CostinZoHaN 2 years ago
Great vid, thx for sharing, clearly explained! Think actionscript rooks have to learn the names of the coding anyway.
I was also wondering how the computer knows how to add up, subtract, divide and multiply, because that is already programmed, it isn't actionscript that teaches it; if you know what I mean?
Retroshift 2 years ago
This has been flagged as spam show
Buy or Sell Flash files online:
Flashexchange(dot)co(dot)uk
flashexchange 2 years ago
Reported!
AbartsWorld 2 years ago
could somebody message me the code? I made an error and am not about to go looking for it.
MarukashiX 2 years ago
Oh, never mind. I found it. :/
MarukashiX 2 years ago
great tutorials, just so loooonngggg
enfinite5 2 years ago
(continued...) "num.toString()" is actually just a function, and so putting it on a line by itself, as you did, actually does nothing. It just gives exactly the same output as doing "String(num)", so either can be used.
zantiertasa 2 years ago
@zantier
eh? my first comment didn't appear =/ anyway... all I really said was good tutorial, but you make a mistake in adding the line "num.toString()" (where num is any number).
zantiertasa 2 years ago
I've done this tut , and thanks goes to tutvids! =)
Just wondering.
How do I restrict comma'es ( , ) ... ?
It's a shame you can only use whole number.
- Thanks
RockingSanta 2 years ago
Comment removed
RockingSanta 2 years ago
omfg im not watchin this for 51 mins!
lolman0100 2 years ago
You say its simple in the title........yet it take you 50minutes to finish........
thriller645 2 years ago
good!
c0179614 2 years ago
how u download it?
zicongliu123 2 years ago
great tutorial man!!
MuriloVMachado 3 years ago
Your voice is orgasmic.
Kisloh 3 years ago 4
wow... lol thats funny...
NovaStorm13 2 years ago
Ya cuz tutvid's like stocked with proffesional tutors
animewatcher5 3 years ago
You rock!!! R u by ur slef in the tutvid thing?
Azizmuradov 3 years ago