I put 3 they are all the same
[IMG]http://i294.photobucket.com/albums/mm111/thecoolbrian/
spacebike.png[/IMG]
http://s294.photobucket.com/albums/mm111/thecoolbrian/?action=view&current=spacebike.png
http://i294.photobucket.com/albums/mm111/thecoolbrian/spacebike.png

well basically I want to scroll this over a background which will be
space and under this I will have 3 buttons.
I think I might be able to do this in my xml code

correct me if I'm wrong because I've never done this before but I
believe in an xml file i have to do something similar to this

<set xmlns:android="http://schemas.android.com/apk/res/android";
    android:shareInterpolator="false">
    <translate
        android:fromX="0"
        android:toX="10"
        android:fromY="0"
        android:toY="0" />
    <set
        android:interpolator="@android:anim/accelerate_interpolator"
        android:startOffset="700">
          <translate
        android:fromX="10"
        android:toX="20"
        android:fromY="0"
        android:toY="0" />
    </set>
</set>
and so on,..............
 But I also read something about a frame animation, which might be
allot easier but will be a bit bigger in terms of files size.
Well I'm actually kind of clueless because I know there must be an
easyer way to do this.

On Jan 1, 9:43 pm, TreKing <treking...@gmail.com> wrote:
> On Sat, Jan 1, 2011 at 11:13 PM, brian purgert <brianpurge...@gmail.com>wrote:
>
> > I want to create an animation for my menus that has my game name scroll
> > through it, using a dot matric display font that I have in a vector format,
>
> You may want to elaborate on this. I, for one, have no clue what you're
> asking. Pretty pictures would help.
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to