Search found 8 matches

by Coder
Tue Jul 13, 2010 11:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Smaller than/bigger than
Replies: 8
Views: 6564

Re: Smaller than/bigger than

Thanks! Yes it helped me, but dont understand several things. [*]Sometimes I don't need to use "end if" at the end and it works, why? [*]When you put the fields into variables.. put "First" into testfield1 put "Second" into testfield2 I would do that like this: put field testfield1 into First put fi...
by Coder
Tue Jul 13, 2010 9:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Smaller than/bigger than
Replies: 8
Views: 6564

Re: Smaller than/bigger than

Yes, but we need to write a program with something like 2 boxes. Where you enter the age, and then press a button and the 2nd Box shows you how much money the person would get. So my script started like: on mouseup if field testfield1 is < 18 then put 5 into field testfield2 end mouseup But there is...
by Coder
Mon Jul 12, 2010 10:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Smaller than/bigger than
Replies: 8
Views: 6564

Re: Smaller than/bigger than

My task is (school): "You are required to write a program which calculates the amount of pay per hour based on the age and experience of an employee. If an employee is aged less than 18 years old, they are paid £5 per hour. If they are aged between 18 and 21 they are paid £6 per hour and if they are...
by Coder
Mon Jul 12, 2010 9:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Smaller than/bigger than
Replies: 8
Views: 6564

Smaller than/bigger than

What's the script for smaller than and bigger than? I have tried "<" and ">" but doesn't work.. :roll:
by Coder
Sun Jul 04, 2010 10:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: set userlevel to x
Replies: 3
Views: 3295

Re: set userlevel to x

Well my teacher gave it to me, probably from the Internet. And we are building some basic scripts, don't know how to explain it, but can scan the paper for you, if necessary. :P
by Coder
Sun Jul 04, 2010 9:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: set userlevel to x
Replies: 3
Views: 3295

set userlevel to x

Hello people

we were given to do some sample projects and on the sheet it says we shall type in:

on openStack
set userlevel to 5
put empty into field "list"
end openstack

Well I don't understand the 1st, 2nd and 4th line.

pls help :D
by Coder
Sun Apr 04, 2010 9:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Little help needed
Replies: 7
Views: 5640

Re: Little help needed

Yea well you see, we are asked to write a program (school purpose) which asks questions and people should answer them. And our teacher said, that we shall use the free edition. But if you say I can´t do it.. a bit confused^^ :?:
by Coder
Fri Apr 02, 2010 6:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Little help needed
Replies: 7
Views: 5640

Little help needed

Hello people, I am new to this forum and Revolution Media.
I have managed to write some script but how do I exactly make the acutal applications? How can I export it?

thx in advance