Posts by xDjulio • 25 points
4 posts
-
-4
votes1
answer295
viewsQ: Variable type float does not receive valuation
Follows an excerpt from the code: #include <stdio.h> #include <stdlib.h> #define MVAIN 0.8592; #define MVAOUT 1.0282; #define ICMS 0.29; float ProdValue = 0, MVA = 0, ResultValue1 = 0,…
-
0
votes1
answer38
viewsA: Setting the browser position in CSS
I changed the position from absolute to relative, both in the menu and in the image, and then positioned it the way I wanted it in top and left. Thanks for the help stackoverflowBR community…
-
0
votes1
answer38
viewsQ: Setting the browser position in CSS
I need the page sizing not to move the project menu when the page is resized, because when I change the dimension of the display it moves individually from the rest of the body. See that the menu…
-
3
votes1
answer651
viewsQ: Nightmares - Character does not move, stopped in Idle animation
I am following the step by step of Nightmares in Unity3d, but following the tutorials of Nils I came across a problem, after finishing the script the character does not move on the test screen, it…