@DrBBurton hola! hablas español? well if not i can explain it in english but i have a problem :/
i made a game by corona and i used lua code, ok? but i finished my game and i dont know how to upload it to my mobile ...i have the files and i dont know how to finish the game, i know i have to click to build for android but it says me i need somthing like jdk 32 bytes or somthing like this, can u help me?
okay i have a problem hope u can help me i formatted the computer and everything was deleted NOW i reinstall corona sdk but its asking me to deauthorize first
HOW do i do it its still the same computer as far as i can go its the email and pass I already purchase the program but how do i do it?
i am so upset about it...i am new to corona can someone help me i dont know what to do!!
@anscamobile Hey i am having some trouble with this. I have never coded in my life and am just copying what your code is and inserting my images in replace for your background and balloon ect. but every time I put in the position of the ball it never moves also when i add the physics it just stays stagnent please help! anything is greatly appreciated! Ps. iv this is my first app iv tried to build!.
I suggest everyone uses TextWrangler since it's free from their website. It's really good if you're programming / coding and want to see if you've typed anything wrong.
I have a problem in physics.setGravity(0. 9.8). In corona simulator disappears the objects and in corona simulator output appear syntax error. What I gotta do? Thanks
@zero00359 Try a text editor like Sublime Text or Notepad++, these are the two favourites but you could search for text editors with code highlighting/hinting.
I have a problem with my game... for some reason my object (which is a ball) when it touches the bottom and i leave it alone for 5 or 6 seconds, then click it again it rises a small amount and then the game freezes. I could really use some help!
Im new to corona and Im trying this step by step but when i type something its not acting as if its code my text mate has it looking like its just a normal text document pleas help
Nice tutorial. I have a problem with the following code: require ("sprite"); local data = require("sprite").getSpriteSheetData(); local sheet = sprite.newSpriteSheetFromData("sprite.png", data); local set = sprite.newSpriteSet(sheet, 1, 36); local instance = sprite.newSprite(set); instance.x = 100; instance.y = 100; instance:play(); When i launch the simulator, i get a black screen. Please help me.
I have a problem when i'm trying to make my own app i have a background 640x960 res of Iphone 4 and i launch it doesn't show up and i put in the EXACT same code as you except for well the name which is totally right (checked well over 100 times). Please Help
wow amazing. As a programmer who bought an iPhone dev book, it's incredible how complicated they still make things with objective c, etc. Programming should be easy so we can all be creative. But lawyers, accountants, and IT firms make things hard for job security I guess.
Can someone tell me… I created a simple game in corona and i want to test it on my phone. I build an apk, send it to my phone via usb cabel, but when i want to install it it said: ‘Application not installed’. Please help me!!!
Hi, I loved the video. Great tutorial, Tim. I have a question thou, what program did you use to record the screen and how do you not record the source of the things you copied from? I have a mac os X as well but I would like to know how to do that. Thank you very much in advance.
Excellent tutorial. Very easy to follow. I dig jazz and classical but perhaps a little softer in order to hear you better. Just downloaded Corona 2 days ago and it is the best program on the market for making games on droid to upload to the um err market. Phenomenal program.
Awesome video (I too like the jazz). Just from the getting up to speed piece of corona dev if possible add the info for config.lua and easy place to get the images used. Both no big deal but that would make this a pretty comprehensive start/finish tutorial.
w8, how did you do the Add background part at first line... , and also the lua does not have the icon which i open using textedit? I cant get it to turn on, the code editor...
how do you make the ballons move when they are bounced instead of always just going up. without the need for a touch. cause im making a game that includes a ball that bounces around the map but it just goes up :S
Question how do you recommend I start learning how to write code like you do in your videos. I don't even know where to start but how do I write code to create a phone app game or online game?? Thanx
i just realized i could probably make my very on amateur engine.
THE16THPHANTOM 2 days ago
NICE FUCKING MUSIC!!!!!
bobesfanchi 6 days ago
This has been flagged as spam show
@DrBBurton hola! hablas español? well if not i can explain it in english but i have a problem :/
i made a game by corona and i used lua code, ok? but i finished my game and i dont know how to upload it to my mobile ...i have the files and i dont know how to finish the game, i know i have to click to build for android but it says me i need somthing like jdk 32 bytes or somthing like this, can u help me?
showyoursong 1 week ago
i cant open my main.lua file into corona
XatarWatar 1 week ago
WOW the music is annoying
2010MConnolly 3 weeks ago 3
okay i have a problem hope u can help me i formatted the computer and everything was deleted NOW i reinstall corona sdk but its asking me to deauthorize first
HOW do i do it its still the same computer as far as i can go its the email and pass I already purchase the program but how do i do it?
i am so upset about it...i am new to corona can someone help me i dont know what to do!!
elpielago 4 weeks ago
@anscamobile Hey i am having some trouble with this. I have never coded in my life and am just copying what your code is and inserting my images in replace for your background and balloon ect. but every time I put in the position of the ball it never moves also when i add the physics it just stays stagnent please help! anything is greatly appreciated! Ps. iv this is my first app iv tried to build!.
Spongebobsquare1610 1 month ago
function moveBalloon(event) balloon:applyLinearImpulse( 0, -0.2, balloon.x, balloon.y )
end
balloon:addEventListner("touch", moveBalloon)
this code won't work keep getting error
323solanki 1 month ago
Great video! Awsome soundtrack ;)
Alkenvaz 1 month ago
On my textedit the font/code doesn't change colour like in the video and it doesn't work why?
323solanki 1 month ago
my background
only cover half the screen
Trequileen 1 month ago
I suggest everyone uses TextWrangler since it's free from their website. It's really good if you're programming / coding and want to see if you've typed anything wrong.
WaterMelnKidd 1 month ago
"make a game in 5 minutes"
* video length 5 minutes
Well done sir.
bradbrock1 1 month ago
I have a problem in physics.setGravity(0. 9.8). In corona simulator disappears the objects and in corona simulator output appear syntax error. What I gotta do? Thanks
Xannnd 1 month ago
When adding the physics my screen just goes black...
ben87h 1 month ago
@ben87h You typed something wrong. That always happens when I get a single letter wrong, then nothing works.
For example I'm using a crate instead of a balloon so if I typed balloon instead of crate it would all go wrong.
Use TextWrangler so you can see your mistakes.
WaterMelnKidd 1 month ago
i'm having a problem where when i tap on the balloon it rise upward (in a strait line) and it only spins, and my code is exactly as yours, any idea?
Dcruzs94 1 month ago
after insterting --> Add physics engine, start up the engine and apply gravity
local physics = reqiure("physics")
physics.start()
-- Set gtavity to act "down" (ex, toward the bottom of the device)
physics.setGravity(0,9.8)
says runtime error
what could be the problem?
wdwuser 1 month ago
more exactly it says:
runtime error: ...ran\documents\corona projects\first project\main.lua:2: attempt to call global 'require' (a nil value)
stack traceback:
[C]: in function 'require'
...ran\documents\corona projects\first project\main.lua:2: in main chunck
wdwuser 1 month ago
Comment removed
felixnardo 1 month ago
This has been flagged as spam show
@wdwuser I had the same problem.
Put the colon in balloon:addEventListener instead of the period.
Works fine for me!
felixnardo 1 month ago
Solved it was from my text editor.
Ive taken the liberty to add some tweaks to the codes and some fiction to the walls
wdwuser 1 month ago
i get an error saying it failed to find image can anyone help
SloppyVan 1 month ago
anyone can tell me how do I get these different colors while coding?
zero00359 2 months ago
@zero00359 Try a text editor like Sublime Text or Notepad++, these are the two favourites but you could search for text editors with code highlighting/hinting.
chippko 1 month ago
wow, that is so damn easy to create something with gravity! I might switch from andengine to this right now!
ttttkk2 2 months ago
can i combine any game i make using the Corona sdk, with an android app my friend is making using Java, and the android sdk????
sugarplumworld 2 months ago
......jazz music gets in the way...
but great video! i love it
BlackSnow21T 2 months ago
Comment removed
sugarplumworld 2 months ago
I have a problem with my game... for some reason my object (which is a ball) when it touches the bottom and i leave it alone for 5 or 6 seconds, then click it again it rises a small amount and then the game freezes. I could really use some help!
thepowerking56 2 months ago
Comment removed
thepowerking56 2 months ago
wtf 10368 unread gmail?
AwesomeRoyur 2 months ago 8
where are you getting your codes from
jonrox24 2 months ago
Im new to corona and Im trying this step by step but when i type something its not acting as if its code my text mate has it looking like its just a normal text document pleas help
dkrol997 3 months ago
This has been flagged as spam show
yash8616 3 months ago
Comment removed
yash8616 3 months ago
Comment removed
yash8616 3 months ago
Comment removed
yash8616 3 months ago
I have a problem when i'm trying to make my own app i have a background 640x960 res of Iphone 4 and i launch it doesn't show up and i put in the EXACT same code as you except for well the name which is totally right (checked well over 100 times). Please Help
thepatelwithaplan 3 months ago
wow amazing. As a programmer who bought an iPhone dev book, it's incredible how complicated they still make things with objective c, etc. Programming should be easy so we can all be creative. But lawyers, accountants, and IT firms make things hard for job security I guess.
wkriski 4 months ago
How about Ubuntu users?
emeka1978 4 months ago
@emeka1978 No compatibility with Ubuntu.
SilverXGames 4 months ago
@emeka1978 Your Screwed.
767chandler 3 months ago
how do I get the file?
MrThomas5000 4 months ago
Can someone tell me… I created a simple game in corona and i want to test it on my phone. I build an apk, send it to my phone via usb cabel, but when i want to install it it said: ‘Application not installed’. Please help me!!!
miha98877 4 months ago
Tim, The background music is too much distracting and loud also.
Does not let someone concentrate on your instructions, actually it covers up your voice at many instances.
It is a great video, just if you can replace the background music with something more soft.
LeoKatsina 5 months ago
Jazz AND Programming!?!?! We are the intellectual elite ^^
Kart00nHead 5 months ago
Hi, I loved the video. Great tutorial, Tim. I have a question thou, what program did you use to record the screen and how do you not record the source of the things you copied from? I have a mac os X as well but I would like to know how to do that. Thank you very much in advance.
lenobj 5 months ago
Are you trying to seduce me while I learn, Tim?
NickSilhacek 5 months ago
Comment removed
megadeath1555 6 months ago
@MrNiemeyerTV ME TOO, im so mad!
whatnottobe 6 months ago
why is every single sdk for mac
datamerican 7 months ago
@datamerican this is also for windows!
AtomicMonkeyPro 7 months ago
I have followed this video to the best of my knowledge but the balloon stays in the air.. any suggestions?
FatZombieProductions 7 months ago
Great tutorial...the music wasn't distracting at all.
basil81 7 months ago
There must have been some sort of update since this was posted because I get a bounce even without adding the bounce tags.
louderalexis 7 months ago
The music is great, these people are blaming their shortcomings on the music! IF it wasn't there they'd complain about something else...
tnoamen 7 months ago
I´m on Windows and added the Listener and function but couldn´t make it bounce with touch? Anyone know why?
PutoRaska 7 months ago
Anyone else have trouble with the touch event function?
I copied whats in the tutorial but my function name isnt in Blue and the balloon isnt responding to the touch event. Any help?
xNinjaxPandax 8 months ago
Good God, man! Get rid of that horrible, wailing brass section!!!!
FritzLaurel 8 months ago
thx for the tut.. yes - the music sux.. ;)
neetsmlam 8 months ago
The music literally makes this tutorial unwatchable.
RandyQuaid 8 months ago
Excellent tutorial. Very easy to follow. I dig jazz and classical but perhaps a little softer in order to hear you better. Just downloaded Corona 2 days ago and it is the best program on the market for making games on droid to upload to the um err market. Phenomenal program.
joey6773 9 months ago
Agree with others the jazz music is annoying - the volume is too loud also.
nextpulse 9 months ago
watching someone program never sounded sexier
thanks jazz
alphanumerik 10 months ago 3
Awesome video (I too like the jazz). Just from the getting up to speed piece of corona dev if possible add the info for config.lua and easy place to get the images used. Both no big deal but that would make this a pretty comprehensive start/finish tutorial.
yoSoccerChik 11 months ago
Great Video I started working with corona about 3-4months ago and I had
0% programming experience and My app just went on sale 2 days ago
Look for DraggingPhysics in the app store! Thank You Corona and all
this great tutorials
LeivaGames 11 months ago
@LeivaGames so this means you have a mac? coz windows people cant make for the app store.
123456789basil 10 months ago
Great job, Tim! This is awesome! I was surprised to see how easy it was to make a balloon drop with the physics engine! Corona seems very impressive!
By the way, I liked the jazz music. I found it relaxing.
666DOGLORD666 11 months ago 20
his nervous voice and stupid jazz kills the video
lookkool3 11 months ago
Good, but all that work to drop a balloon?
XxElItExScOpEsxX 11 months ago
@XxElItExScOpEsxX Probably game development isn't for you
PlayingKarrde 11 months ago
@PlayingKarrde the only thing ive succesfuly created is a a simple poolish game, but im just starting so its not terrible
XxElItExScOpEsxX 11 months ago
I completely down with the jazz man, keep it up.
nullality 1 year ago
w8, how did you do the Add background part at first line... , and also the lua does not have the icon which i open using textedit? I cant get it to turn on, the code editor...
TVRedarrow 1 year ago
w8, how did you do the Add background part at first line...
TVRedarrow 1 year ago
the code is similar to java lang? btw is corona open source?
iBlackwind 1 year ago
Check out LyanApps new app, FREE for the Android. Just go to our profile page and watch our video. Developed with corona SDK
LyanApps 1 year ago
@MCFATTSO123 YOU NEED HELP
nick29oz 1 year ago
JEEZ CHECK YOUR EMAIL!
EDTProductions 1 year ago
How would code something like, I want to touch the balloon to make it pop. How will I be able to do this?
Can anyone tell me?
Send me a message or reply.
Yes, I'll say it. I'm a noob.
gangsta28ny 1 year ago
@gangsta28ny dont be so hard on yourself little guy, we can be newbs together
MyANTHEMS 1 year ago
He has 10368 unread emails on the Gmail widget or what not, on the top of his screen?
andreaslergard 1 year ago
I can't use the simulator for iphone or ipad, I only have the option for droid, nexus one, myTouch and galaxy tab. How do I get the iphone?
MADMUNKEE 1 year ago
how do you make the ballons move when they are bounced instead of always just going up. without the need for a touch. cause im making a game that includes a ball that bounces around the map but it just goes up :S
ThaGameZkiller 1 year ago
why does this video has two parts? it says "in 8 minutes" ... part one is 8 minutes ;)
just kidding! excellent tutorial , excellent software! keep up the great work!
sonicfire1980 1 year ago
Tim, the Jazz music has got to go. It messes with your head while your trying to learn. Great video otherwise.
micahbrown 1 year ago 69
@micahbrown I agree- I hate modern jazz anyway so that makes it even more distracting.
technoboi0 1 year ago
@micahbrown I agree, eek!
nhoefly 1 year ago
@micahbrown I wholeheartedly agree. Otherwise, it's a good video.
wmotd 11 months ago
@micahbrown jazz limbers the mind to help you learn man
jesuscomplex 8 months ago
what text editor is that it looks very plain?
does it come with max os x
IYIySTiiKv1 1 year ago
WHY CAN'T I USE MY MAIN.LUA FILE IT WONT LET ME SELECT IT
ChromaKeyKids 1 year ago
Comment removed
italkoutloud 1 year ago
Hello,
Question how do you recommend I start learning how to write code like you do in your videos. I don't even know where to start but how do I write code to create a phone app game or online game?? Thanx
Rexton32 1 year ago
I for one, love the jazz music.
ShittiestChannelOnYT 1 year ago
agree, great content Tim, not sure about the music!
domorewithsage 1 year ago
Awesome demo, Corona looks/is amazing...jazz music not so awesome. But even if you keep the jazz music in future videos, I'll keep watching.
Thanks for the video, I'm hoping to turn my trial into a purchase in a week or so.
tsilcox 1 year ago