ich benutz das AGS 2.71 und würd gern einen frame abfragen, aber das geht nicht mehr und in der Hilfe finde ich lediglich
Object.SetView(int view, optional int loop, optional int frame)
wenn ich den frame einstellen will. Wie aber kann ich ihn abfragen?
kein object.frame mehr?
- DieFüchsin
- Adventure-Gott
- Beiträge: 4406
- Registriert: 12.03.2004, 16:55
kein object.frame mehr?
Danke, Adventuretreff! <3
- KhrisMUC
- Adventure-Gott
- Beiträge: 4674
- Registriert: 14.03.2005, 00:55
- Wohnort: München
- Sinitrena
- Tastatursteuerer
- Beiträge: 678
- Registriert: 08.05.2004, 01:01
- Wohnort: Frankfurt
- Kontaktdaten:
Natürlich geht das:
oder ist das bei 2.71 nicht und erst wieder bei 2.72 (Version 2.71 hab ich nicht mehr installiert)?
Frame property (object)
readonly int Object.Frame
Gets the frame number that the object is currently set to. If the object is not currently assigned a view, this will be 0 (in which case the Graphic property will hold its sprite number).
This property is read-only. To change the frame, use the animation functions.
Example:
Display("Object oDoor's frame is currently %d.", oDoor.Frame);
will display the oDoor object's current frame number
SeeAlso: Object.Graphic, Object.Loop, Object.View
oder ist das bei 2.71 nicht und erst wieder bei 2.72 (Version 2.71 hab ich nicht mehr installiert)?
http://www.sinitrena.de.vu Meine Spiele: "A very special dog", "A magic stone", "James Bond - Who wants to live again?", "Lonely Night", "Death of an Angel", "The Witch, the Wizard and the Blue Cup", "Emerald Eyes"
- DieFüchsin
- Adventure-Gott
- Beiträge: 4406
- Registriert: 12.03.2004, 16:55