I use sprites greater then screen resolution for displaying osm maps in smart basic
Sprites 3000 point X 3000 points crash
Sprites 2000 point X 2000 sometimes crash 
Sprites 1000 point X 1000 works good
I have to use The Scale and rotate functions which are possible with sprites 
is this an error/bug or do i have to live with iT?
Gr from Holland
			
			
									
									
						Max sprite dimensions
- 
				Marcoverbaten
 - Posts: 17
 - Joined: Thu Apr 02, 2015 9:25 pm
 - My devices: Iphone 4 Iphone 5 IPad
 
- Mr. Kibernetik
 - Site Admin
 - Posts: 4794
 - Joined: Mon Nov 19, 2012 10:16 pm
 - My devices: iPhone, iPad, MacBook
 - Location: Russia
 - Flag: 

 
Re: Max sprite dimensions
This can happen because your device is short of memory.
3000x3000 sprite is 9 times larger than 1000x1000.
			
			
									
									
						3000x3000 sprite is 9 times larger than 1000x1000.
- 
				Marcoverbaten
 - Posts: 17
 - Joined: Thu Apr 02, 2015 9:25 pm
 - My devices: Iphone 4 Iphone 5 IPad
 
Re: Max sprite dimensions
I know About The memory but Almost The same happens when drawing a line with a Very high length...
IT is something when drawing far out of The screen...
But i can live with it by using Several sprites in stead of one...
			
			
									
									
						IT is something when drawing far out of The screen...
But i can live with it by using Several sprites in stead of one...