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 <[email protected]> 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 <[email protected]> wrote: > > > > Hi Skip, > > > >> Am 17.06.2015 um 20:14 schrieb Magicgate Software - Skip Kimpel < > [email protected]>: > >> > >> 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 > > [email protected] > > > > > > _______________________________________________ > > use-livecode mailing list > > [email protected] > > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
