Search found 11 matches

by Taz
Tue Jan 08, 2008 7:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Adding A Map Image
Replies: 1
Views: 3849

Adding A Map Image

I want to know how on revolution media can i make an image be larger than the "image box" I basically have a large map image, but i want to put it in a small image holder so people can drag the image around to see "more of the map". This is exactly like google maps, but obviously it's just 1 image t...
by Taz
Tue Oct 02, 2007 1:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Having trouble with radiobuttons
Replies: 1
Views: 3775

O it's ok guys, i did a search on teh forums and found the answer.

Sorry i made a topic before i searched.

Thanks anyways.
by Taz
Tue Oct 02, 2007 12:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Having trouble with radiobuttons
Replies: 1
Views: 3775

Having trouble with radiobuttons

I'm having massive trouble with radio buttons. I'm trying to figure out how to make revolution media see which radiobutton is highlighted and put it into a variable or a fld. For exxample, i have this - option 1 option 2 now i want it to say, if it is option 1 then put 1 into fld score. If i is opti...
by Taz
Fri Sep 28, 2007 2:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can i use html in revolution media?
Replies: 2
Views: 4950

how can i use html in revolution media?

Hey, i wanted to know if it was possible to use html language in media. The thing is, i'm doing a multimedia presentation.

And i wanna try and make texts look more interesting like, marquee and glow and stuff like that.

Is there a way?

Thanks.
by Taz
Fri Aug 24, 2007 6:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need Help with certain code
Replies: 10
Views: 11692

Thank you very VERY much Janschenkel, that is exactly what i was looking for and wanted.

Code: Select all

next repeat
.

Still much appreciation to maltem, BvG, Mark for all trying to help me.

Sorry for making it sound so complicated :S

Thanks once again.
by Taz
Thu Aug 23, 2007 12:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need Help with certain code
Replies: 10
Views: 11692

K let me try to explain in another way.

I want to be able to know how to put a "if" or any command, that i could place in the MIDDLE of a repeat loop, to make the repeat loop go from the beginning, instead of carrying on through the script.
by Taz
Wed Aug 22, 2007 5:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need Help with certain code
Replies: 10
Views: 11692

in the do ur stuff part, i placed the actual script there. The script basically cycles through the fields, and asks me a question, in which i input data, and it inputs it into the field. so it's like - repeat counter = 1 to 5 ask "question here" put it into "field" Now, if the field is not empty, i ...
by Taz
Wed Aug 22, 2007 4:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need Help with certain code
Replies: 10
Views: 11692

nope, what that code did was, go through the 5 fields, if it's not empty, it just exits the script. So say if field 1 has something in it, then instead of skipping it and going to field 2, it jus exits the repeat. Do you understand what im trying to say I want it to be able to go down the fields, an...
by Taz
Wed Aug 22, 2007 12:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need Help with certain code
Replies: 10
Views: 11692

Need Help with certain code

Ok, im going to explain this best i can - THE SCENARIO Lets say i have 5 small rectangular fields on my stack card. I create a code, which enables me to put data on each of the fields one by one. It asks the question "what would you like in this field" and i will type it in. I get to field 2 out of ...
by Taz
Tue Aug 21, 2007 9:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need help with character code
Replies: 2
Views: 4834

Thanks. One last thing i wanted to ask is, for example im trying to make this script do a repeat on a certain amount of fields Now say if i have 5 fields. I want the script to input data into the fields accordingly and in order. I'll execute the script, and i will input something for the first field...
by Taz
Tue Aug 21, 2007 5:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need help with character code
Replies: 2
Views: 4834

Need help with character code

I'm trying to figure out what the command for changing characters in a certain field from uppercase to lowercase and vice versa is.

I've searched and looked through some of the sample scripts, but im still struggling to find it.

Please could someone help me out.