Search found 8627 matches

by richmond62
Sun Sep 26, 2021 11:07 am
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26686

Re: Is this what we need?

AND if you had any doubts about how bonkers I am: - turtle-graphics1.jpg turtle-graphics2.jpg turtle-graphics3.jpg - However 'clever' my re-creation of the BBC BASIC turtle graphics stuff in LiveCode may be it brings a child no nearer to computer programming than anything else that Seymour Papert ev...
by richmond62
Sun Sep 26, 2021 10:54 am
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26686

Re: Is this what we need?

environments like Scratch actually remove a large part of the abstract reasoning Yes, they do . . . but the problem with that is that a child may become extremely adept at getting things done with Scratch, but is then unable to make the leap (and it is a conceptual leap) from that to the 'other' wa...
by richmond62
Sun Sep 26, 2021 9:32 am
Forum: Talking LiveCode
Topic: A bug in the export snapshot command
Replies: 39
Views: 13421

Re: A bug in the export snapshot command

This: - on mouseUp export snapshot from rectangle "100,52,501,349" of window 473 to file "Kali1.gif" as GIF export snapshot from rectangle "100,52,501,349" of window 473 to file "Kali1.jpg" as JPEG export snapshot from rectangle "100,52,501,349" of window 473 to file "Kali1.png" as PNG end mouseUp -...
by richmond62
Sun Sep 26, 2021 9:25 am
Forum: Talking LiveCode
Topic: A bug in the export snapshot command
Replies: 39
Views: 13421

Re: A bug in the export snapshot command

OK: I got out my bucket and spade (LC 9.6.5 RC-1) and . . . - SShot 2021-09-26 at 11.21.29.jpg - This uses an extremely pedestrian code, but I thought I would just check to see if that would muck up a GIF export: - on mouseUp export snapshot from img "Kali" to file "Kali.gif" as GIF export snapshot ...
by richmond62
Sun Sep 26, 2021 9:15 am
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26686

Re: Is this what we need?

I have no objection to people using Scratch, and I use Turtle Graphics in my school to teach a bit of sequencing (children are NOT taught at school that the horse should be in front of the cart). What I do object to are the claims made about Scratch; to me at least they seem about as specious as sta...
by richmond62
Sat Sep 25, 2021 7:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My revMenuBar has slipped
Replies: 6
Views: 2406

Re: My revMenuBar has slipped

That makes some sort of sense, because when I tell a stack:

Code: Select all

set the bottom of stack "Whatever" to item 4 of the screenRect
it bungs it somewhere down the bottom, but not at the bottom of the screen.
by richmond62
Sat Sep 25, 2021 7:43 pm
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26686

Re: Is this what we need?

is it based in any kind of evidence? Personal experience with about 75 children who, having worked with Scratch found both LiveCode and BBC BASIC significantly more difficult to learn than those children who had not had contact with Scratch. I don't feel 'unbelievably groovy' at being accused of pu...
by richmond62
Fri Sep 24, 2021 7:58 pm
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26686

Re: Is this what we need?

2. instant web access
That is NOT true, both Scratch and SNAP have offline versions: you just need a web-browser.
by richmond62
Fri Sep 24, 2021 5:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My revMenuBar has slipped
Replies: 6
Views: 2406

Re: My revMenuBar has slipped

No, I have a 3-monitor set up, but I always use LiveCode on my main, central monitor.

And this has only happened in the last 3 days.
by richmond62
Fri Sep 24, 2021 12:39 pm
Forum: Off-Topic
Topic: LC vs Flutter
Replies: 50
Views: 48356

Re: LC vs Flutter

The point i was trying to make is that the inverse is also true Indeed. Various ex-summer course kids of mine, having got reasonably far with LiveCode told me 2 things when they started High School C# classes: 1. The theoretical stuff (conditional loops, switch statements, and so on) were VERY EASY...
by richmond62
Fri Sep 24, 2021 10:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My revMenuBar has slipped
Replies: 6
Views: 2406

My revMenuBar has slipped

With LC 9.6.4 my revMenuBar appears 28 pixels lower than it should . . . [MacOS 12 beta 7] . . . typing this into the MessageBox set the top of stack "revMenuBar" to 24 followed by save stack "revMenuBar" is pointless as, on a relaunch of LiveCode the revMenuBar stack has slipped again.
by richmond62
Fri Sep 24, 2021 8:29 am
Forum: Off-Topic
Topic: LC vs Flutter
Replies: 50
Views: 48356

Re: LC vs Flutter

took me a long time to actually 'get' LC This was because you were not a 'virgin'. In my Summer classes each year 'virgins' "get" LIveCode straight away and unquestioningly. I believe this is because the use of the container metaphor is blatant in LiveCode. https://philosophyandpsychology.wordpress...
by richmond62
Thu Sep 23, 2021 7:13 pm
Forum: Announcements
Topic: [ANN] Release LiveCode 9.6.5 RC-1
Replies: 1
Views: 4727

Re: [ANN] Release LiveCode 9.6.5 RC-1

Indeed, but downloads failing; obviously a "bottleneck" in the pipeline: I'll try again tomorrow. 8)

Thank you very much indeed: downloaded everything and installed without a hitch.
by richmond62
Wed Sep 22, 2021 12:14 pm
Forum: Talking LiveCode
Topic: GiF playing very slow Help!
Replies: 14
Views: 25619

Re: GiF playing very slow Help!

Chop the GIF up into its constituent frames: you can
probably reduce them to less than 3 MB, then animate
them another way.
by richmond62
Mon Sep 20, 2021 10:27 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to constrain position of dragged graphic to path of a circle?
Replies: 18
Views: 9489

Re: How to constrain position of dragged graphic to path of a circle?

Use sine and cosine to populate a list field [let's call it "SHOPPING"] with locations of points on the circumference of a circle. Set a graphic object's points to the lines of the list field. Set up a circular graphic [let's call it "BALL"] containing this sort of script: on mouseDown drag me end m...

Go to advanced search