tintran wrote:from the videos of yours, looks much cooler!
Thanks Can't wait to release this!
tintran wrote:from the videos of yours, looks much cooler!
redWall-> collision -> any side of PongBall -> script editor ->
RedScore++;
RED_SCORE.textNumber=RedScore;
if(RedScore==10)
{
DestroyActor("RedBall");
}
if(RedScore==10)
{
DestroyActor("RED_SCORE");
}
if(RedScore==10)
{
RedPoint=0;
}
if(RedPoint==0)
{
PongPoint--;
}
if(RedPoint==1&&PongPoint==0)
{
view.x=-1286;
view.y=-470;
DestroyActor("PongBall");
}
if(RedScore==10)
{
DestroyActor("RedBall");
DestroyActor("RED_SCORE");
RedPoint=0;
}
Users browsing this forum: No registered users and 1 guest