move and rotate group
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
move and rotate group
Hi,
I would like to move a group to a certain position and rotate it by 90% at the same time. How can this be done?
Thanks for any answer,
Regards,
Marc
I would like to move a group to a certain position and rotate it by 90% at the same time. How can this be done?
Thanks for any answer,
Regards,
Marc
Re: move and rotate group
Dag Marc,
you cannot rotate a group, only images and some graphics (separately).
Best
Klaus
you cannot rotate a group, only images and some graphics (separately).
Best
Klaus
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: move and rotate group
I thought so,
I if I really wanted some like it I would for example use export snapshot to image and move and rotate?
Marc
I if I really wanted some like it I would for example use export snapshot to image and move and rotate?
Marc
Re: move and rotate group
Yes, that would be an option 
Do not use the "move" command but rather set the loc and angle with "send" (non blocking) or a repeat loop (blocking).
Best
Klaus

Do not use the "move" command but rather set the loc and angle with "send" (non blocking) or a repeat loop (blocking).
Best
Klaus
Re: move and rotate group
Hi Marc,
for an example see the two stacks in this thread
http://forums.runrev.com/phpBB2/viewtop ... it=+rotate
Kind regards
Bernd
for an example see the two stacks in this thread
http://forums.runrev.com/phpBB2/viewtop ... it=+rotate
Kind regards
Bernd
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: move and rotate group
Thank you Bernd, will have a look.
Just had a wee try. Do not know where the 'send' comes into place.
Just had a wee try. Do not know where the 'send' comes into place.
- Attachments
-
- MoveGroupStackRocket.livecode.zip
- (1.51 KiB) Downloaded 306 times