Uploader Comments (optikalefxx)
All Comments (28)
-
@mshartz5 there's tons of crappy programming too, so it goes both ways.
-
Because then the internet will be flooded with even more garbage that hogs unnecessary resources because it was created by graphic artists instead of programmers.
Remember that making things easier to use leads to more crap being made.
This is what I will be fearing with HTML5.
-
@optikalefxx Nice Job Mate!
-
Could you explain, how to make button on html page to draw canvas, or change color etc.
Thanx in adnavce!
p.s. make more videos :)
-
Please make the next tutorial showing how to allow for holding of keys.
-
@optikalefxx. thanks for the comment and sorry if i sound frustrated, but all I want is to load sequences of frames so they play back at a specific frame rate. very much like a flipbook. any info on how to do this would be greatly appreciated.
Boom!
xexoristo 6 months ago
@xexoristo boom!
optikalefxx 6 months ago
All that fucking code for simple animation! This is bullshit. Why can't anyone develop a stable Flash-like timeline UI for HTML?
alletbodasvideos 10 months ago
@alletbodasvideos this is the raw stuff. You could easily make a simple drawing class that would give you the same functions flash uses.
optikalefxx 10 months ago
It works right up to the point that I do the
$(document).keydown(function(e){
console.log(e.keyCode);
});
after that the box I put on vanishes and I get a blank canvas... Any ideas?
hd6ashlea 1 year ago
@hd6ashlea it must be drawing the clear rectangle and not drawing after that.
If you PM your code so far i can see whats going on.
optikalefxx 1 year ago