iOS Image/Sprite Animation?

Ray ray at linkit.com
Wed Nov 27 18:53:00 EST 2013


Rick,

First of all, sorry about getting confused as to who started this 
thread.  I thought it was Scott.  Changing the size would be a 
completely different approach to movies in a window.  We're using images 
which can freely move around the stack's window and even off of it, as 
opposed to movement within the confines of a quicktime window or something.

With this kind of animation the smaller the image the better, of 
course.  Let me know if you want to 'switch' to this kind of an approach.

Ray

On 11/27/2013 6:47 PM, Rick Harrison wrote:
> Hi Ray,
>
> I’m looking at changing size for one of the animations too.
> I want the impression that the object is getting farther away
> over time.  Anything you feel comfortable sharing with all
> of us would be greatly appreciated!
>
> Thanks,
>
> Rick
>
> On Nov 27, 2013, at 5:58 PM, Ray <ray at linkit.com> wrote:
>
>> Scott,
>>
>> I'm just finishing an animation program and Livecode has served us well as a platform for this.  We're not using different images for each frame, yet, but we're doing a lot of other creative things like rotating images, changing their dimensions and changing their opacity (fade in and out) and I'd be happy to share this with you if you think it would help.
>>
>> We've had good results taking snapshots of images on the fly so you might consider doing this before you start playing your animation. This might eliminate your speed issues.
>>
>> Ray
>>
>> On 11/27/2013 5:34 PM, Scott Rossi wrote:
>>> What exactly are you trying to animate?  If you provide some details, a
>>> suggestion might be easier.
>>>
>>> If you're not already, look at the acceleratedRendering property and the
>>> layerMode of the object/s you're trying to animate.
>>>
>>> If you're replacing frames of a rectangular region, you might be able to
>>> manually update an image object using the individual frames of the
>>> animation.
>>>
>>> Regards,
>>>
>>> Scott Rossi
>>> Creative Director
>>> Tactile Media, UX/UI Design
>>>
>>>
>>>
>>>
>>> On 11/27/13 2:06 PM, "Rick Harrison" <harrison at all-auctions.com> wrote:
>>>
>>>> Hi there,
>>>>
>>>> I¹m trying to do what I at first thought to
>>>> be some simple image/sprite animations
>>>> on iOS.
>>>>
>>>> I started out with the idea of using a
>>>> Quicktime movie.  I thought maybe I¹d
>>>> use 2 or three of them.
>>>>
>>>> Turns out one can only display 1 movie
>>>> at a time in iOS, and the movie always
>>>> has to be on the top layer under iOS.
>>>> That killed that idea.  :-(
>>>>
>>>> I then thought about converting my
>>>> movie to an animated gif.  It is 240
>>>> frames, and runs very slowly.
>>>> Anyway to speed it up?
>>>>
>>>> I then looked at the custom icon type
>>>> animation, but alas icons can only be
>>>> 128 by 128 pixels.  My image needs to
>>>> be 608 by 342 pixels, so that kills that
>>>> idea.
>>>>
>>>> I looked at setting one image to the
>>>> contents of another one, but then
>>>> noticed the routine uses:
>>>> put URL VarImageName into image VarImageDisplay of card 1
>>>> which loads images from the disk which
>>>> is also too slow!
>>>>
>>>> I know I can¹t be the only one who has
>>>> run into this situation before.  What
>>>> do you more experienced animators
>>>> recommend?
>>>>
>>>> Thanks in advance!
>>>>
>>>> Rick
>>>>
>>>> _______________________________________________
>>>> 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
>>
>> _______________________________________________
>> 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