Re: How to play Age of Empires II on Windows Vista and Windows 7
my aoe 2 keeps telling me its a sound file
View ArticleRe: I’m writing a book!
Can I get a preview copy when it is out? Also I am looking to get the right for an Indian version? If interested, you can mail me.Good luck!
View ArticleRe: Making and Moving Selectable Shapes on an HTML5 Canvas: A Simple Example
What is drawshape in mydown function ,i want to implement it but i got error that is Error: 'drawshape' is undefined,can you help me...
View ArticleRe: Selectable Shapes Part 2: Resizable, Movable Shapes on HTML5 Canvas
How I get full code of this tutorial. Because I am new in Html5.
View ArticleRe: Making and Moving Selectable Shapes on an HTML5 Canvas: A Simple Example
I have used same code ,but while i select rectangle it don't get select ,only double clicking is working in this code,while mydown,mymove and myup not working ,can you help me regarding this...
View ArticleRe: Selectable Shapes Part 2: Resizable, Movable Shapes on HTML5 Canvas
i tried this in OSX browser, i cannot move the items
View ArticleRe: Making and Moving Selectable Shapes on an HTML5 Canvas: A Simple Example
finally it works for me its great one ,but how what about other annotation like line,ruler and angle,means how can we use same code for this...,please help me regarding this
View ArticleRe: Understanding the HTML5 Canvas image security rules
This would only be a problem if canvas were capable of reading the local filesystem. If that is the case, who thought that would be a good idea?? Now, because of this, I can't call toDataUrl on an...
View ArticleRe: Selectable Shapes Part 2: Resizable, Movable Shapes on HTML5 Canvas
Its very good tutorial,but how can we apply same functionality to line or arrow,angleif you any idea about this please reply me.
View ArticleRe: A Gentle Introduction to Making HTML5 Canvas Interactive
Where is the souce code ..???
View ArticleRe: How to play Age of Empires II on Windows Vista and Windows 7
Just tried this, not working for us. Im running vista and es running 7 any thoughts ?
View ArticleRe: A Gentle Introduction to Making HTML5 Canvas Interactive
I wonder how you'd be able to select and drag an edge of a shape to change the size of of it. That would be sweeeeet.
View ArticleRe: A Gentle Introduction to Making HTML5 Canvas Interactive
hey! i've done something like this, and i want make zoom\scroll, and i did it! but it works wrong:(how i can make limits of zoom\scroll?and i want fix trouble with zoom+scroll together!here is my...
View ArticleRe: Making and Moving Selectable Shapes on an HTML5 Canvas: A Simple Example
how i can set value of coordinates in textfield when mouse event of drawing a line has drawn the line on canvas
View ArticleRe: Selectable Shapes Part 2: Resizable, Movable Shapes on HTML5 Canvas
How would you go about adding text, images and doing shape rotation?
View ArticleRe: A Gentle Introduction to Making HTML5 Canvas Interactive
Try instead:var foo = new Shape(40,40,50,50);s.addShape(foo);alert(foo.x);...alternatively, the code you posted should work if you rewrite addShape as such:CanvasState.prototype.addShape =...
View ArticleRe: HTML5 Canvas fillText considered harmful
In my experience with canvas I've been disappointed with the quality of rendered text. Oddly IE seems to have the best looking text. Firefox has some odd kerning problems and chrome suffers from bad...
View ArticleRe: A Gentle Introduction to Making HTML5 Canvas Interactive
By "better" I assume you mean faster. You could create an array with the object number of the front-most object at each position in the canvas. It requires more memory and the overhead to build the...
View Article