Während des Spiels kann das sprite für ein bestimmtes Objekt wechseln.
During the game, the sprite for a particular object can change.
Ein sprite ist oftmals kein einzelnes Bild, sondern ein Reihe von Bildern, welche nacheinander angezeigt werden, um eine Animation zu erzeugen.
A sprite is often not a single image but a set of images that are shown one after the other to create an animation.
Schwerter wurden ersetzt durch 4 Kopien von 20 Rubine (ein grüner Rubin sprite mit "20" drauf).
Swords have been replaced with four copies of 20 rupees (a green rupee sprite with "20" on it).
Im letzten Parameter im vorherigen Code verweist "sprite" auf ein Bild, das beim Start geladen wird: XML
For instance, the last parameter in the previous code, "sprite'" refers to an image loaded at startup: XML Copy
Kerkermeister (Original sprite, Vorderansicht)
Dungeon Master (original sprite, front view)
Kerkermeister (Original sprite, Rückansicht)
Dungeon Master (original sprite, back view)
sprite(1).suspendUpdates = true - stoppt Animationsaktualisierungen - es kommt nach wie vor zu falschen Updates
sprite(1).suspendUpdates = true - stops animation updates - damage updates will still occur (e.g., dragging
Um dieses Problem zu umgehen, fügen Sie eine on deactivateWindow-Prozedur mit der Lingo-Anweisung sprite(1).cursor = 0 hinzu.
Add an "on deactiveWindow" handler with the lingo sprite(1).cursor = 0 to work around the problem.
Bei Deaktivierung eines Films in einem Fenster (MIAW), wenn sich auf der Bühne kein bearbeitbares Sprites befindet, verhält sich Director so, als sei mit sprite(1) ein Cursor verknüpft.
Deactivating a Movie in a Window (MIAW) when there is not an editable sprite on stage causes Director to act like there is a cursor associated with sprite(1).
Entity' im Hauptmenü und modifiziert anschließend die Parameter bis es so aussieht: [[Image:Xmoto-edit sprite edited.png]] Der Baumtyp kann dabei wahlweise 'Tree1' oder 'Tree2' sein.
Entity" in the main menu. Then modify the parameters to look like this: [[Image:Xmoto-edit sprite edited.png]] That is, you should set the name to either "Tree1" and "Tree2".
Was darf's sein? - Sprite mit Zitrone und Eis.
What will it be? -Sprite with lemon and ice.
Benutze diese Aktion, um das Sprite einer Instanz zu ändern.
Use this action to change the sprite for the instance.
Dies macht es möglich, ein beliebiges Sprite zu erstellen.
This makes it possible to create any sprite you want.