Search found 111 matches

by RogGuay
Wed Apr 08, 2020 6:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Bored Games
Replies: 14
Views: 7741

Re: Bored Games

Well, intersect seems to work quite well in my chess game, so what gives?? here's my script: on determineSquare repeat with j = 1 to 64 if the intersect(the target, grc j of grp ChessboardArray) then set the loc of the target to the loc of grc j of grp chessboardArray put the short name of grc j of ...
by RogGuay
Wed Apr 08, 2020 3:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Bored Games
Replies: 14
Views: 7741

Re: Bored Games

Thank you, Richmond. That's pretty much what I've done as well except I used intersect instead of within. Is there good reason to choose one over the other in this instance?

Roger
by RogGuay
Tue Mar 17, 2020 3:38 am
Forum: Talking LiveCode
Topic: A Fun PI Day Project
Replies: 0
Views: 3483

A Fun PI Day Project

You can find a fun little Pi Day project I built In Sample Stacks, called ArchimedesPi.

Roger
by RogGuay
Mon Mar 02, 2020 4:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Demo of bending a polygon
Replies: 12
Views: 8580

Re: Demo of bending a polygon

Very cool, Michael!

Roger
by RogGuay
Fri Feb 07, 2020 4:39 pm
Forum: Converting to LiveCode
Topic: Sudoku Code [was: python code I'm trying to copy over to LC]
Replies: 26
Views: 24672

Re: Python code I'm trying to copy over to LC

Sorry, but SudokuMatic cannot solve a given Sudoku puzzle. Interesting challenge, though. Does the Python code example do that? Good luck and keep me posted, if you will.

Roger
by RogGuay
Wed Feb 05, 2020 4:17 pm
Forum: Converting to LiveCode
Topic: Sudoku Code [was: python code I'm trying to copy over to LC]
Replies: 26
Views: 24672

Re: Python code I'm trying to copy over to LC

I just upgraded an old Sudoku stack that I made back in the day. It's called SudokuMatic and it's available in Sample Stacks.

Roger
by RogGuay
Sun Dec 29, 2019 7:25 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Rotate Button or Text
Replies: 5
Views: 3834

Re: Rotate Button or Text

Hi J,

I built a productivity tool called IconOmatic that does this for you. You can find it in Sample Stacks.

Cheers,

Roger
by RogGuay
Wed Mar 06, 2019 6:11 am
Forum: Talking LiveCode
Topic: mathematical calculation
Replies: 19
Views: 15511

Re: mathematical calculation

I have stack that I uploaded to LiveCode Sample Stack called Coup de Graph. It may give you some ideas.

Cheers,
Roger
by RogGuay
Thu Oct 18, 2018 8:30 pm
Forum: iOS Deployment
Topic: There was an error saving the standalone application: (convertxcodeversion)(createplist)
Replies: 2
Views: 3712

Re: There was an error saving the standalone application: (convertxcodeversion)(createplist)

What could it possibly mean that I can't open Xcode Prefs.? Nothing happens when I select it.
by RogGuay
Fri Sep 14, 2018 6:18 am
Forum: Announcements
Topic: LiveCode Multi-Search
Replies: 56
Views: 38917

Re: LiveCode Multi-Search

What a great idea! Thank you Andy.
by RogGuay
Sun Jan 14, 2018 7:20 am
Forum: iOS Deployment
Topic: Xcode IOS Development SDK's folder location
Replies: 19
Views: 16214

Re: Xcode IOS Development SDK's folder location

I'm using LC 8.1.8 and as the release notes indicate, Xcode 9.2 is not compatible but Xcode 9.1 is. You can download it here:

https://developer.apple.com/download/more/

Best,
Roger
by RogGuay
Sun Jul 24, 2016 4:35 pm
Forum: Teaching with LiveCode
Topic: Sumer is icumen in
Replies: 40
Views: 35604

Re: Sumer is icumen in

On a personal basis (nothing to do with the classes) I am not very happy with having to use a half ellipse as a fake parabola; but cannot get my head around some relatively simple way to let the points of a parabola in a listField. Well that's what I meant to imply. You can get the code for generat...
by RogGuay
Sat Jul 23, 2016 6:14 am
Forum: Teaching with LiveCode
Topic: Sumer is icumen in
Replies: 40
Views: 35604

Re: Sumer is icumen in

You can probably get exactly what you need from my Phun Physics stack from RevOnline or what’s now known as Sample Stacks.

Cheers,

Roger
by RogGuay
Thu Jul 14, 2016 4:56 am
Forum: Talking LiveCode
Topic: How would I go about getting access to 'Font Picker' in LC?
Replies: 6
Views: 4415

Re: How would I go about getting access to 'Font Picker' in

With recent urgings from Klaus in responding to “Font Picker” questions, I decided it was time to build a new Plugin to address the difficulty of text editing and font selection in LiveCode (Especially LC 8). I’m quite happy with the result and you may find some goodness in it as well. You can downl...

Go to advanced search