Search found 321 matches
- Thu Jul 25, 2024 3:25 am
- Forum: Games
- Topic: creat game" flappy birds"
- Replies: 30
- Views: 44243
Re: creat game" flappy birds"
Glad to contribute. I sent it to the email address listed on your website. Let me know if you received it successfully. Thank you.Yes, I did. I'll review it to see how easily it can be posted, and report back. I uploaded another website "LiveCode App and Game Workshop" that I had. It is smaller (on...
- Thu Jul 25, 2024 3:03 am
- Forum: Games
- Topic: creat game" flappy birds"
- Replies: 30
- Views: 44243
Re: creat game" flappy birds"
Thanks. BTW, I found my most recent version of the website and sent it to you. I also discovered that the website is complete except for any downloads (PDF's, stacks, student programs, etc) I have all the originals so it is just a matter of finding where to put them in the unzipped website) I guess ...
- Thu Jul 25, 2024 1:55 am
- Forum: Games
- Topic: creat game" flappy birds"
- Replies: 30
- Views: 44243
Re: creat game" flappy birds"
Glad to contribute.
I sent it to the email address listed on your website.
Let me know if you received it successfully.
Thanks,
Cyril
I sent it to the email address listed on your website.
Let me know if you received it successfully.
Thanks,
Cyril
- Wed Jul 24, 2024 4:41 pm
- Forum: Games
- Topic: creat game" flappy birds"
- Replies: 30
- Views: 44243
Re: creat game" flappy birds"
Stam, Thanks, Those are good ideas. I am not that familiar with GitHub. I logged into it but did not see a path to creating a wiki. I am not sure if uploading it there is the answer. I don't know how many teachers are comfortable with GitHub, especially those who do not have CS degrees of experience...
- Tue Jul 23, 2024 10:57 pm
- Forum: Games
- Topic: creat game" flappy birds"
- Replies: 30
- Views: 44243
Re: creat game" flappy birds"
Greetings all, I have finally found a useable copy of my website "LiveCode - Learning to Program by Creating Games, Apps and Programs". It was buried on an old backup from "way back when". When I first started teaching LiveCode in the classroom, I was learning along with my students. I was also lear...
- Wed Dec 06, 2023 3:59 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
Yes, look at the original post.
- Tue Dec 05, 2023 10:42 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
Yes, good Jim. Thanks for the nice example Thanks Bernd for the post. (You beat me to it) I was going to suggest adding a 3rd image (image 3) and a button with the following code: on mouseUp put image 1 into image 3 wait 30 ticks put the imageData of image 1 into tImage put (the Height of image 3 * ...
- Tue Dec 05, 2023 2:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
Thanks Bernd, that is good to know. LiveCode has gotten too complicated and harder. There is not enough documentation and examples. What documentation that is out there is slowly becoming incorrect and obsolete. This forum is one of the few places to get help and I have noticed the decrease of activ...
- Tue Dec 05, 2023 12:01 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
Bern, It may be faster but not better. Compare the results and you will see the difference. I have a stack to demonstrate but it is too large to load. LiveCode really generates large files. My test program with only 30 lines of code total on 3 buttons ended up 5MB. Even the zip file is too large to ...
- Mon Dec 04, 2023 8:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
You are welcome and thanks to you for all I have learned from your posts on this forum. It is a very good resource for learning about LiveCode and more. We all had teachers like you described. Its interesting. When I taught at a prestigious university, the discussion often came up as to our role the...
- Mon Dec 04, 2023 2:28 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
Stam: Yes, you are right. Thanks for pointing that out. I was wondering if someone would ask that question. I debated at the time how far to take my explanation. It was late at night and the post was getting long. I should have least acknowledged the numbers in the LiveCode lesson. I used the "avera...
- Mon Dec 04, 2023 5:37 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Color to Black & White
- Replies: 34
- Views: 148420
Re: Color to Black & White
If it helps, here is what little I understand about color palettes, images and pixels. I apologize if I am repeating some things that you already know but I do not want to skip anything A color palette is a list of colors and the hex values to produce each unique color. The hex values are 3 numbers ...
- Thu May 18, 2023 3:39 am
- Forum: Off-Topic
- Topic: Usability questions
- Replies: 16
- Views: 24855
Re: Usability questions
These are all very creative feedback ideas. Which of these sits better with end-users? ATTACHMENTS End-User Response #1.livecode.zip Each has tradeoffs and is better in different situations. The first one is nice but can be annoying if there are too many questions. (Too much clicking). You also have...
- Thu May 11, 2023 5:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Combo box: text selection
- Replies: 16
- Views: 9611
Re: Combo box: text selection
Another way to allow the user to add choices to the list: add an item "new" to your list of choices and when the user chooses "new" it will ask for a new value and add it to the future list of choices on menuPick pItem switch pItem case "new" ask "new list item:" put it into pNewItem put cr & pNewIt...
- Thu Dec 01, 2022 11:17 pm
- Forum: iOS Deployment
- Topic: LiveCode Lagging Behind with Xcode Versions
- Replies: 11
- Views: 14036
Re: LiveCode Lagging Behind with Xcode Versions
This is what I did that worked. Try doing them in order: 1a. Download Xcode 13.2.1 and install it. - Move this version into another folder or rename it (e.g. xcode_13_2_1) - You do not want it overwritten when you download a newer copy of Xcode. - This is the latest version of Xcode that LiveCode (v...