TornFusion wrote:
comp500 wrote:
comp500 wrote:
rrgh. Didn't u see the development link in the first page?
anyway we need new developers so we can get it finished.
Hmm. NOBODY'S games on here work on DSi. Pokemon wont work
I'm working on Go everywhere noW!
I'm looking at this: http://developer.apple.com/library/safa … tions.html
EDIT: YAY! PaGE 11!
Last edited by comp500 (2011-06-18 04:56:30)
Offline
comp, give me a link as SOON as its done
Offline
TornFusion wrote:
comp, give me a link as SOON as its done
Here's my current revision http://www.mdn.fm/files/314551_akopx/index.html
rrgh 60 sec rule!
Offline
comp500 wrote:
johnnydean1 wrote:
Oh, I can get pokemon to work on the DSi. I will have a go now.
Ok!
Ahh, it fails. I have no idea why. Link here
Offline
johnnydean1 wrote:
comp500 wrote:
johnnydean1 wrote:
Oh, I can get pokemon to work on the DSi. I will have a go now.
Ok!
Ahh, it fails. I have no idea why. Link here
It worked in the first versions... perhaps the canvas is too big and the buttons are not needed.
Offline
Chat here: http://www.chatzy.com/309446370985
Offline
When I get round to it, I will re-design Pokemon for use on a DS.
Offline
johnnydean1 wrote:
When I get round to it, I will re-design Pokemon for use on a DS.
Ok! you can also chat here and I get an update instantly: http://www.chatzy.com/309446370985
Offline
I am currently working on Google maps for DSi: http://www.mdn.fm/files/314635_vbugs/index.html
Last edited by comp500 (2011-06-19 04:52:07)
Offline
comp500 wrote:
I am currently working on Google maps for DSi: (link coming soon...)
I thought we were making scratch for DSi's and other OS's...
Offline
TornFusion wrote:
comp500 wrote:
I am currently working on Google maps for DSi: (link coming soon...)
I thought we were making scratch for DSi's and other OS's...
Yes, I'm also doing that.
Offline
I remixed the DSi code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width"> <title>Go Everywhere</title> <style> body { margin: 0px; font-family: Arial } #topscreen, #bottomscreen { width: 240px; height: 176px; overflow: hidden; } </style> <script type="text/javascript" src="http://www.mdn.fm/files/308109_bxyeb/browser.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> </head> <body> <div id="topscreen">Top Screen</div> <div id="bottomscreen">Bottom Screen</div> <script type="text/javascript"> document.body.scrollTop = 176; document.onkeydown = function (e) { if (e.keyCode == "13") { $('#bottomscreen').css('color', 'blue'); } }; document.onkeyup = function (e) { if (e.keyCode == "13") { $('#bottomscreen').css('color', 'inherit'); alert('Welcome to Go Everywhere DS!'); } }; function machine() { document.body.scrollTop = 176; window.setTimeout("machine()", 100); } machine(); </script> </body> </html>
Offline
Some projects already went to a mobile device...
depends on your project userinterface and device...
http://scratch.mit.edu/galleries/view/122751
Any scratch project already goes everywhere
with a small regular notebook with keyboard :-)
Offline
eventexception wrote:
Some projects already went to a mobile device...
depends on your project userinterface and device...
http://scratch.mit.edu/galleries/view/122751
Any scratch project already goes everywhere
with a small regular notebook with keyboard :-)
???
Offline
whizzer wrote:
I remixed the DSi code:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width"> <title>Go Everywhere</title> <style> body { margin: 0px; font-family: Arial } #topscreen, #bottomscreen { width: 240px; height: 176px; overflow: hidden; } </style> <script type="text/javascript" src="http://www.mdn.fm/files/308109_bxyeb/browser.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> </head> <body> <div id="topscreen">Top Screen</div> <div id="bottomscreen">Bottom Screen</div> <script type="text/javascript"> document.body.scrollTop = 176; document.onkeydown = function (e) { if (e.keyCode == "13") { $('#bottomscreen').css('color', 'blue'); } }; document.onkeyup = function (e) { if (e.keyCode == "13") { $('#bottomscreen').css('color', 'inherit'); alert('Welcome to Go Everywhere DS!'); } }; function machine() { document.body.scrollTop = 176; window.setTimeout("machine()", 100); } machine(); </script> </body> </html>
That's my test page, not the real thing...
Offline
eventexception wrote:
Some projects already went to a mobile device...
depends on your project userinterface and device...
http://scratch.mit.edu/galleries/view/122751
Any scratch project already goes everywhere
with a small regular notebook with keyboard :-)
But for Go Everywhere, we mean smaller devices!
Offline
comp500 wrote:
eventexception wrote:
Some projects already went to a mobile device...
depends on your project userinterface and device...
http://scratch.mit.edu/galleries/view/122751
Any scratch project already goes everywhere
with a small regular notebook with keyboard :-)But for Go Everywhere, we mean smaller devices!
and iPads
Offline
comp500 wrote:
But for Go Everywhere, we mean smaller devices!
If you visit the gallery one project is already confirmed working on a tiny device...
Somebody has to design project userinterfaces for tapping small screens
or find such existing projects...
I believe cheap tiny devices with a fast enough cpu
will show up within twelve month,
or someone has to compile a new scratch player or call it app.
Offline
eventexception wrote:
comp500 wrote:
But for Go Everywhere, we mean smaller devices!
I believe cheap tiny devices with a fast enough cpu
will show up within twelve month,
or someone has to compile a new scratch player or call it app.
DSis don't have java, or flash, nor do iPods.
Somebody has to design project userinterfaces for tapping small screens
or find such existing projects...
That's what we are currently doing...
If you visit the gallery one project is already confirmed working on a tiny device...
What about iPod Touches and iPhones and DSis? Their screen(s) are smaller that the scratch stage, and MIT are planning to maybe make the stage bigger...
There are only a few exceptions to the event, eventexeption XD!
Last edited by comp500 (2011-06-21 02:28:52)
Offline
comp500 wrote:
I am currently working on Google maps for DSi: http://www.mdn.fm/files/314635_vbugs/index.html
Offline
comp500 wrote:
comp500 wrote:
I am currently working on Google maps for DSi: http://www.mdn.fm/files/314635_vbugs/index.html
Offline
comp500 wrote:
comp500 wrote:
comp500 wrote:
I am currently working on Google maps for DSi: http://www.mdn.fm/files/314635_vbugs/index.html
Offline
Whoever said save to dropbox, great idea.
Offline
comp500 wrote:
comp500 wrote:
comp500 wrote:
Stop it! That does not have a lot to do with GE! (darn that could also stand for Google Earth...)
Anyway, as soon as I can I'll post a list of specifications for the 3DS Internet Browser - it has a list in the instruction manual!
Offline