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

#1 2012-01-02 02:04:56

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

Scratch Games on Tablets

I've found that Scratch games work with the flash player on tablets that support Flash. But, you can't type or use arrow keys, so all the controls would need to be clickable. I'm working on some games which will be optimized for use on tablets.

Any ideas on how to get on-screen keyboards working with the projects?

Last edited by Mcsugarface (2012-01-02 02:06:05)


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

Offline

 

#2 2012-01-02 02:14:44

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Scratch Games on Tablets

well u could make an in-game keypad or u could use the built-in on screen keyboard if it is a windows tablet... linux also has on screen keyboard too


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#3 2012-01-02 18:41:59

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Scratch Games on Tablets

I have a Kindle Fire and play many scratch games on it.  You are correct, even games with the ASK block sometimes don't cause the on-screen keyboard to come up.  I'm not sure how to force it to appear.  I sure would like to know.

BTW, many of my games work fine with the Fire... even my Hangman game which implements its own on-screen keyboard.  http://scratch.mit.edu/projects/BoltBait/463279  Maybe that would help you.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#4 2012-01-02 19:48:37

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

Re: Scratch Games on Tablets

BoltBait wrote:

I have a Kindle Fire and play many scratch games on it.  You are correct, even games with the ASK block sometimes don't cause the on-screen keyboard to come up.  I'm not sure how to force it to appear.  I sure would like to know.

BTW, many of my games work fine with the Fire... even my Hangman game which implements its own on-screen keyboard.  http://scratch.mit.edu/projects/BoltBait/463279  Maybe that would help you.

Yeah, on-screen keyboards are the only solution right now. I'm experimenting a lot to find out any other ways.


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

Offline

 

#5 2012-01-02 20:11:18

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Scratch Games on Tablets

I would like to play platformers and such on my nook tablet!!!

I can only play animations or games with the mouse... I haven't tried keyboard games yet.

Offline

 

#6 2012-01-03 02:45:39

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

Re: Scratch Games on Tablets

kayybee wrote:

I would like to play platformers and such on my nook tablet!!!

I can only play animations or games with the mouse... I haven't tried keyboard games yet.

Well, I'm trying optimizing some games to use only on-screen controls. To play a platformer on a tablet, you would need to have arrow keys on screen.


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

Offline

 

#7 2012-01-03 02:48:30

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

Re: Scratch Games on Tablets

kayybee wrote:

I would like to play platformers and such on my nook tablet!!!

I can only play animations or games with the mouse... I haven't tried keyboard games yet.

Well, I'm trying optimizing some games to use only on-screen controls. To play a platformer on a tablet, you would need to have arrow keys on screen.

Posted from my Blackberry Playbook.  tongue


At least 60 seconds have to pass between posts. Please wait a little while and try posting again.

Last edited by Mcsugarface (2012-01-03 02:49:20)


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

Offline

 

#8 2012-01-03 05:28:26

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Scratch Games on Tablets

You could actually play a gesture controlled platformer. holding down moves the player in that direction, flicking up makes him jump, that sort of thing.

I'm currently working on a flashy on-screen keyboard "plugin" for Scratch projects that just uses one sprite which I'll share if I ever get it done  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#9 2012-01-03 05:33:01

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Scratch Games on Tablets

Hi! You may be interested in my project. I also feel a need for Scratch games to be portable, and I have took a few hours to develop this game, that only requires clicking:
http://scratch.mit.edu/projects/WindowsExplorer/2244759
I've tested it on my tablet (Archos 70 Internet Table) serveral times, and works perfectly  smile


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#10 2012-01-03 05:36:03

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Scratch Games on Tablets

sparks wrote:

You could actually play a gesture controlled platformer. holding down moves the player in that direction, flicking up makes him jump, that sort of thing.

I'm currently working on a flashy on-screen keyboard "plugin" for Scratch projects that just uses one sprite which I'll share if I ever get it done  smile

Great idea! I also purchesed Minecraft Pocket Edition and there were on-screen arrows you clicked to move, and held down and moved your finger to rotate the screen (in 1st person)  smile


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#11 2012-01-03 13:48:49

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

Re: Scratch Games on Tablets

sparks wrote:

You could actually play a gesture controlled platformer. holding down moves the player in that direction, flicking up makes him jump, that sort of thing.

I'm currently working on a flashy on-screen keyboard "plugin" for Scratch projects that just uses one sprite which I'll share if I ever get it done  smile

I actually have made a thing like this. It is a project called "Mouse Gestures" on my account, but it works perfectly on my Playbook. I made it so that you can import it into a project, since it only senses the gestures and broadcasts a message based on which direction the gesture was. But for some reason, when you import it, the variables don't update and you need to delete all the variables and make then again, and replace the  (variableName) blocks in the scripts.  hmm

Last edited by Mcsugarface (2012-01-03 13:51:06)


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

Offline

 

#12 2012-01-03 23:36:19

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

Re: Scratch Games on Tablets

I got the keyboard working!  big_smile  All I had to do was click in the ask field on a project and bring up the keyboard (it wouldn't come up automatically). But it dosen't work on fullscreen. On the Blackberry Playbook you can bring up the keyboard anywhere, even without clicking in an input field.

Last edited by Mcsugarface (2012-01-03 23:39:25)


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

Offline

 

#13 2012-01-03 23:48:23

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

Re: Scratch Games on Tablets

Microphone also works (if your tablet has one)!  smile


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

Offline

 

#14 2012-01-04 04:51:15

eventexception
Scratcher
Registered: 2011-04-08
Posts: 500+

Re: Scratch Games on Tablets

I have seen a one sprite keyboard script somewhere, this would be easy to import...

Check my once featured Touchscreen gallery  big_smile
Put a link to this forum thread if you reply there...
Boltbait confirms kindle fire does Flash ten, thats great  big_smile

Offline

 

#15 2012-01-08 20:18:37

scratchDJ8
New Scratcher
Registered: 2011-12-29
Posts: 3

Re: Scratch Games on Tablets

I've read all, i'm thinking to use an html giga keyboard for it.

Offline

 

#16 2012-01-08 20:22:17

scratchDJ8
New Scratcher
Registered: 2011-12-29
Posts: 3

Re: Scratch Games on Tablets

OH OH OH!!!! the iPad has a plug-in keyboard! maybe I could try to find one for the nook or kindle!

Offline

 

#17 2012-01-10 15:37:00

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

Re: Scratch Games on Tablets

Guys, if it's possible to pull up the keyboard anywhere on your tablets, can you try doing that then clicking inside a project and typing?


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

Offline

 

#18 2012-01-11 15:20:38

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: Scratch Games on Tablets

There are a few Android soft keyboards that have a notification button you can push to pull up the keyboard. I use Hacker's Keyboard, it's really good with that sort of thing. And it's free!


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#19 2012-03-16 17:16:06

Romin123
Scratcher
Registered: 2010-09-11
Posts: 4

Re: Scratch Games on Tablets

How do you play scratch games on your kindle fire? what browser should I use?

Offline

 

#20 2012-03-17 22:43:34

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

Re: Scratch Games on Tablets

Romin123 wrote:

How do you play scratch games on your kindle fire? what browser should I use?

The Kindle Fire supports Flash, so all you do is in the normal browser, login  into your Scratch account, go to a Scratch project, and make sure you're using the Flash player.  smile  To use the keyboard, just pull it up (if you can) and click inside the project. For the ask block text field, you need to tap inside it, then you can type in it.

Please tell me the results.  smile


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

Offline

 

#21 2012-04-10 22:36:09

infinitytec
Scratcher
Registered: 2012-01-21
Posts: 500+

Re: Scratch Games on Tablets

Try an external keyboard… it might work.


http://scratch.mit.edu/static/projects/infinitytec/2654336_med.png

Offline

 

#22 2012-07-20 18:18:04

Keesicool
Scratcher
Registered: 2012-02-12
Posts: 10

Re: Scratch Games on Tablets

For kindel /what I'm using right now just make a simple buttontry sprites like those on the ipod touch. On my game. Tera zombies I will be useing it


http://trinary.site40.net/images/scratchrank.php?username=keesicool&display=small

Offline

 

#23 2013-01-26 15:47:57

adelk01
Scratcher
Registered: 2012-03-31
Posts: 14

Re: Scratch Games on Tablets

Please, one one who tryed it on tablet could share a video about that? I saw only one video on an android phone but no tablet.
Thank you.

Offline

 

#24 2013-01-28 20:23:36

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Scratch Games on Tablets

Hacker's Keyboard has an option to make the keyboard appear at will.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

Board footer