ex-GS users switching to CORONA

@eric, are these offered as gifts? :slight_smile:

// red. [import]uid: 7143 topic_id: 2645 reply_id: 7917[/import]

I knew it I read it some where here a few months ago I believe
Hereā€™s another link I found that my be helpful
http://www.mikeziray.com/tag/ansca/ [import]uid: 7911 topic_id: 2645 reply_id: 7920[/import]

I am in, from GS, but I have not left GS, I am just adding this new tool to my tool box. Frankly its a bit scary but then anything new tends to be that. I encourage all pass and present GS users to be respectful of GS, I am no fan of the customer service they offer or dont offer but the code could be great. It seems at the moment that I have warped back in time to start using Corona but I learned spanish in 3 months, enough to find the bathroom, get some food and talk smack to my friends in Mexico. So here goes, I wish all GSers good luck.
Mike [import]uid: 9105 topic_id: 2645 reply_id: 7958[/import]

i try not to say anything bad about gs other than facts but may be guilty of an oops every once and a while i loved gs and still do just dont like the new model its not for me
anyway welcome i think after awhile here and getting responses from the ansca team youll find your self here more and more [import]uid: 7911 topic_id: 2645 reply_id: 7959[/import]

@Jstrahan

I dont remember you being overly negative. My present issue is I dont have an idea of what GS is doing, and I worry that they have no idea either. For me its about the business of the company and the tools they provide. If they have a bad biz model its not going to work for me or anyone else. I only decided to check out Corona because these people at Ansca are very open, and seem interested in clients. To me GS, the company are interested in being part of the CIA. The code is what it is, every product has problems, I can work around them most of the time, but I have no input to the company and they seem not to really care about the user base, too many secrets for me. Oh well off we go, now I have to understand Localā€¦heheh
[import]uid: 9105 topic_id: 2645 reply_id: 7961[/import]

sorry dont think im local for you lol
have you seen the post for the seminar later today [import]uid: 7911 topic_id: 2645 reply_id: 7962[/import]

@vegasmike: If you stick with it, youā€™ll see that your fear will quickly turn into excitement once youā€™re able to post your gameā€™s scores to Facebook, set up an OpenFeint leaderboard (and put it in your game in just two lines of code!)ā€¦ and once you have three times as many assets on the screen as GS would allow you to have but performance is still blowing it away :slight_smile: [import]uid: 7849 topic_id: 2645 reply_id: 7966[/import]

best way to recreate the circling strahan effect thats in this link
http://gamesalad.com/game/play/84765
do not want a full description just a nodge in the right direction
i like and learn better by figuring it out myself then if i need more help
ill ask thanks [import]uid: 7911 topic_id: 2645 reply_id: 7995[/import]

@jstrahan

is there a video of the link you posted about circling effect?

carlos [import]uid: 24 topic_id: 2645 reply_id: 8001[/import]

i can get one but got to wait till i get home
it only plays on mac safari and im stuck on pc
unless one of my fellow exGSers can make a video first [import]uid: 7911 topic_id: 2645 reply_id: 8003[/import]

ok i hackintosh it but i got it heres the video
http://www.youtube.com/watch?v=u8ejddAc_R8
[import]uid: 7911 topic_id: 2645 reply_id: 8005[/import]

I need help with how to use the director class found in the resource section of the corona web site. I follow its example but I canā€™t seem to get it running!

Any ideas or straight up answers?

-Gamexcb [import]uid: 8517 topic_id: 2645 reply_id: 8006[/import]

Hi everyone.

I uploaded our Samurai Kitchen sample and you can download the game at

http://developer.anscamobile.com/code/samurai-kitchen

It is not well documented and I will have it documented soon. I just wanted to get it up as soon as possible so you can all download and experiment.

Let me know how you like it.

Carlos [import]uid: 24 topic_id: 2645 reply_id: 8007[/import]

Thanks Carlos
Did you get a chance to look at video [import]uid: 7911 topic_id: 2645 reply_id: 8010[/import]

@gamexcb email me ( ed @ reddotinc.co.uk ) and Iā€™ll help you out :)ā€¦ I was messing around with it last night for an hour or so and got it working nicely, although you need to have it set up pretty exact for it to work. Attach your project in the email and Iā€™ll check it out.

Thanks Carlos, gonna check that out later!

// red. [import]uid: 7143 topic_id: 2645 reply_id: 8012[/import]

@Gamexcb: Are you getting any errors in the terminal? If so paste them in here and I might be able to tell where youā€™re going wrong.

@carlos: Great example! That is where I learned A LOT from when I first started out 11 weeks ago. [import]uid: 7849 topic_id: 2645 reply_id: 8016[/import]

Just uploaded the break out game called ā€œBrickyā€

http://developer.anscamobile.com/code/break-out-game

Six steps to learn how to put together a game.

The last step, step 6 is fully documented.

Carlos [import]uid: 24 topic_id: 2645 reply_id: 8017[/import]

@Carlos
Boy gs has me all screwed up lol
Not sure if that was your nodge or not but because of it
I just figured out how to recreate the entire scene with
Just a few lines of code again thanks now I can move on
To the good stuff and thanks formthe links above

well it may work never got it to but after thinking about it
it wouldnthave give me enough control [import]uid: 7911 topic_id: 2645 reply_id: 8022[/import]

@carlos
cant download bricky [import]uid: 7911 topic_id: 2645 reply_id: 8029[/import]

@jonbeebe and @reddotinc

I have it mostly working, but with one BIG issueā€¦

I have a menu and the gameplay area.

The start button goes to the game area.
The game runs and works 100%
There is a back button to the menu in the game area.
When tapped it goes to the menu.
That also works.
But HERE is were the problem begins, the play button doesnā€™t work anymore after that.
I think it has to do with these listeners:

[blockcode]
Runtime:addEventListener(ā€œenterFrameā€, move)
Runtime:addEventListener(ā€œenterFrameā€, wrap)
[/blockcode]

Help!

-Gamexcb [import]uid: 8517 topic_id: 2645 reply_id: 8030[/import]