Search found 3 matches

by revmeup
Fri May 18, 2007 1:27 am
Forum: Talking LiveCode
Topic: image boundaries
Replies: 2
Views: 4502

image boundaries

How would I set a boundary for an image on a stack, such that only the image can be moved within the boundary. Please help me. Thanks.
by revmeup
Wed May 16, 2007 3:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: grouping a player object with an image
Replies: 2
Views: 4705

That works, but...

My ultimate goal is to enlarge the grouped object dynamically when it moves. But it is not enlarging. Here's my code for the grouped object:

local tDragging

on mouseDown
grab me
put true into tDragging
end mouseDown

on mouseUp
put false into tDragging
end mouseUp

on mouseMove
if tDragging is ...
by revmeup
Tue May 15, 2007 4:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: grouping a player object with an image
Replies: 2
Views: 4705

grouping a player object with an image

I'm trying to place a player object on top of an image of a TV and group them, but whenever I click group the player enlarges and covers the entire image. I just don't get why. Someone please help me. Thanks.