Posts by jeznunes • 37 points
6 posts
-
1
votes2
answers132
viewsQ: What is the correct linear-gradient (CSS) syntax in Javascript?
I’m trying to manipulate a background with onmouseover/onmouseout and I came across the following question: How the CSS syntax below would look in Javascript? background-image: linear-gradient( to…
javascriptasked jeznunes 37 -
0
votes0
answers60
viewsQ: HTML5/Avascript loop video snippet
Is there any way to loop a particular snippet of a video until the user clicks a button using HMTL5/Avascript? My question is about the loop, but I will contextualize at the request of colleagues…
-
0
votes1
answer54
viewsQ: How to concatenate a variable in Actionscript 3?
Hello, I have a list of clips Movie to be called inside an if, but I’m not able to concatenate the variable that contains the name of these clips. Imagine that: I have three clips: P1, P2 and P3.…
-
1
votes3
answers1526
viewsA: Has Actionscript become useless?
Adobe has already adapted the AS to this. In Animate (Flash replacement) AS3 is used together with Javascript to output the HTML5 canvas. Unlike the old Flash the Animante is not restricted only to…
-
0
votes2
answers96
viewsQ: How to pick the last digit of a number in Actionscript 3
I have a variable with some value (var qtdd = 758) within a function and would like to take only the last digit of this variable, in case the number 8. Does anyone know how to do this in…
actionscript-3asked jeznunes 37 -
1
votes1
answer94
viewsQ: How to get the X and Y strings of a movieclip in Actionscript 3 or Javascript?
Hello, I’m new around here and I have a question that’s giving me a hell of a job. I need to capture in a variable the X and Y coordinates of a certain movieclip that is on my stage (canvas on…