Search found 316 matches

by Newbie4
Wed Oct 19, 2022 6:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Put IT into more than one field
Replies: 17
Views: 5287

Re: Put IT into more than one field

It sounds like you want the program to be run only once or not allow it to be run after someone has entered a company name. Klaus is correct. You can not make a change to a stack and save it. No operating system allows an executable program to be modified (executable programs are stored in the "syst...
by Newbie4
Tue Sep 27, 2022 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Digital Humanities projects using LiveCode
Replies: 31
Views: 15102

Re: Digital Humanities projects using LiveCode

All good points but we need to try different approaches to get LC more widely used and accepted. Your posts have given me some ideas. Pushing LiveCode as a programming language in schools is an uphill battle. Teachers don't have the time to learn it and develop all the lessons/tests/etc from scratch...
by Newbie4
Fri Jul 22, 2022 5:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The day after (Help LiveCode to go back to school!)
Replies: 75
Views: 93482

Re: The day after (Help LiveCode to go back to school!)

LiveCode can not exist forever by constantly going back to its base of loyal users with special promotions and asking for more money. They need to expand their base of paying users. Their open source versions did not lead to enough paying customers to justify it. They are a business and need sales t...
by Newbie4
Tue Jan 25, 2022 7:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The day after (Help LiveCode to go back to school!)
Replies: 75
Views: 93482

Re: The day after

Standalones were not important to most of the students in my classes. A few were interested in doing apps for their cell phones but most of them just wanted to learn to program. Sadly, our school dropped all the LiveCode programming classes (Six classes a day) and only support Python and JAVA. It se...
by Newbie4
Mon Dec 20, 2021 3:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: move objects
Replies: 7
Views: 2989

Re: move objects

If you do not use the moveSpeed, you can set the "time" in the move command

Code: Select all

move button "box"  to 100,100 in 5 secs
more examples at https://sites.google.com/a/pgcps.org/li ... -and-paths
by Newbie4
Tue Dec 14, 2021 10:03 pm
Forum: Educational Outreach
Topic: LC Learning Resource for Kids
Replies: 20
Views: 20206

Re: LC Learning Resource for Kids

That would be great. A simplified tools palette would make a big difference. An easy project 1 would be something like "Hello World" but made more fun. Project 2 could be a greeting card with 2 cards and having them change the backgrounds and add a graphic Each project would be easy and give them fr...
by Newbie4
Mon Dec 13, 2021 6:47 pm
Forum: Educational Outreach
Topic: LC Learning Resource for Kids
Replies: 20
Views: 20206

Re: LC Learning Resource for Kids

Okay, we can agree Scratch is not on par with LiveCode and it has shortcomings. We can slam it all we want but that is not promoting LiveCode in educational circles which should be our goal. Back to your post: There are plenty of resources around "for kids", and they fall into 2 categories: 1. Ones ...
by Newbie4
Sat Dec 11, 2021 10:46 pm
Forum: Educational Outreach
Topic: LC Learning Resource for Kids
Replies: 20
Views: 20206

Re: LC Learning Resource for Kids

For Christmas, one of my grandchildren requested a subscription to BitsBox to learn to code. I looked at it and it looks like fun. I enjoyed playing with it. It is based on Javascript and is extremely easy to get started and it has loads of creativity built into it. Looking at it gave me ideas for L...
by Newbie4
Sun Dec 05, 2021 6:43 pm
Forum: Off-Topic
Topic: What to do on a wet Saturday in November
Replies: 6
Views: 3718

Re: What to do on a wet Saturday in November

I agree with you. Even an outdated interface like that would be much welcome by beginners. The LiveCode resources we have now are certainly very complete to the point of being exhaustive. We need simple. We need "baby steps" for newcomers. It needs to address questions such as: [indent]"Where do I s...
by Newbie4
Mon Nov 29, 2021 11:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: answer better
Replies: 17
Views: 5636

Re: answer better

Samuele It is easy. 1. Create a substack - File>New SubStack of .... (New SubStack of Main) 2. Name it (e.g. "save") and add a button to close it with the following code: on mouseUp ... go to stack "main" close stack "save" On your "main" stack where you want to invoke it, put the following code: o...
by Newbie4
Tue Nov 09, 2021 5:54 pm
Forum: Teaching with LiveCode
Topic: Python Projects
Replies: 59
Views: 48343

Re: Python Projects

Without looking at the logic or the code in detail, you could strip out the common code on each button and put it on the card or stack. Then on each button, call that common routine/command with the appropriate letter that is on the button.

Then you could easily play with the code to simplify it.
by Newbie4
Sun Sep 26, 2021 6:59 pm
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26555

Re: Is this what we need?

Rather than replacing LiveCode I wonder if there is some way to harness this to LiveCode's benefit... Good point. Why fight them, join them. The more logical way is to provide a transition to LiveCode. Have a translator convert a Scratch program to run in LiveCode. Or make available a Scratch-like ...
by Newbie4
Sun Sep 26, 2021 12:05 am
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26555

Re: Is this what we need?

I agree. I see nothing wrong with using it in grades 1-6. In fact, I made the proposal to RunRev years ago to actively pursue the grades 7-9 market. There is a need for a computer language in those grades. Scratch is too easy and Python is too difficult. It is a perfect chance for LiveCode to establ...
by Newbie4
Sat Sep 25, 2021 3:07 pm
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26555

Re: Is this what we need?

A powerful advantage LiveCode has is that it produces executables. Students can share what they produce with their parents and friends. And the finished product looks professional. The parents can then show it to their friends and coworkers. They can do more serious, useful programs. To demo your Sc...
by Newbie4
Sat Sep 25, 2021 2:12 pm
Forum: Educational Outreach
Topic: Is this what we need?
Replies: 31
Views: 26555

Re: Is this what we need?

I know from experience that LiveCode results in more students taking advanced CS classes and doing better in learning more advanced/complicated languages like Java and C. I have taught many languages including Assembler, Basic, Visual Basic, Fortran, Python, Java, etc as a first language and it was ...

Go to advanced search