hello Klaus
well i did put global _gxTrue on every box yes.
still didnt found why. is there a way to send you my code?
thanks
kelyan
Search found 22 matches
- Mon Mar 30, 2020 11:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put string into multiple variables
- Replies: 12
- Views: 2049
- Mon Mar 30, 2020 1:26 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Save parameters
- Replies: 1
- Views: 571
Save parameters
hello
i made an app where theres settings, but if a setting was set to true when i leave the app, it will be set to default when i come back. is there a way to maybe use a user profile or something like that? thanks
i made an app where theres settings, but if a setting was set to true when i leave the app, it will be set to default when i come back. is there a way to maybe use a user profile or something like that? thanks
- Sun Mar 29, 2020 8:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put string into multiple variables
- Replies: 12
- Views: 2049
Re: put string into multiple variables
hello Klaus! thank you for your response! i tried to use your code, but it didnt work! :( so what i did first is put some code when the button "start" is pressed: on mouseUp put FALSE into _g1True put FALSE into _g2True put FALSE into _g3True to be sure that the probleme wasnt there: it is not. so i...
- Sat Mar 28, 2020 6:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: put string into multiple variables
- Replies: 12
- Views: 2049
Re: put string into multiple variables
hello, i want to do something similar: if mutliple variables are set to true, then... i tried this: if _g1True is true and _g2True is true and _g3True is true then answer "working" end if or if g1True,g2True,g3True is true, then.. but nothing. thats a pretty old thread, so if someone sees it.. can y...
- Tue Mar 03, 2020 12:58 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Follow Cursor
- Replies: 25
- Views: 4785
Re: Follow Cursor
hello klaus! your code is working perfectly well, but im trying to make it like the image is following the mouse but not right on it, like... its difficult to explain... the image needs to be at the location where the mouse was 1 sec ago. i wonder if you understand but thank you in advance! :D oh an...
- Sun Mar 01, 2020 6:57 pm
- Forum: Talking LiveCode
- Topic: Pong
- Replies: 6
- Views: 2005
Re: Pong
thats true, i changed it. but it still doesnt work... ill try to change all my code and ill post it when i finish it. anyway thank you for your answer
- Sun Mar 01, 2020 10:46 am
- Forum: Talking LiveCode
- Topic: Pong
- Replies: 6
- Views: 2005
Re: Pong
hello im from the future and im trying to make a pong too, but im stuck. im a begginner and i already made a few really simple games, and i tried to make one a little bit more difficult. ive made the render of the pong, and now im trying to use collisions but it doesnt work. here's the code for he b...