Posted: 16th Dec 2023 14:25
before in 3d editor


+ Code Snippet
global asterids_text
	dim asteroids_obj[50]
	asteroids_text=loadimage("asteroids\ast4.png")
	for t=1 to 50
		asteroids_obj[t]=loadobject("asteroids\ast4.x")
		setobjectimage(asteroids_obj[t],asteroids_text,0)
		setobjectposition(asteroids_obj[t],10000-random(0,20000),10000-random(0,20000),10000-random(0,20000))
	next t

focus-pocus.

I need help. plz....
Posted: 16th Dec 2023 15:23
files for your focus-pocus.
Posted: 17th Dec 2023 21:09
SetImageWrapU(asteroids_text)
SetImageWrapV(asteroids_text)