Unloading sprites

Previous topic - Next topic

Leginus


Kitty Hello

You can also delete sprites with GRABSPRITE id, 0,0,0,0

Millerszone

With this test code, the iPad had sound, PC didn't.

LOADSOUND "Media/crowd.wav", 1, 1
PLAYSOUND(1, 0.0, 1.0)
LOADSOUND "", 1, 1   // also tried LOADSOUND " ", 1, 1 and LOADSOUND "blank", 1, 1  - sound still played on the iPad

MOUSEWAIT
Hardware: iMac 27", MacBook Air, PC 3.5Ghz Quad
Developing Tools: GLBasic SDK, Gideros Studio, PureBasic
Developing for: iOS, Android, Windows, OS X, webOS, HTML5

Kitty Hello

smells like a bug in the sound engine.