am doing a game like checkers.
At some point i need to draw some sprites, i have a script (he ask for arguments and draw) but he need the positions, so am doing a a another script (below)
but i have no idea what is wrong
any ideas?
bubbles = 0
while(bubbles<global.lvl)
{
for(i=0;i<global.lvl;i=i+1)
{
for(j=0;j<global.lvl;j=j+1)
{
A[i,j]=choose(0,1)
if(A[i,j]=1)
{
bubbles +=1
}
}
}
}



Find content
Not Telling
