Search found 139 matches

by Mardonis
Tue Oct 14, 2014 12:47 pm
Forum: Beginner Help and Support
Topic: Javascript in chrome
Replies: -1
Views: 3518

Re: Javascript in chrome

looks good now. except I see a stray green progress bar in the middle of the page towards the top when I was trying to attack. trying to pinpoint where that is coming from. it happens after I click the opponents name. ok finally found it. it is right where you make your two divs together called hpoi...
by Mardonis
Tue Oct 14, 2014 12:37 pm
Forum: Beginner Help and Support
Topic: PHP code help
Replies: -1
Views: 885

Re: PHP code help

cool thank you very much for this. Ill try and work on this now.
by Mardonis
Mon Oct 13, 2014 9:17 pm
Forum: Beginner Help and Support
Topic: PHP code help
Replies: -1
Views: 885

PHP code help

I have a pice of code that i cant seem to figure out how to display in PHP. echo "> <a href=">Game News</a><br/>"; It is supposed to look like this: > Game News I have tried: echo "> <a href='>Game News'</a><br/>"; But that only leaves the > showing that goes in front of the...
by Mardonis
Mon Oct 13, 2014 3:41 pm
Forum: Beginner Help and Support
Topic: Javascript in chrome
Replies: -1
Views: 3518

Re: Javascript in chrome

In the developer tools in chrome for your game: (1)When i first log in after hitting the login button i get a - GET http://gameplaytoday.net/images/gallery-icon.jpg 404 (Not Found) user.php?u=Mardonis:169 I guess that could be because i havent uploaded a photo or icon for it yet since i just signed ...
by Mardonis
Fri Oct 10, 2014 1:09 pm
Forum: Members Games
Topic: My Game Updates
Replies: -1
Views: 18152

Re: My Game Updates

Chuck Norris only needs one when up against many.
by Mardonis
Fri Oct 03, 2014 12:56 pm
Forum: Coding
Topic: JSLint Error help
Replies: -1
Views: 762

Re: JSLint Error help

Ok, I get it it now. Thank you for the clarification on this problem I've been struggling with.
by Mardonis
Thu Oct 02, 2014 7:02 pm
Forum: Coding
Topic: JSLint Error help
Replies: -1
Views: 762

JSLint Error help

Some javascript code can say for example x++; or ++x; But JSLint wants it as x += 1; So my question is how to do yo it for the ++x;? I have tried 1 += x and it didnt like that. The same thing goes for x--; and --x; It allows x -= 1; but errors on 1 -= x; If you can't do the 1 -= x; then how do you d...
by Mardonis
Fri Sep 26, 2014 8:11 pm
Forum: Advanced Help and Support
Topic: Three.js Help
Replies: -1
Views: 454

Three.js Help

Hello, To anyone who knows about Three.js and javascript, I am in need of some help with some code I am messing with. The framework I am using is Three.js. I already have a box showing in 3D and the sides are colored. The thing i want to do is, take one of the faces of the cube and display the class...
by Mardonis
Tue Sep 09, 2014 7:09 pm
Forum: Coding
Topic: visually recode c# to javascript
Replies: -1
Views: 697

visually recode c# to javascript

Does anyone know of a book or tutorial or any information on how to visually look at a C# program and try to recode it into javascript? Like maybe look at this thing in C# and that would be equevalant to that in javascript. Thank you. For example: using System; using System.Collections.Generic; usin...
by Mardonis
Tue Aug 19, 2014 12:54 pm
Forum: Project Showoff Tier I
Topic: Chris's automata
Replies: -1
Views: 3483

Re: Chris's automata

Looks really neat, like how it tells you what its doing.

Go to advanced search