Animation Sprites

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

Animation Sprites

Post by JosepM » Mon Dec 27, 2010 4:53 pm

Hi Malte,

I have many questions.

1) How create sprites?
I'm using a transparent button and when moving along the stack, I change the image into "aeEnterFrame"
This is correct or there is a better way? Also I change the FrameRate to slow the transition between the images, but I'm not sure if is good so the movement also is slow... :?

on aeEnterFrame
put the icon of me into tIcon
switch tIcon
case "1015"
set the icon of me to 1019
break
case "1019"
set the icon of me to 1022
break
case "1022"
set the icon of me to 1015
break
end switch
end aeEnterFrame

2)How can I make that the animation for this button still in movement without moving it? Send in time? :?

Salut,
Josep

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

Re: Animation Sprites

Post by JosepM » Fri Dec 31, 2010 6:32 pm

:(

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

Re: Animation Sprites

Post by malte » Sat Jan 01, 2011 12:00 am

Hi Josep,

yes, send in time is your friend here. There might be something cooking though, but I do not want to promise anything yet. :-)

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

Re: Animation Sprites

Post by JosepM » Sat Jan 01, 2011 12:34 pm

:D

Post Reply

Return to “Animation Engine”