2016-03-26 00:47:20 +01:00
|
|
|
# Scroll Image Docs
|
|
|
|
|
|
|
|
My script. #docs
|
|
|
|
|
|
|
|
**Challenge 0**
|
|
|
|
|
2016-11-02 01:44:37 +01:00
|
|
|
This [guided tutorial](/xuhkviyyxa) introduces how to make an image look like it's scrolling across the @boardname@!
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
We can use an animation to make an image look like its moving!
|
|
|
|
|
|
|
|
```
|
|
|
|
basic.forever()
|
|
|
|
```
|
|
|
|
|
|
|
|
**Challenge 1**
|
|
|
|
|
|
|
|
Now, let's reverse the animation so it looks like the bar is bouncing off the right edge of the display.
|
|
|
|
|
|
|
|
```
|
|
|
|
basic1.forever()
|
|
|
|
```
|
|
|
|
|