The whole user interface works like a charm~
NEEDS HELP WITH
- Internet for Safari and App store
- Pages for the iPad (SO you can slide!)
- Music for iTunes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'm a noob and I'm looking for contributors willing to help.
Offline
^ agreed.
And...by pages, you mean like the animation and 3D-ness of the books? Or content on the pages? You could put the first chapter of my Scratch eBook, Adventure Story (Ch.1 -Drapsinol. That would be great for the iBooks and iBookstore.
Offline
i hope you know that once the scratch team updates the website and switches from java to flash, your ipad emulator won't run the scratch applet unless you have flash.
----------------------------------------------------------------------------------------------------------------------
<pen up><pen down>
whats the point?
Last edited by hello12345678910 (2010-07-08 20:12:35)
Offline
Page sliding could be done by a sprite with several costume animations going accross the "screen". As it does the page switches costumes to the next page. It can be sensed with:
[blocks]<when green flag clicked>
<forever if> <(<mouse x> <=> <( <mouse y> <=> 0 ) )>
<broadcast[ NextPage ]and wait c>
<switch to costume[ Page02 ]>
<play sound[ PageFlip ]>
<end>
[/blocks]
The sprite that goes over the screen:
[blocks]<when I receive[ NextPage ]>
<go to x 54 )y
0 )>
<go to front>
<show>
<repeat( 6 )>
<move( 10 )steps>
<next costume>
<wait( 0.087 )secsc>
<end>
<if> <(<mouse x> <=> <( <mouse y> <=> 0 )>
<wait( 0.006 )secsc>
<hide>
<end>
[/blocks]
------------------------------------------------------------
For internet, just make it say there is no connection or it failed to load or some kind of error. You can also use a screenshot of a web page.
------------------------------------------------------------
iMusic is really fun. Just pour a bunch of songs in the project and compress them. If you want a random song to play, use
[blocks]<when green flag clicked>
<wait until> < ( <{ iPlay }> ) <=> ( 1 ) >
<forever if> < ( <{ iPlay }> ) <=> ( 1 ) >
<play sound[ <pick random( 1 )to( 10 ) > ] >
<wait( 2.4 )secsc>
<end> [/blocks]
------------------------------------------------------------
Try it and see if it works!
WindozeNT
Last edited by WindozeNT (2010-07-09 09:13:10)
Offline
Thanks! You're like the only supportive guy.
Offline
fg123 wrote:
Because just sayin. I support this idea, I just think it's a bit far away. I mean ours has:
real internet
1s1s
real code-based app development.
Real internet? Surely not on Scratch then?
Offline
http://scratch.mit.edu/projects/windowsapple/1180349
Here.. Sorry.. but there's a few bugs online. No bugs offline.
Offline
windowsapple wrote:
Thanks! You're like the only supportive guy.
What about me? I'll make a fake internet browser with real fake sites!
Offline
throughthefire wrote:
windowsapple wrote:
Thanks! You're like the only supportive guy.
What about me? I'll make a fake internet browser with real fake sites!
I was referring to this thread from earlier.
Offline