Search found 11 matches

by Lina
Wed Jun 03, 2020 7:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to code a button that saves websites browsing history in livecode
Replies: 7
Views: 8929

how to code a button that saves websites browsing history in livecode

I need your help I am programming a url browsing site when you long press on button named site01 it will enable you to type a url , and I need your help in how to script a button that saves the user's websites browsing history , and is there a way to know that the website url which the user has ente...
by Lina
Wed May 13, 2020 8:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A code to destroy the value of a variable
Replies: 11
Views: 4823

Re: A code to destroy the value of a variable

Thank you so much guys for your help
really appreciate it
Wow you all answered different solutions you are really legends in livecode :) :D :D :mrgreen:
by Lina
Wed May 13, 2020 8:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A code to destroy the value of a variable
Replies: 11
Views: 4823

Re: A code to destroy the value of a variable

Hi. The stack script is the place for such things. But here is homework for you. Would it also work in the card script? What if your stack had more than one card? Why do I ask these sorts of things? Craig Thank you for your help I think with my very little experience , it would work but not if I ha...
by Lina
Tue May 12, 2020 10:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A code to destroy the value of a variable
Replies: 11
Views: 4823

Re: A code to destroy the value of a variable

Hi. Read about the "closeStack" message, which you can use here. That message is sent regardless of whether you close the stack or quit LiveCode entirely. Create a handler that resets the counter (pseudo): on closeStack put 0 into yourCounterVariable save this stack end closeStack Craig Oh thank yo...
by Lina
Tue May 12, 2020 9:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A code to destroy the value of a variable
Replies: 11
Views: 4823

Re: A code to destroy the value of a variable

A variable should clear its value when you QUIT LiveCode; if you only CLOSE the stack the variable may remain in the computer's memory: and, if you REOPEN the stack before QUITTING LiveCode what you describe may happen. Ok thank you I will make sure that I close/exit the entire livecode program the...
by Lina
Tue May 12, 2020 9:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A code to destroy the value of a variable
Replies: 11
Views: 4823

A code to destroy the value of a variable

Hi everyone I have a question , I noticed that when I use a variable to count the score of clicks of different objects . The value of the score that uses variable whether it was a global or a local variable maintain its value of the score that has reached and continues to count from that point even ...
by Lina
Fri May 01, 2020 8:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: a Slider to control volume of mp3 music in livecode
Replies: 3
Views: 9335

Re: a Slider to control volume of mp3 music in livecode

LOL
Sorry for that
Hi everyone my name is lina
Thank you for your help Klaus
by Lina
Fri May 01, 2020 12:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: a Slider to control volume of mp3 music in livecode
Replies: 3
Views: 9335

a Slider to control volume of mp3 music in livecode

I was wondering is there was a way to control the volume of something with a slider so that if the slider was one the value 0 there would be no sound, and if it was on 100, the sounds was as high as it could go For the script, I tried something like "set the playLoudness of player 1 to value" Which ...

Go to advanced search