Page 1 of 1

Animation Sprites

Posted: Mon Dec 27, 2010 4:53 pm
by JosepM
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

Re: Animation Sprites

Posted: Fri Dec 31, 2010 6:32 pm
by JosepM
:(

Re: Animation Sprites

Posted: Sat Jan 01, 2011 12:00 am
by malte
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. :-)

Re: Animation Sprites

Posted: Sat Jan 01, 2011 12:34 pm
by JosepM
:D