+ 1
Help
Why is the blue cube moving fast? And this is provided that the variable DX is equal to 1, which in the end should not speed up the blue cube so much https://code.sololearn.com/WtGC0dkn9lLw/?ref=app
4 Answers
+ 1
because you do not use the timestamp argument available in the callback function function passed in the requestAnimationFrame function call ^^
that's the minimum to handle how fast move anything animated by this way (you cannot expect any animation cross browser/device speed without handling this ;P)
0
https://code.sololearn.com/WrQV9llKA7b0/# here is the problem. the dx and dy is too high
0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
class Program
{
static void Main(string[] args)
{
int x = 89;
Console.WriteLine(x);
}
}
} Help me in c, sir. Try it yuor self
- 1
How many age to start this app
Hot today
Python — File Handling
2 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
What’s wrong?
2 Votes
Achievements on Sololearn
1 Votes
Queue & dequeued
0 Votes