constrainlinear out of limits

Create fast, sprite powered games with Animation Engine, co-developed with DerBrill Software!

Moderators: heatherlaine, kevinmiller, robinmiller, malte

Post Reply
JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

constrainlinear out of limits

Post by JosepM » Tue Oct 04, 2011 12:46 pm

Hi,

I have this code:

set the constrainlinear of graphic "oval1" to 54,52,355,52

And the graphic or button can be dragged out of the X axis limits... why is wrong?


Salut,
Josep M

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: constrainlinear out of limits

Post by malte » Tue Oct 04, 2011 4:41 pm

Hey Josep,

seems you encoutered a little bug.

Will be fixed in ae5!

All the best,

malte

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: constrainlinear out of limits

Post by malte » Tue Oct 04, 2011 4:46 pm

Ok. I have introduced it with ae4 and multiTouch constraining. Do you plan to go to ae5 once released? Otherwise i will do a backport in version 4. If you need this urgently just let me know.

All the best,

Malte

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: constrainlinear out of limits

Post by JosepM » Tue Oct 04, 2011 4:54 pm

Hi Malte,

Now I solved using constrainRectangular as flat rectangle. What is the estimate date to release the ae5?

Salut,
Josep

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: constrainlinear out of limits

Post by malte » Tue Oct 04, 2011 4:57 pm

I may not (yet) coment on that as yet. Not too far away though. :-)

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: constrainlinear out of limits

Post by JosepM » Tue Oct 04, 2011 5:01 pm

I (guess) can wait to ea5 :)

Salut,
Josep

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: constrainlinear out of limits

Post by malte » Tue Oct 04, 2011 5:10 pm

Well, a hint I may give is that I am currently writing documentation :-)

Cheers,

Malte

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: constrainlinear out of limits

Post by JosepM » Tue Oct 04, 2011 5:19 pm

Wow :D

About documentation.. I see that in the dictionary, for the constrainRectangular entry the messages for the mouseup and mouse release are the same "constrainRectagularExit"
Is correct?

Salut,
Josep

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Re: constrainlinear out of limits

Post by malte » Tue Oct 04, 2011 5:37 pm

Yes, both mouseRelease and mouseUp invoke a constrainRectangularExit message.

Post Reply

Return to “Animation Engine”