ENTRY | DOWNLOAD | MANUAL | ONGOING | |
cancelThrustScales()Cancels all currently active thrust scalings on the element on which this method is called. >> More on Thrusts in the class reference.
<sprite>.cancelThrustScales()
<tag>.cancelThrustScales()
In Contexts = ASpriteClass(self, 'sprite1') s.thrustScales(Thrust(0.1, 0.1, 0.1)) s.cancelThrustScales() t = ATagClass(self, 'tag1') t.thrustScales(Thrust(0.3, 0.3, 0.3)) t.cancelThrustScales() |
|
Initiated by Stephan Hechenberger Thanks to CADRE's 103 |