Search found 2 matches
- Tue Apr 27, 2010 1:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dragging images in a revlet
- Replies: 4
- Views: 3887
Re: Dragging images in a revlet
Your code would work, and that is how I would have done it in HyperCard. But i was hoping to take advantage of the dragImage property by dragging a gray version of the image. I know I could do this all programmatically, but then, what's the point of the dragStart, dragEnd, dragImage, etc. They are s...
- Mon Apr 26, 2010 10:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dragging images in a revlet
- Replies: 4
- Views: 3887
Dragging images in a revlet
I have created a simple stack that allows me to drag a small icon around and drop it in a different location. When I save this as a web application, however, the dragging does not work. The icon is a gif image imported as a control. Here's the script that works in development mode but not as a web a...