JScratch
Loading...
Searching...
No Matches
BackgroundTile.java
Go to the documentation of this file.
1
package
generated;
2
3
import
com.jscratch.*;
4
5
public
class
BackgroundTile
extends
Sprite
{
6
public
BackgroundTile
(String
name
) {
7
super(
name
);
8
}
9
10
// Background tiles are positioned absolutely on screen
11
public
void
superGoTo
(
int
x
,
int
y
) {
12
super.goTo(
x
,
y
);
13
}
14
}
com.jscratch.ScratchObject.name
String name
Definition
ScratchObject.java:10
com.jscratch.Sprite.Sprite
Sprite(String name)
Definition
Sprite.java:38
com.jscratch.Sprite.x
double x
Definition
Sprite.java:16
com.jscratch.Sprite.y
double y
Definition
Sprite.java:17
generated.BackgroundTile.superGoTo
void superGoTo(int x, int y)
Definition
BackgroundTile.java:11
generated.BackgroundTile.BackgroundTile
BackgroundTile(String name)
Definition
BackgroundTile.java:6
jscratch_ws
src
generated
BackgroundTile.java
Generated by
1.16.1