Search found 8 matches

by TheSHEEEP
Tue Jun 11, 2013 11:46 am
Forum: Feature Proposals
Topic: Sound Capabilities
Replies: 17
Views: 18086

Re: Sound Capabilities

I also want to state that the ability to play sounds on multiple channels is an absolute requirement for many, many projects.
Right now, you could not develop a game with any noticeable sound support. Only on mobiles, which is not exactly the point of many games ;)

Also, the syntax...
play ...
by TheSHEEEP
Mon Jun 03, 2013 7:36 pm
Forum: Feature Proposals
Topic: "the" issues & variables vs. properties
Replies: 5
Views: 3935

Re: "the" issues & variables vs. properties

Ahh, the speed argument is a very valid one, I was not aware of that (and it is not noted anywhere I came across ;) ).
by TheSHEEEP
Mon Jun 03, 2013 4:08 pm
Forum: Feature Proposals
Topic: "the" issues & variables vs. properties
Replies: 5
Views: 3935

Re: "the" issues & variables vs. properties

I agree, but then it would be great to remove that "legacy" at least from the tutorials and official ressources. A bit on the active side of "letting it die" ;)

Also, about the variables vs. properties thing:
When would you ever require to use a variable and not a property?
Except temporary ...
by TheSHEEEP
Mon Jun 03, 2013 3:56 pm
Forum: Feature Proposals
Topic: "the" issues & variables vs. properties
Replies: 5
Views: 3935

"the" issues & variables vs. properties

I find the current setup to be very inconsistent and very confusing, especially to new users.

For example, you can write:
get text of field "field1"
put it into field "field2"
No problem, everything works.

But you could also write:
get the text of the field "field1"
put it into the field ...
by TheSHEEEP
Mon Jun 03, 2013 3:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using custom properties in calculations
Replies: 6
Views: 5599

Re: Using custom properties in calculations

I know most of that and what properties can be used for, but I was complaining about the inconsistency and confusion.

For example, you can write:
get text of field "field1"
put it into field "field2"
No problem, everything works.

But you could also write:
get the text of the field "field1"
put ...
by TheSHEEEP
Mon Jun 03, 2013 1:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using custom properties in calculations
Replies: 6
Views: 5599

Re: Using custom properties in calculations

I was right, I had to change back to custom properties as local variables are not copied when you copy an instance, it seems.
There I have my difference :D

And with the THE, it works.

I find that really unwise and unintuitive, from a language design point of view.
Either make a word like "the ...
by TheSHEEEP
Mon Jun 03, 2013 11:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using custom properties in calculations
Replies: 6
Views: 5599

Re: Using custom properties in calculations

Hmm, I solved the problem using local variables for now.
It is probably better that way as they appear a lot less like magical black boxes ;)

Maybe I'll have to switch back to custom properties as soon I use multiple copies of the image (which all need different values).

But thanks anyway!

I ...
by TheSHEEEP
Mon Jun 03, 2013 10:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using custom properties in calculations
Replies: 6
Views: 5599

Using custom properties in calculations

Hey there,

I'm an experienced developer in other languages and currently trying to learn some basic LiveCode, as I'm planning to use it in a programming course for non-coders ;)

Now, I do have some serious problems with variables and scopes in LiveCode not at all behaving like I would expect.

I ...