Click here to Skip to main content
15,899,825 members

Comments by DragonNinjaBD (Top 13 by date)

DragonNinjaBD 24-Mar-20 13:15pm View    
thank you so much for your help, it means a lot
DragonNinjaBD 24-Mar-20 12:08pm View    
like the example code you typed ^ helped, but since i cant see it within the rest of the code its just not clicking for me ):
DragonNinjaBD 24-Mar-20 12:07pm View    
im sorry im a visual/kinesthetic learner, so unless i see it i have a hard time understanding. thank you for all your help, but sadly i just dont understand ):
DragonNinjaBD 23-Mar-20 14:20pm View    
would i need to put it before or after the code for moving him? which is:

Mart_start_x= Mart_start_x + Mart_speed;

if(Mart_start_x > width+100)
{
Mart_start_x = -100;
DragonNinjaBD 23-Mar-20 13:38pm View    
can i do that using the while loop? cause the loop is a requirement