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

#1 2013-03-08 16:10:30

ChadtheBuilder
Scratcher
Registered: 2013-02-27
Posts: 100+

New Motion Detecting Block (better mobile support)

Hello,
I currently do a lot of viewing the Scratch site using my tab.  Since I have flash player, I can play Scratch games as long as they don't require keyboards.  I think there should be a motion detecting tilt sensing block.  To make games work cross platform, we need a block that detects mobile like

 
when gf clicked
if [mobile] 
broadcast [mobilegame] 
else [desktop] 
broadcast [desktopgame] 
Then two different control systems would show based on what is broadcasted.  The one would have traditional keyboard support, and the other would use motion detecting to run the game

Please do not criticize my idea, because although not necessary, I think it would bring a whole new level to mobile gaming. 

Thanks
ChadtheBuilder


http://dl.dropbox.com/u/107729333/1360160765356.jpg

Offline

 

#2 2013-03-08 16:13:55

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: New Motion Detecting Block (better mobile support)

Hm... Strangely, my Tablet can't play any projects. And it has the latest version of Android...  hmm


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#3 2013-03-08 16:28:53

ChadtheBuilder
Scratcher
Registered: 2013-02-27
Posts: 100+

Re: New Motion Detecting Block (better mobile support)

BLU_Spy wrote:

Hm... Strangely, my Tablet can't play any projects. And it has the latest version of Android...  hmm

You must download flash and use a Web browser capable of using flash. You can get it directly from Adobe here.  Scroll down until you find the flash version for Android 4.0

http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

You also must have a browser that can use flash.  Most mobile browsers excluding Chrome, have flash support.


http://dl.dropbox.com/u/107729333/1360160765356.jpg

Offline

 

#4 2013-03-08 16:41:16

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: New Motion Detecting Block (better mobile support)

What about people who DON'T have mobile devices?  THey can't use tilt sensors and such.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#5 2013-03-08 16:51:23

ChadtheBuilder
Scratcher
Registered: 2013-02-27
Posts: 100+

Re: New Motion Detecting Block (better mobile support)

Firedrake969 wrote:

What about people who DON'T have mobile devices?  THey can't use tilt sensors and such.

That was the whole point of the blocks in my topic.  It detects whether you have a mobile device in the same way a website decides if you have a mobile.  Then it broadcasts a message for the controls based on whether you are mobile or not.


http://dl.dropbox.com/u/107729333/1360160765356.jpg

Offline

 

#6 2013-03-08 17:01:40

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: New Motion Detecting Block (better mobile support)

Scratch isn't designed for mobile support.

Also, you'd have to script the broadcast.  What if you forgot?

Then, you'd have to specify what device/platform/etc so the controls don't mess up.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#7 2013-03-08 17:04:00

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: New Motion Detecting Block (better mobile support)

 
when gf clicked
if <using [mobile v]?>
broadcast [mobilegame v] 
else
if <using [desktop v]?>
broadcast [desktopgame v] 
Fixed..

And I kinda agree with Firedrake. Making mobile controls is not that easy. But not impossible either.

Last edited by BLU_Spy (2013-03-08 17:05:43)


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

#8 2013-03-08 17:11:58

ChadtheBuilder
Scratcher
Registered: 2013-02-27
Posts: 100+

Re: New Motion Detecting Block (better mobile support)

I know there is some problems with my suggestion.  It was merely something that I would think would be a cool feature.  It is not anything important.


http://dl.dropbox.com/u/107729333/1360160765356.jpg

Offline

 

#9 2013-03-08 17:14:27

BLU_Spy
Scratcher
Registered: 2012-01-05
Posts: 1000+

Re: New Motion Detecting Block (better mobile support)

ChadtheBuilder wrote:

I know there is some problems with my suggestion.  It was merely something that I would think would be a cool feature.  It is not anything important.

Any suggestion is important! It could be useful for some people, but I actually think it's very hard to do that.


I HAVE SWITCHED ACCOUNTS! My new username is NoxSpooth.

Offline

 

Board footer