Difference between revisions of "Ads:setX"

From GiderosMobile
Line 6: Line 6:
 
  Ads:setX(x)
 
  Ads:setX(x)
 
</source>
 
</source>
'''x''': (number) set x coordinate ''''''<br/>
+
=== Parameters ===
 +
'''x''': (number) set x coordinate <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2014.01

Description

Sets x position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling

 Ads:setX(x)

Parameters

x: (number) set x coordinate