nXIII wrote:
MathWizz wrote:
Now that we have read the the file we can start making the viewer!
EDIT: Has ANYONE (not nXIII) gotten it to work?What part o' the viewer?
I dunno... We have to start somewhere... Images?
Offline
MathWizz wrote:
nXIII wrote:
MathWizz wrote:
Now that we have read the the file we can start making the viewer!
EDIT: Has ANYONE (not nXIII) gotten it to work?What part o' the viewer?
I dunno... We have to start somewhere... Images?
![]()
I haven't done anything in a while...and I was mainly (
almost exclusively) working on the application (rather than the reader/viewer).
Last edited by nXIII (2010-11-10 17:44:30)
Offline
hmm yay viewer time! Let's rock!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (How)
Offline
The reader works perfectly in Chrome 7, but it locks up Firefox 3.6.12 after it finishes...
Offline
how do I turn the output code into a project in a canvas? I can make a canvas program easy
Offline
multithread.js nearly complete! I just need to fix these three bugs:
- Local variables suddenly mess up for no apparent reason
- Blocks of code in between { and } sometimes run oddly
- window.setTimeout() has a habit of crashing it
Offline
TheSuccessor wrote:
multithread.js nearly complete! I just need to fix these three bugs:
- Local variables suddenly mess up for no apparent reason
- Blocks of code in between { and } sometimes run oddly
- window.setTimeout() has a habit of crashing it
Wait, what are you doing? JavaScript doesn't really use { and } except in closures....
You don't need multithreading to run Scratch projects, anyway. Squeak doesn't use it.
Offline
Could I help?
Offline
If you can help us in anyway!
Offline
What do u want me to do?
Offline
Help with using the data.
Offline
okay...
please follow up
Offline
Make a canvass in Java Script that uses MathWizz's reader.
Offline
okay!
Offline
Shall I start making JS functions for the blocks?
Offline
Yes, work out a JS equivalent to all the blocks.
One thing before we do anything else. Are we makeing it resizable?
Offline
I don't know if JS likes colons (:) in function names. Should we replace these with underscores (_)?
Last edited by TheSuccessor (2010-11-13 05:04:48)
Offline
Hmm, no not underscores but '/'s
Offline
Right.
Offline
I thought MathWizz said he could do the canvas! Oh well.
PS: I forgot to do a application.
I know HTML (mastered) and a little JS
Offline
hey guys! I just made something we can use:
PROBLEM: The ipad doesn't have arrow keys. We want projects in our viewer to run on the ipad. Lots of projects have arrow keys.
SOLUTION: I made this program in Dynamic HTML. it has arrow keys in a grid, and if you're on an iPad, you can press them. Here's a link. (Tested on an iPad)
iOS arrowkeys
MORE WORK: In the viewer's code where it senses keys, we have to put these in and give them the same effect as the up left right and down keys.
The keys light up when moused over on a computer, but onmouseover turns true when you touch them on the iPad.
Last edited by midnightleopard (2010-11-13 07:48:55)
Offline