Search found 171 matches

by richardmac
Fri Mar 02, 2012 12:21 am
Forum: iOS Deployment
Topic: iPad Transitions
Replies: 7
Views: 4565

Re: iPad Transitions

What was the syntax to lock and unlock part of a screen? I didn't know you could do that. Sufficient to look in ' dictionary ' ... lock screen [for visual effect] [in rect rect] ... ... Use the (optional) 'rect' parameter of the lock screen command if you want to subsequently unlock the screen usin...
by richardmac
Wed Feb 29, 2012 2:56 pm
Forum: iOS Deployment
Topic: iPad Transitions
Replies: 7
Views: 4565

Re: iPad Transitions

What was the syntax to lock and unlock part of a screen? I didn't know you could do that.
by richardmac
Sat Feb 25, 2012 10:43 pm
Forum: Animation Engine
Topic: Angry Birds path?
Replies: 5
Views: 16243

Angry Birds path?

I'm prototyping an app that requires objects to go from the left hand side of the screen to the right hand side of the screen, in a motion similar to how you propel a bird in Angry Birds (a parabolic path, I guess?) I know I could just make a big huge list of coordinates, but there's got to be an ea...
by richardmac
Sat Feb 11, 2012 7:19 pm
Forum: Talking LiveCode
Topic: Is "record sound" broken in OS 10.7.2?
Replies: 4
Views: 2981

Re: Is "record sound" broken in OS 10.7.2?

Hi Richard, short question: Do you play these recorded sounds with "play filename" or are you using a player object? If the first, try the latter one :D "record sound file ..." will not create files that are compatible with the "play soundname" command! Best Klaus Neither - I'm playing it back in t...
by richardmac
Sat Feb 11, 2012 7:11 pm
Forum: Talking LiveCode
Topic: Is "record sound" broken in OS 10.7.2?
Replies: 4
Views: 2981

Re: Is "record sound" broken in OS 10.7.2?

thedoglett wrote:Hi, (first time post here - hello all!) - I just tested your script on Mac OSX 10.7.3 and it worked fine - no distortion at all.
Can you please tell me which version of LiveCode you're running?
by richardmac
Fri Feb 10, 2012 12:14 pm
Forum: Talking LiveCode
Topic: Visual effect question
Replies: 7
Views: 4429

Re: Visual effect question

Followup - I "added a note" back almost a month ago. Either it was never added, or my Dictionary does not update. Do you have to manually update the Dictionary?
by richardmac
Thu Feb 09, 2012 5:22 pm
Forum: Talking LiveCode
Topic: Is "record sound" broken in OS 10.7.2?
Replies: 4
Views: 2981

Is "record sound" broken in OS 10.7.2?

I made a new stack, with two buttons. Button number one is: on mouseUp record sound file "/Users/admin/Desktop/my_new_sound_file" end mouseUp And button number two is: on mouseUp stop recording end mouseUp The first button will record the Mac's microphone to a file, and the second button stops recor...
by richardmac
Sun Jan 22, 2012 12:42 am
Forum: iOS Deployment
Topic: Groups with Visual effects
Replies: 7
Views: 4839

Re: Groups with Visual effects

If locking the screen won't mess things up, you can do this:

Code: Select all

on mouseUp
   lock screen for visual effect
   show group "my group"
   unlock screen with visual effect dissolve
end mouseUp
by richardmac
Sat Jan 21, 2012 11:17 pm
Forum: Talking LiveCode
Topic: Drag and Drop
Replies: 3
Views: 3197

Re: Drag and Drop

Thanks, Jean-Marc! That definitely gives me something to go on.
by richardmac
Sat Jan 21, 2012 11:14 pm
Forum: iOS Deployment
Topic: Recording Audio (Again)
Replies: 18
Views: 11225

Re: Recording Audio (Again)

Bump again! :)
by richardmac
Sat Jan 21, 2012 11:13 pm
Forum: iOS Deployment
Topic: Anyone know how to debug an iOS external?
Replies: 1
Views: 1816

Re: Anyone know how to debug an iOS external?

I had a thread on here about that very same external. Many people can't get it to work, but the ability to record audio on iOS is major, huge, big, enormous, and large. And important.

Sorry I don't have anything else to add. At least it bumped the post.
by richardmac
Sat Jan 21, 2012 3:22 pm
Forum: Talking LiveCode
Topic: Drag and Drop
Replies: 3
Views: 3197

Drag and Drop

When you have an image, you can put the line "grab me" into on mouseDown and clicking on the image makes it draggable. COOL! But say you have an image that is the number 0. And you want very little kids to be able to drag it around, but if they click (on computer) or touch (on iOS) in the middle of ...
by richardmac
Sun Jan 15, 2012 7:02 pm
Forum: iOS Deployment
Topic: Getting list of files
Replies: 3
Views: 2870

Re: Getting list of files

AH! Yeah, I forgot the specialfolderpath. Sometimes it's the most obvious things that get overlooked. Once again, I thank you, Klaus. I REALLY appreciate it.
by richardmac
Sun Jan 15, 2012 3:26 pm
Forum: iOS Deployment
Topic: Getting list of files
Replies: 3
Views: 2870

Getting list of files

I have an assets folder in the same directory as my stack, and I always include it in the "Copy Files" area of the standalone settings. So I can set the filename of a graphic to, say, "./assets/mybackground.png" and it will work fine. But how do I get a listing of the file names inside of the assets...
by richardmac
Sun Jan 15, 2012 3:07 pm
Forum: Talking LiveCode
Topic: Visual effect question
Replies: 7
Views: 4429

Re: Visual effect question

The Dictionary can be amended with user comments. While it would be ideal to have the main entry updated, in the meantime sharing a note there about the new syntax may be helpful. That's a good point. So last night I created an account and submitted a user comment with details about the new syntax....

Go to advanced search