Hi, i've just upgraded my trial version, however i signed up as a new user in buying the software using a different email address to my trial version and i am now unable to verify my purchase (as it only references my account used for the trial). How can i 'log in' to the application with my upgraded account? BTW - I have already deleted the original trial version and re-downloaded from the site - but it still tells me that I have had the trial version for 45 days, when I click verify it tells me that my purchase cannot be verified. Try this : http://developer.anscamobile.com/reference/troubleshooting If that doesn't help let me know Thanks Danny, That seems to have work...
views:2487 update:2012/2/13 9:11:28
when i call like this: 1 2 3 4 5 6 7 8 function moveStar(e)    star[1].rotation =star[1].rotation+ 2                end   Runtime:addEventListener( "enterFrame", moveStar); <>   when i call repeatly rotation speed is increase, HOW CAN I RESET ...
views:2378 update:2012/2/13 9:11:28
let say i have an app where a you write stuff in to... Basically like a notepad app.... When i update it will all of the stuff i wrote in it go away, or will it stay? Thanks! It will all disappear, but you could use something like the Ice library to store what you want. It enables you to store images, text, scores...etc. When you open reopen it, it will stay the same. Link to ice: http://developer.anscamobile.com/code/ice Hope this helps! - Michael When i use ice library would it solve my problems with updating the app? Thanks for the help! Yes. It's like saving your files. Yes. Just like "WauloK" stated. It saves your files. So anything you need to ...
views:2648 update:2012/2/13 9:11:28
Is it possible to create a video capture of the device screen? The goal is the same as http://developer.anscamobile.com/reference/index/displaycapturescreen but with video. Not with video. C. that got to be a -1 :\ Any chance of a feature request for future versions? I could be wrong, but i'm nearly certain apple doesn't allow this anyway Danny: I believe some of the Photo & Video processing apps work in a method like this. I think the very original version of Qik did as well. -Brad Are there any apps that do this at present on the app store? I'm nearly ...
views:2626 update:2012/2/13 9:11:28
Hey All, Not sure if this is the correct forum to post this (mods please move if it's better suited elsewhere). I've been playing around with the Corona SDK for over a month now, and in between looking at creating a game, I decided to port some of my old graphical type samples from back in my Pascal / C days. The first is a traditional plasma effect [Download Here] The second is a star field - with both 3D and 2D versions [Download Here] The third is a colour mask sample [Download Here] and lastly is a simple Ra...
views:2605 update:2012/2/13 9:11:28
im starting to learn lua to create small apps for ipad but im not having sucess even at the first lesson "hello world"... i copy and paste the code from the tutorial page like bellow: print( "Hello World" ) but i always get the same error message at the corona terminal: unexpected symbol near '{' btw im using the default mac os text editor to create this lua file... any ideas about what is happening here? thanks :) Maybe I'm wrong, but try to put an space after the "print". 1 print ("Hello World") It sounds like you h...
views:3094 update:2012/2/13 9:11:28
The title pretty much sums it up. If I want to do on-device testing of the app i'm building, do i need to purchase the license first? Or is that only done once i'm ready to release? Only an apple licence is required (if doing ios development) , not a corona licence. You need a corona licence however if you want to submit to the app store...
views:2245 update:2012/2/13 9:11:28
How can I make an object move towards the touch event? I don't want the object to just appear at the touch event, rather I want the object to move to the touch event. on touch capture x,y in enterframe do math to calculate distance from obj.x and obj.y and move the object to capture.x,capture.y c To add to what Carlos said instead of using enterFrame, you can even use transition.to to the touch points. The only problem with using transitions is that if you do not calculate the speeds, the object will either crawl or rush to the spot depending on the distance and time....
views:2573 update:2012/2/13 9:11:28
I'm building an app using Kwik. When I run the Kwik build in Corona Simulator, I can build for iPad only but can't build for iPhone. I get the following message. "warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)" I posted this on the Kwik forum and was told it's a Corona thing. Any idea what I need to do here? The iPad build works great on my iPad. I'd like to try it (and sell it) on the iPhone also. Thanks. Al Hey there, See if anything in this thread applies to you; http://developer.anscamobile.com/forum/2012/01/...
views:2622 update:2012/2/13 9:11:28
Im using director class to manage my scenes. When i run my game in Simulator , then there is no erros nor any problems But when i run it on the device, then error message comes up saying "Director error: Failed to execute new (params) function on 'levelselect' " And just displaying black screen ofter that, Any ideas? Thanks @ Ayena If you could post some code Id be happy to help ya out. But without seeing some of your code is hard to determine the problem sorry. Hey thanks for the help Like i said no errors on output, it doe that only on the device itself. Here is the code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 ...
views:2800 update:2012/2/13 9:11:28
Page:6/987    Index Pre Next Last

corona forums © 2003-2011