Changes

Jump to navigation Jump to search

Changes in OS 3.6

94 bytes added, 18:30, 28 March 2014
Line 14: Line 14:  
If not setting a [[platform.apiLevel]] < "2.3", images can now be inserted as "Resources" that get embedded into the .tns file directly, instead of long strings stored directly within the script source.
 
If not setting a [[platform.apiLevel]] < "2.3", images can now be inserted as "Resources" that get embedded into the .tns file directly, instead of long strings stored directly within the script source.
 
Images can be inserted one by one or several at a time using a csv file (see manual). An image cannot exceed 3 MB.
 
Images can be inserted one by one or several at a time using a csv file (see manual). An image cannot exceed 3 MB.
 +
Example code to create an image from a resource image : ''myImage = image.new(_R.IMG.img_1)''
    
== API ==
 
== API ==

Navigation menu