Mehrals4 Frames bei animationbackrounds
-
- Frischling
- Beiträge: 9
- Registriert: 29.11.2002, 19:45
Mehrals4 Frames bei animationbackrounds
Hi gibt es irgendwie ne möglichkeit mehr als vier animationen bei einem animation backround zu machen?....
-
- Frischling
- Beiträge: 9
- Registriert: 29.11.2002, 19:45
Re:Mehrals4 Frames bei animationbackrounds
Kann ich daraus schließen ,da niemand auf die FRage antwortet , dass das wonach ich gefragt habe net möglich ist?!...


-
- Tastatursteuerer
- Beiträge: 535
- Registriert: 02.03.2002, 14:40
- Wohnort: Ronville
Re:Mehrals4 Frames bei animationbackrounds
So schaut’s wohl aus.
Den Animating background benutzt eh keiner für Animationen, höchstens um zwischen einem Tag- und Nacht-Hintergrund umzuschalten.

-
- Frischling
- Beiträge: 9
- Registriert: 29.11.2002, 19:45
Re:Mehrals4 Frames bei animationbackrounds
achsooo...ähm dann hätte ich ne dummer frage: also bin ja noob ´bei ags...wie mach ich ene animation ganz oft hintereinander? Immer wieder von neu starten oder macht man das mit dem while do bzw. if befehl?
-
- Tastatursteuerer
- Beiträge: 535
- Registriert: 02.03.2002, 14:40
- Wohnort: Ronville
Re:Mehrals4 Frames bei animationbackrounds
Schau mal hier.
-
- Frischling
- Beiträge: 9
- Registriert: 29.11.2002, 19:45
Re:Mehrals4 Frames bei animationbackrounds
hehe danke, aber das kenn ich schon nur wenn ich ein objekt starte bleibt es beim letzten bild stehen bis object off...es wiederholt sich sich aber net!
-
- Tastatursteuerer
- Beiträge: 535
- Registriert: 02.03.2002, 14:40
- Wohnort: Ronville
Re:Mehrals4 Frames bei animationbackrounds
AnimateObject (int object, int loop, int speed, int repeat)
The REPEAT parameter sets whether the animation will continuously repeat the cycling through the frames. If REPEAT is zero, the animation will start from the first frame of LOOP, and go through each frame in turn until the last frame, where it will stop. If REPEAT is 1, when the last frame is reached, it will go back to the first frame and start over again with the animation.
Also eine 1 bei int repeat eingeben, dann klappt's auch mit der Wiederholung.
The REPEAT parameter sets whether the animation will continuously repeat the cycling through the frames. If REPEAT is zero, the animation will start from the first frame of LOOP, and go through each frame in turn until the last frame, where it will stop. If REPEAT is 1, when the last frame is reached, it will go back to the first frame and start over again with the animation.
Also eine 1 bei int repeat eingeben, dann klappt's auch mit der Wiederholung.
-
- Frischling
- Beiträge: 9
- Registriert: 29.11.2002, 19:45
Re:Mehrals4 Frames bei animationbackrounds

