Issues with rotating image in iOS

Magicgate Software - Skip Kimpel skip at magicgate.com
Wed Jun 17 14:30:19 EDT 2015


And that is why this list is so effective.

Thank you Klaus and Randy for the quick and solid solution.  Works like a
charm!

SKIP

On Wed, Jun 17, 2015 at 2:20 PM, Randy Hengst <iowahengst at mac.com> wrote:

> Or, do something like I shared the other day with Richmond.
>
> on mouseDown
>    repeat while the mouse is down
>       local tStartLoc
>       put the loc of target into tStartLoc
>       set the angle of target to (the angle of target + 15)
>       set the loc of target to tStartLoc
>    end repeat
> end mouseDown
>
>
> be well,
> randy
>
> Randy Hengst
> www.classroomFocusedSoftware.com
>
>
> > On Jun 17, 2015, at 1:17 PM, Klaus major-k <klaus at major-k.de> wrote:
> >
> > Hi Skip,
> >
> >> Am 17.06.2015 um 20:14 schrieb Magicgate Software - Skip Kimpel <
> skip at magicgate.com>:
> >>
> >> Good afternoon,
> >>
> >> Is it not possible to do on an iOS device?:
> >> rotate image "myImage" by 90
> >>
> >> Works on desktop, fails on simulator and mobile.
> >> Anybody have any insights on this?
> >
> > do not use „rotate“ but rather:
> > …
> > set the ANGLE of img „yourImage" to 90
> > ...
> >
> >> SKIP KIMPEL
> >
> > Best
> >
> > Klaus
> >
> > --
> > Klaus Major
> > http://www.major-k.de
> > klaus at major-k.de
> >
> >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list