Search found 10 matches

by cruddydan
Sun Mar 13, 2011 6:26 am
Forum: Feature Proposals
Topic: XBox Kinect
Replies: 1
Views: 1846

XBox Kinect

Now that Microsoft has announced a proper SDK for Kinect, is there any interest (or plans) for LiveCode to support this input device?
by cruddydan
Mon Mar 07, 2011 11:53 pm
Forum: iOS Deployment
Topic: Local Leader Boards
Replies: 14
Views: 10390

Re: Local Leader Boards

That would be much appreciated... Thanks.

Dan
by cruddydan
Tue Feb 15, 2011 5:56 pm
Forum: iOS Deployment
Topic: Local Leader Boards
Replies: 14
Views: 10390

Re: Online Leader Boards

After some further investigation yesterday, I discovered that Apple provides a "Game Center" which provides (among other things) a centralized leader board service. There is a "Game Kit API" that developers can use to read/write to the "Game Center". I assume the Game Kit is a set of DLLs that the d...
by cruddydan
Tue Feb 15, 2011 12:16 am
Forum: iOS Deployment
Topic: Local Leader Boards
Replies: 14
Views: 10390

Re: Local Leader Boards

...A new version of 'Snowballer' just went live this morning in the app store (an LC iOS game) - the main additions were local and online leader boards. I just read and write the leader board info to a text file and display it in a field. The game's data file can contain multiple entries - one per ...
by cruddydan
Tue Jan 25, 2011 6:53 am
Forum: iOS Deployment
Topic: Drag and Drop HELP
Replies: 3
Views: 4189

Re: Drag and Drop HELP

It would be nice to see this solution using the "touch" events, not the "grab" command.
by cruddydan
Mon Jan 24, 2011 4:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Motion Messages (Events)
Replies: 3
Views: 3204

Re: Motion Messages (Events)

It was not clear to me if all controls respond to "motion" events. I can make buttons work (as was done in the SheepHerder sample app) but I really want to use images... and couldn't get the same result. Will image controls respond to motion events? Is so, is there some special property I need to se...
by cruddydan
Sun Jan 23, 2011 8:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cloning Groups / Images
Replies: 3
Views: 3608

Re: Cloning Groups / Images

That worked fine, kray , except that the new group "MyGroup" on card "Main" does not respond to any mouse or touch events. I can see new group, but my mouseDown script (which is in the stack) doesn't execute when I click on the new group. I know the mouseDown script works because it fires when I cli...
by cruddydan
Sat Jan 22, 2011 5:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Motion Messages (Events)
Replies: 3
Views: 3204

Re: Motion Messages (Events)

Didn't even realize that was there. Very helpful. Thanks, Klaus.
by cruddydan
Sat Jan 22, 2011 4:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Motion Messages (Events)
Replies: 3
Views: 3204

Motion Messages (Events)

Where are the motion messages/events (like motionStart, touchMove, touchEnd) documented? They are used in the "Sheep-Herder" example, but don't show up in the LiveCode dictionary.
by cruddydan
Sat Jan 22, 2011 4:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cloning Groups / Images
Replies: 3
Views: 3608

Cloning Groups / Images

I have 2 cards in my stack: "Main" and "Images". I have put some groups, which contain images, onto the "Images" card. From script, I want to copy those groups onto the "Main" card. I am able to Clone the groups successfully, but the clones show up on the "Images" card. How do I get the cloned group...