This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: OldTimeGamer on Sat 12/03/2016 09:28:57
Although, I have one more question to Danvzare.
Where do I put this code, and how do I call the global variable from global variables to the script?
code = 0;
if click on object1
{
if code == 0
{
code++;
}
else
{
code = 0;
}
}
if click on object2
{
if code == 2
{
code++;
}
else
{
code = 0;
}
}
if click on object3
{
if code == 1
{
code++;
}
else
{
code = 0;
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.071 seconds with 15 queries.