Search found 24 matches

by ChessGredon
Sun Oct 26, 2014 5:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change the color of some points?
Replies: 1
Views: 1597

Change the color of some points?

How to change the color of some pixels, for example in a circle? Not draw a circle, but change the pixels
by ChessGredon
Sat Jun 07, 2014 7:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: VOIP and LiveCode?
Replies: 4
Views: 3043

Re: VOIP and LiveCode?

Voice over IP (for example Skype)
by ChessGredon
Fri Jun 06, 2014 7:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: VOIP and LiveCode?
Replies: 4
Views: 3043

VOIP and LiveCode?

Is there some way for create simple VOIP application in LiveCode?
by ChessGredon
Tue Jun 03, 2014 1:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easy - need some help
Replies: 3
Views: 2427

Re: Easy - need some help

Thanks, yea the title is stupid :)
by ChessGredon
Tue Jun 03, 2014 11:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easy - need some help
Replies: 3
Views: 2427

Easy - need some help

I want to create graphics, but when I write for example

Code: Select all

create graphic "Line"
it creates a rectangle. How to tell Livecode I want line, oval or other? In other words how to change the "Type" property in the Inspector?
by ChessGredon
Sat May 31, 2014 7:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I create class in LiveCode?
Replies: 11
Views: 6110

Re: How do I create class in LiveCode?

This is really cool: http://newsletters.livecode.com/november/issue143/newsletter2.php This replacement of OOP kinda reminds me of how I did it when I used JavaScript(by creating a function). Perhanps LiveCode is a prototype-based programming language http://en.wikipedia.org/wiki/Prototype-based_pro...
by ChessGredon
Fri May 30, 2014 8:47 pm
Forum: Making IDE Plugins
Topic: 3D library
Replies: 30
Views: 38111

Re: 3D library

That is really fantastic topic guys thanks for posting your work.
by ChessGredon
Fri May 30, 2014 8:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I create class in LiveCode?
Replies: 11
Views: 6110

Re: How do I create class in LiveCode?

No, no, this is simply a change of a property. You are answering only to concrete situations. My question is simple: How do I create a class/structure in LiveCode like in every OOP language, which makes it easier to structure and manipulate data? Not how I can replace it in some rare situations like...
by ChessGredon
Fri May 30, 2014 6:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I create class in LiveCode?
Replies: 11
Views: 6110

Re: How do I create class in LiveCode?

It's a lot easier for beginner to make object in C# and it's 100x times easier to read. For example: class Child { private int age; private string name; // functions public SomeFunction() { // actions } } It's extremely easy both to write and read, and you can easily access it. Now I can create Chil...
by ChessGredon
Fri May 30, 2014 5:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I create class in LiveCode?
Replies: 11
Views: 6110

Re: How do I create class in LiveCode?

Of course, everything is a data structure :) So arrays in LiveCode are not with usual index, but can be a string as well? I will read some information on arrays, but it seems to me that I can't write functions this way (like constructor, destructor etc.) Still, thanks a lot, man.
by ChessGredon
Fri May 30, 2014 5:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I create class in LiveCode?
Replies: 11
Views: 6110

Re: How do I create class in LiveCode?

And? How do I create new object? I want to do something very simple like to have a structure/class named "Players" with properties "name" "points" "age" and so on and to have some functions in this class. I looked up "clone" in the dictionary, but it's definitely not what I want to do.
by ChessGredon
Fri May 30, 2014 4:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I create class in LiveCode?
Replies: 11
Views: 6110

How do I create class in LiveCode?

How can I create class or something similar like structure (like in C#) in LiveCode?
by ChessGredon
Wed May 28, 2014 8:42 pm
Forum: Windows
Topic: Problem with text when deploying
Replies: 8
Views: 5562

Re: Problem with text when deploying

The stack is in the archive. Can you tell me what's wrong?
by ChessGredon
Sun May 25, 2014 2:46 pm
Forum: Windows
Topic: Problem with text when deploying
Replies: 8
Views: 5562

Re: Problem with text when deploying

I removed the resizing script, but still the same problem. I can't attach the .livecode file. How can I post the stack?
by ChessGredon
Sat May 24, 2014 1:31 pm
Forum: Windows
Topic: Problem with text when deploying
Replies: 8
Views: 5562

Re: Problem with text when deploying

How do I fix this? Also it should be noticed that the "Start" button has also changed his appearance. Perhaps some standalone settings went wrong? When I resize it, it is still with the same problem (but on Android works fine). To resize my objects to fit different resolutions, I used http://forums....

Go to advanced search