Search found 13 matches

by royF
Sun Oct 16, 2022 3:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Player don't work for a person who doesn't have "livecode". Help?
Replies: 7
Views: 2717

Re: Player don't work for a person who doesn't have "livecode". Help?

Now everything is clear :D . My computer had LAV filters installed and theirs did not. Thanks!
Which format do you most recommend that will work on both Mac and Windows without the requirement to install LAV filters?
by royF
Sat Oct 15, 2022 5:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Player don't work for a person who doesn't have "livecode". Help?
Replies: 7
Views: 2717

Player don't work for a person who doesn't have "livecode". Help?

When I use the player and close to Windows. For a person who doesn't have "livecode" it doesn't work and shows a white screen! I checked which 5 users. How can this be solved? on mouseDown put specialFolderPath("engine")&"/myVideo.mp4" into t_source set the filename of player "playerOpen" to t_sourc...
by royF
Thu Oct 13, 2022 9:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to find the index of specific word?
Replies: 2
Views: 1208

How to find the index of specific word?

How to find the index (number) of specific word?

Code: Select all

put any word of "Easy Medium Hard Extreme" into game_level
answer the num of the word game_level of "Easy Medium Hard Extreme"  ----> Don't work!
by royF
Wed Oct 12, 2022 6:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: I have a problem. How can I make the button stop receiving clicks until the action inside it is finished?
Replies: 36
Views: 33853

Re: I have a problem. How can I make the button stop receiving clicks until the action inside it is finished?

jacque your solution sound excellent.
But right after you click the button, the next click depending on the number of clicks, no matter where you are on the screen, will activate the button again.
The button remains marked for the next click
by royF
Wed Oct 12, 2022 2:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: I have a problem. How can I make the button stop receiving clicks until the action inside it is finished?
Replies: 36
Views: 33853

Re: I have a problem. How can I make the button stop receiving clicks until the action inside it is finished?

I tried breakpoint, it didn't help.
My assumption is that it doesn't work because the click several times within a second informs livecode to play the command several times.

I am attaching a sample file and an impression
by royF
Wed Oct 12, 2022 11:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: I have a problem. How can I make the button stop receiving clicks until the action inside it is finished?
Replies: 36
Views: 33853

I have a problem. How can I make the button stop receiving clicks until the action inside it is finished?

There is a button called "CheckMe" that executes the "evaluateVictory" action. When I brought my friends to play, I noticed that out of impatience, they press the button a large number of times per second, which crashes the software and creates a loop of executing the "evaluateVictory" action. I tri...
by royF
Tue Oct 11, 2022 10:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to random a number that will not repeat itself?
Replies: 6
Views: 1909

Re: How to random a number that will not repeat itself?

You are a king👑!!! I learned a lot from you and you made me think creatively. :D I would love to talk about how it works! (The last one) on openCard ----> Card "mainCard" randomPickNumber end openCard on mouseUp ----> BUTTON "RANDOM A NUMBR" add 1 to counter put counter line of random_list_num Into ...
by royF
Tue Oct 11, 2022 8:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to random a number that will not repeat itself?
Replies: 6
Views: 1909

How to random a number that will not repeat itself?

How to random a number from 1 to 10 for example... but the generate number will not repeat itself! Thanks!! I try this simple code.... on Randint put random (70) into generate_number if generate_number is in fld "Old Numbers" then mouseUp else put generate_number&" " after the last char in fld "Old ...
by royF
Mon Oct 10, 2022 10:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Need urgent help! How to play audioClip ".wav" from a certain time?
Replies: 2
Views: 1319

Need urgent help! How to play audioClip ".wav" from a certain time?

How to play audioClip ".wav" from a certain time?

For example, I want to play the music from minute 01:20?

Thanks!!

Go to advanced search