This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-07-07 22:26:50

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

iPad Emulator

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

 

#2 2010-07-08 10:14:55

Telemachus
Scratcher
Registered: 2010-04-21
Posts: 500+

Re: iPad Emulator

This would probably be better in "Collaboration."


http://i54.tinypic.com/10h0fnp.jpg

Offline

 

#3 2010-07-08 12:12:22

ScratchDude101
Scratcher
Registered: 2009-01-30
Posts: 100+

Re: iPad Emulator

^ 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.


Why did I even name myself "ScratchDude101?" I'm Cronos Dage.
http://cl.ly/EDZM/Screenshot%202012-02-14%20at%206.17.40%20pm.png

Offline

 

#4 2010-07-08 20:11:19

hello12345678910
Scratcher
Registered: 2009-07-11
Posts: 100+

Re: iPad Emulator

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)


http://tinyurl.com/8yt32o9 http://tinyurl.com/6tgwp5r || Fish = F+I+S+H = 6+9+19+8 = 42<<The answer to Life, the Universe and Everything

Offline

 

#5 2010-07-08 20:22:19

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: iPad Emulator

Yeah, this should go in Collaborations - I'll move it over there for ya  smile

Offline

 

#6 2010-07-09 01:11:33

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: iPad Emulator

Ya know, Prism is already making something like this, and I'm sure that you won't get the page slide done.  smile


Hai.

Offline

 

#7 2010-07-09 08:50:34

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: iPad Emulator

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 sad  54 )y sad  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)


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

#8 2010-07-09 21:53:06

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: iPad Emulator

Thanks! You're like the only supportive guy.

Offline

 

#9 2010-07-10 10:45:30

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: iPad Emulator

I support u-if u give me a link 2 wot uv dun so far i will give u sum feedback!


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#10 2010-07-10 12:37:02

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: iPad Emulator

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.


Hai.

Offline

 

#11 2010-07-10 12:39:51

Kileymeister
Scratcher
Registered: 2008-04-17
Posts: 1000+

Re: iPad Emulator

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?


I'm back, and showcasing two new* projects!  Click left or right on the image below to see!
http://img109.imageshack.us/img109/7905/part1l.pnghttp://img859.imageshack.us/img859/6417/part2bf.png

Offline

 

#12 2010-07-12 21:20:41

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: iPad Emulator

http://scratch.mit.edu/projects/windowsapple/1180349

Here.. Sorry.. but there's a few bugs online. No bugs offline.

Offline

 

#13 2010-07-14 23:39:20

throughthefire
Scratcher
Registered: 2009-07-09
Posts: 1000+

Re: iPad Emulator

windowsapple wrote:

Thanks! You're like the only supportive guy.

What about me? I'll make a fake internet browser with real fake sites!


Back. For now. Maybe.

Offline

 

#14 2010-07-15 01:25:36

windowsapple
Scratcher
Registered: 2010-04-07
Posts: 100+

Re: iPad Emulator

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.  tongue

Offline

 

#15 2010-07-24 13:38:29

Mcsugarface
Scratcher
Registered: 2009-11-16
Posts: 100+

Re: iPad Emulator

I can join maybe doing the internet for Safari.

Bumpty Bumpty BUMP.


Hi! I'm http://blocks.scratchr.org/API.php?user=USERNAMEHERE&amp;action=onlineStatus&amp;type=text!
http://internetometer.com/imagesmall/11070.png

Offline

 

#16 2010-12-02 20:38:58

WindozeNT
Scratcher
Registered: 2010-06-05
Posts: 1000+

Re: iPad Emulator

windowsapple wrote:

Thanks! You're like the only supportive guy.

Where you referring to me?


http://i48.tinypic.com/rlyo80.png
Ever since Misc was killed, I've pretty much stopped going to Scratch Forums...

Offline

 

Board footer