Search found 3 matches

by RJStriplin
Thu Feb 25, 2016 4:22 pm
Forum: Talking LiveCode
Topic: Tower defense
Replies: 0
Views: 1753

Tower defense

Hello, I have been assigned to make a tower defense game for school. However, I am extremely new to livecode, and I am new to live code and unsure how to do this. I would be very greatful if anyone could point me in the right direction. I know how to use if/else, move, and I am learning about using ...
by RJStriplin
Sat Feb 20, 2016 11:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Buttons
Replies: 4
Views: 2675

Re: Buttons

Hello, i was not sure where to post this, but i have a question about coding in livecode. Is there away to make a button affect a container on a different card. for example: Mouse up put "Hello" into Container "hi" end Mouse Up" Yes, just include the card reference as part of the field object speci...
by RJStriplin
Sat Feb 20, 2016 11:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Buttons
Replies: 4
Views: 2675

Buttons

Hello, i was not sure where to post this, but i have a question about coding in livecode. Is there away to make a button affect a container on a different card.
for example:
Mouse up
put "Hello" into Container "hi"
end Mouse Up"