Search found 7 matches
- Mon Aug 03, 2009 7:30 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: The blow effect
- Replies: 0
- Views: 2208
The blow effect
Is it possible to make a blow effect in RR? I imagine I can put a polygon graphic and move it on command, but is it possible to lock the part of the image. Let's say, I take a ballon, I blow it, but it's tied to something, so when blown the balloon moves, but do not go "far". How can I lock a part o...
- Sun Aug 02, 2009 10:19 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make run javascript or/and display random text
- Replies: 10
- Views: 7948
- Sat Aug 01, 2009 11:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make run javascript or/and display random text
- Replies: 10
- Views: 7948
if iwin = 1 then set the icon of btn "Message" to the short id of any img of stack "Winner" else set the icon of btn "Message" to the short id of any img of stack "Looser" end if However, when the script is launched, it brings a random image from any image in the project. It does not differentiate b...
- Sat Aug 01, 2009 9:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make run javascript or/and display random text
- Replies: 10
- Views: 7948
Dear Mark, Thank you for useful tips. However, I'm still stack with my script. I want a random image (which is a text converted to image) of stack x to be shown on stack y on click and there is a button which removes that text-image and replaces it with another image (some kind of relaunch button "p...
- Fri Jul 31, 2009 3:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make run javascript or/and display random text
- Replies: 10
- Views: 7948
Thanks Mark! I found out that this is an Armenian font problem. Some are unicode compatible but there can be problems on viewing them in different OS. Instead I decided to convert all my text to images, collect those text-images into a separate substack and call a random one on click! So, thank you ...
- Fri Jul 31, 2009 2:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make run javascript or/and display random text
- Replies: 10
- Views: 7948
Thanks a lot! I did non imagine it would be so easy! :) However, my text is in Armenian, and on input, it changes the characters. In other words, there is a font problem. I suppose it may bring problems on deployment on different operating systems as well. So I need to declare a font I suppose and s...
- Fri Jul 31, 2009 9:00 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make run javascript or/and display random text
- Replies: 10
- Views: 7948
Make run javascript or/and display random text
Please help. I'm new to Rev I want my script to display random text on my stack! There are graphics on it. It looks like a couple of buttons: when pressing the right one, it tells some random message, when pressing the wrong one, it tells another random message. I know how to display a random javasc...