Can u plz explain this part of your code for me? I understand that it's the delay for the loop but what does >0 then delay -- ???
private void delay()
{
if (delay > 0)
{
delay--;
}
if (delay == 0)
{
play();
delay = 15;
}
}
@erdelf Yes I read what your wrote put we both posted at the same time, I checked what you uploaded it was only with the update location method.
@SPower: everything is fine now, thanks for your advice and sorry for bothering :s
2013/1/8
Bomberman
2012/12/30
Mario Worlds
2012/12/30
SB Mario
2012/12/30
Mario - demo
2012/12/26
Light Beam Class Demo
2012/12/26
Mario1
2012/12/12
Game of Life Type2
2012/12/12
Lab 3 - Music is fun
2012/10/30
star scrolling