- 350
- Posts
- 6
- Years
- He/Him
- Oshawa
- Seen Feb 12, 2025
I have a 16*16 picture ready I want to use it in the background on my bag.
And how can I animate it, I mean
Ox and oy coordinates?
And how can I animate it, I mean
Ox and oy coordinates?
16x16 Pixels? Isn't that kinda small?I have a 16*16 picture ready I want to use it in the background on my bag.
Animating the Bag Background? It might be an ambitious task but certainly doable with a little bit coding.And how can I animate it, I mean
Ox and oy coordinates?
I haves used
Spoiler:@sprites["bg"] =AnimatedPlane.new(@viewport
@sprites["bg"].bitmap = pbBitmap("location")
@sprites["bg"].ox =+1
@sprites["bg"].oy =+1
And this doesn't work
@sprites["bg"] =AnimatedPlane.new(@viewport)
@sprites["bg"].bitmap = pbBitmap("location")
@sprites["bg"].ox =+1
@sprites["bg"].oy =+1