Search found 198 matches

by Fasasoftware
Wed Nov 17, 2021 1:50 pm
Forum: Games
Topic: New Game!! Music Memory Game by Fasasoftware
Replies: 4
Views: 8360

Re: New Game!! Music Memory Game by Fasasoftware

For me Livecode is Dead!!!Best Regards, Lestroso :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:
by Fasasoftware
Fri May 28, 2021 5:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved)How to use WordOffset to cut some text??
Replies: 19
Views: 7255

Re: (Solved)How to use WordOffset to cut some text??

THANKS KLAUS!!!thanks a lot for your comment....Best regards, Lestroso :D
by Fasasoftware
Fri May 28, 2021 3:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved)How to use WordOffset to cut some text??
Replies: 19
Views: 7255

Re: How to use WordOffset to cut some text??

I thank you so much to every body but i have had success with my piece of code.....Thanks a lot again!!!! Lestroso :D local testofinale local ntotale on mouseUp delOneWord end mouseUp on delOneWord put the num of chars of field "result" into ntotale FIND "NEXT" put THE FOUNDTEXT INTO testoinizio put...
by Fasasoftware
Fri May 28, 2021 12:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved)How to use WordOffset to cut some text??
Replies: 19
Views: 7255

Re: How to use WordOffset to cut some text??

Dear friends,

I need to delete in a field.. from the word 1 to a word defined by me in a variable...Can you help me with some fresh code???.Thanks a lot again..Lestroso :oops: :oops: :oops:
by Fasasoftware
Thu May 27, 2021 10:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved)How to use WordOffset to cut some text??
Replies: 19
Views: 7255

Re: How to use WordOffset to cut some text??

First of all, i want to thank you every body for yours efforts..
Ok.. in simple words...

I need to delete in a field.. from the word 1 to a word defined by me in a variable...and cut it..simple this... but i don't remember if i should use wordoffset or not...Thanks a lot again..Lestroso :oops:
by Fasasoftware
Thu May 27, 2021 6:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved)How to use WordOffset to cut some text??
Replies: 19
Views: 7255

Re: How to use WordOffset to cut some text??

Code: Select all

on mouseUp 
   delOneWord 
end mouseUp

on delOneWord pWord
   put wordoffset(pWord,fld "RESULT") into tNumW
   delete word tNumW of fld "RESULT" -- works !
   -- cut word tNumW of fld 1 -- also works ! 
end delOneWord
Nothing works here...can you help please??? Best regards, Lestroso :oops:
by Fasasoftware
Thu May 27, 2021 3:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved)How to use WordOffset to cut some text??
Replies: 19
Views: 7255

(Solved)How to use WordOffset to cut some text??

Hi.. I need to delete e delimiter some text with wordoffset command....can you help me with some examples codes :oops: please??'Thaks a lot ...Lestroso
by Fasasoftware
Thu May 27, 2021 11:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to get data in html from this Url??
Replies: 3
Views: 2100

Re: How to get data in html from this Url??

No this site has no Api.... :oops: Lestroso
by Fasasoftware
Wed May 26, 2021 10:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to get data in html from this Url??
Replies: 3
Views: 2100

How to get data in html from this Url??

Hi, i need to retrieve data from this url:" https://www.betexplorer.com/next/soccer/ " Because i need to make some operations from that url.. I need to use a command like "wordoffset" to cut the text imported into a variable until find some team soccer...like "Germany: Bundesliga" and then get all t...
by Fasasoftware
Sat Oct 26, 2019 10:02 pm
Forum: Announcements
Topic: New Android Versions of AppleToeHard
Replies: 0
Views: 7546

New Android Versions of AppleToeHard

Hi to everybody!!!

I have the pleasure to annonce to you the new livecode community version of AppleToeHard....a remake of Tic Tac Toe!

Very funny and beaty sounds!

Here below i put the link to download it!!! Best Regards,

Lestroso :D :D :D

https://www.fasasoftware.com
by Fasasoftware
Wed Oct 23, 2019 6:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to play mp3 sounds in android with Livecode?
Replies: 3
Views: 3921

Re: How to play mp3 sounds in android with Livecode?

Dear friends, bogs and klaus..... Thanks you for your answer.... i have tested this problem....with success.... I'm be able to play sounds MP3 files in my android app and works fine!! ok the code working is this...: global gPath on mouseUp put specialFolderPath("resources") into gPath play audioClip...
by Fasasoftware
Tue Oct 22, 2019 10:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to play mp3 sounds in android with Livecode?
Replies: 3
Views: 3921

How to play mp3 sounds in android with Livecode?

How to play mp3 sounds in android with Livecode? If i put this code....i hear sound in my android phone.... global gPath on mouseUp put specialFolderPath("engine") into gPath play audioClip (gPath &"/Cow.wav") end mouseUp buti if i put this....this code don't work....I need my sounds played in MP3.....
by Fasasoftware
Thu Nov 08, 2018 9:14 pm
Forum: Announcements
Topic: New Game!! Music Memory Game by Fasasoftware
Replies: 0
Views: 3809

New Game!! Music Memory Game by Fasasoftware

Hi, we are pleased to inform you that we have released our new game!! "The Music Memory Game!" You have to make pairs of sounds..in the less time possible.....We have made it with livecode community... We have putted inside the source..either in demo..either in full game... Have Fun And enjoy.!!! Le...
by Fasasoftware
Thu Nov 08, 2018 5:40 pm
Forum: Games
Topic: New Game!! Music Memory Game by Fasasoftware
Replies: 4
Views: 8360

New Game!! Music Memory Game by Fasasoftware

Hi, we are pleased to inform you that we have released our new game!! "The Music Memory Game!" You have to make pairs of sounds..in the less time possible.....We have made it with livecode community... We have putted inside the source..either in demo..either in full game... Have Fun And enjoy.!!! Le...
by Fasasoftware
Thu Oct 25, 2018 4:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: (Solved!)How to create and Random Shuffle Array?
Replies: 7
Views: 4627

Re: How to create and Random Shuffle Array?

Dear friends!! i thank you very much!!! Thank you for your time dedicated to me and for your fast answer!! I thank you a lot dear dunbarks(Craig).....than you again.. In truth Sparkout has solved in full the script that i need!!! Thank you again SPARKOUT!!! In your code there was a little error....y...

Go to advanced search