hi, i have crates underwater, climbing to surface, when the crates touch the surface i want create an splash sprite... crates are very light, so the go fast, and fly for a second, bounce 2 times...
i do this... (sorry my english)
if entityy#(crate) = 0 then make splay
that works, but now allways, becouse the crate pass maible from -0.001 to 0.0015, and no pass to 0
if i use
int(entityy#(crate)) = 0
thats create mabie 40 sprites when pass surface, and i only need one..
i dont want make collisions, i use ode, for crates..
any help is very welcome...
saludos..
i do this... (sorry my english)
if entityy#(crate) = 0 then make splay
that works, but now allways, becouse the crate pass maible from -0.001 to 0.0015, and no pass to 0
if i use
int(entityy#(crate)) = 0
thats create mabie 40 sprites when pass surface, and i only need one..
i dont want make collisions, i use ode, for crates..
any help is very welcome...
saludos..