Search found 5 matches
- Fri Sep 28, 2012 5:15 am
- Forum: Off-Topic
- Topic: I don't know what to do
- Replies: -1
- Views: 4617
Re: I don't know what to do
This does not belong in announcements so I will move it to off topic shortly... I would agree except it mostly sounds like he is talking about building traditional, loop-based Javascript games, perhaps with something like CraftyJS or ImpactJS . That doesn't necessarily transfer over to making websi...
- Thu Sep 27, 2012 7:39 pm
- Forum: Off-Topic
- Topic: I don't know what to do
- Replies: -1
- Views: 4617
Re: I don't know what to do
Ok, you could move this post to the more appropriate forum. I'm sorry. Let me know which forum it'll be put in.hallsofvallhalla wrote:This does not belong in announcements so I will move it to off topic shortly...
- Thu Sep 27, 2012 4:53 am
- Forum: Off-Topic
- Topic: I don't know what to do
- Replies: -1
- Views: 4617
I don't know what to do
I’m torn between what I should do. I recently learned how to make basic web pages. My knowledge isn’t too advanced. I made just a basic webpage, with a comment section and email with basic PHP/SQL, I made a game with JavaScript, and the rest is just HTML with pictures and things I wrote. But, I’m to...
- Wed May 02, 2012 9:45 am
- Forum: Coding
- Topic: How do I shorten my JavaScript Code and Animations
- Replies: -1
- Views: 1848
Re: How do I shorten my JavaScript Code and Animations
1. "function" is part of the JavaScript structure, it is used when declaring new functions, you can't simplify it. It's as important as wrapping quotation marks around your strings. 2. There are more roads that lead to Rome. Could you give us an example sprite. This could be slightly more...
- Tue May 01, 2012 9:02 am
- Forum: Coding
- Topic: How do I shorten my JavaScript Code and Animations
- Replies: -1
- Views: 1848
How do I shorten my JavaScript Code and Animations
Hi, I'm new to this website and I'm pretty much a beginner programming. Thus, I hope to have help in learning how to program. 1. My question first questions is I'm trying to change the JavaScript game program below so that the function command is used much less. Below, the function command had been ...