Discuss Scratch

hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

powershack wrote:

I'm tired of arguing.
Let's just take things one step at a time- the ST has more important things to do for now until we get our multi touch support.

If only mobile devices with touch and gyro/vibration features could play mobile scratch games only, how will desktop users play on these games?
Your project is cool and all, but let's work on getting HTML5 done first before we move on to mobile devices.
How about the fact that you can add settings so that you can also use things like the keyboard?
Catgirl555
Scratcher
100+ posts

Please add this new touchpad block!

Support, one of my BFFs doesn't have computer access as often as me.
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

powershack wrote:

I'm tired of arguing.
Let's just take things one step at a time- the ST has more important things to do for now until we get our multi touch support.

If only mobile devices with touch and gyro/vibration features could play mobile scratch games only, how will desktop users play on these games?
Your project is cool and all, but let's work on getting HTML5 done first before we move on to mobile devices.
Okay, look:
define Input
if <(mobile-mode?) = [1 ]> then
Gyroscope control check
end
if <(mobile-mode?) = [0 ]> then
Keyboard control check
end
Are you understanding this?
powershack
Scratcher
1000+ posts

Please add this new touchpad block!

hahasamian wrote:

powershack wrote:

I'm tired of arguing.
Let's just take things one step at a time- the ST has more important things to do for now until we get our multi touch support.

If only mobile devices with touch and gyro/vibration features could play mobile scratch games only, how will desktop users play on these games?
Your project is cool and all, but let's work on getting HTML5 done first before we move on to mobile devices.
Okay, look:
define Input
if <(mobile-mode?) = [1 ]> then
Gyroscope control check
end
if <(mobile-mode?) = [0 ]> then
Keyboard control check
end
Are you understanding this?
Yes, I understand what you mean. But scratch is for everyone, and this is kinda complex for new scratchers…
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

Zekrom01 wrote:

The ST has more important things to do. Also, are you suggesting:
if <screen is touched? ::sensing> then
...
end
No support, more people use computers than mobile for Scratch.
Can people stop posting if they have no idea what is going on here and don't click any links or read what we're talking about? Please read my explanations to every other person, I'm SO tired of repeating myself.
P.S. No, I'm not suggesting that block… all I would need for that is a
<mouse down?>
block for that.
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

powershack wrote:

hahasamian wrote:

powershack wrote:

I'm tired of arguing.
Let's just take things one step at a time- the ST has more important things to do for now until we get our multi touch support.

If only mobile devices with touch and gyro/vibration features could play mobile scratch games only, how will desktop users play on these games?
Your project is cool and all, but let's work on getting HTML5 done first before we move on to mobile devices.
Okay, look:
define Input
if <(mobile-mode?) = [1 ]> then
Gyroscope control check
end
if <(mobile-mode?) = [0 ]> then
Keyboard control check
end
Are you understanding this?
Yes, I understand what you mean. But scratch is for everyone, and this is kinda complex for new scratchers…
OK, no gyroscope needed. I was just trying to suggest other things we could do if Scratch worked well on mobile.
Catgirl555
Scratcher
100+ posts

Please add this new touchpad block!

Something like this may be good…….
when [Screen tapped] key pressed
say [I'm a person!] for (2) secs

Last edited by Catgirl555 (Dec. 27, 2015 19:13:32)

hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

Catgirl555 wrote:

Something like this may be good…….
when [Screen tapped] key pressed
say [I'm a person!] for (2) secs
That kinda works…
I was thinking more about if the object is touched it will do something, like in ScratchBoy's case, do the Button pressed block.
Thank you, those who support this or at least understand.
Catgirl555
Scratcher
100+ posts

Please add this new touchpad block!

hahasamian wrote:

Catgirl555 wrote:

Something like this may be good…….
when [Screen tapped] key pressed
say [I'm a person!] for (2) secs
That kinda works…
I was thinking more about if the object is touched it will do something, like in ScratchBoy's case, do the Button pressed block.
Thank you, those who support this or at least understand.
Okay, I do understand and support.
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

Guys, I will wait for this. Please understand that. But I would like this thing that I thought would be simple to happen at some point. If anyone is wanting to support, please do. I will be posting on the ScratchBoy project that it is closed for now due to a bug. People may try to fix or even create games on it, but it is closed.
Thank you for reading.




Oh, great… now I'm feeling depressed…

Last edited by hahasamian (Dec. 27, 2015 19:29:27)

powershack
Scratcher
1000+ posts

Please add this new touchpad block!

Yeah, we're all waiting, its just that for now, it will take some time.
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

powershack wrote:

Yeah, we're all waiting, its just that for now, it will take some time.
Okay.
Zekrom01
Scratcher
1000+ posts

Please add this new touchpad block!

hahasamian wrote:

Zekrom01 wrote:

The ST has more important things to do. Also, are you suggesting:
if <screen is touched? ::sensing> then
...
end
No support, more people use computers than mobile for Scratch.
Can people stop posting if they have no idea what is going on here and don't click any links or read what we're talking about? Please read my explanations to every other person, I'm SO tired of repeating myself.
P.S. No, I'm not suggesting that block… all I would need for that is a
<mouse down?>
block for that.
Well you said to add a screen touched button to mobile scratch so…

And I read your explanations, thank you very much.
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

Zekrom01 wrote:

hahasamian wrote:

Zekrom01 wrote:

The ST has more important things to do. Also, are you suggesting:
if <screen is touched? ::sensing> then
...
end
No support, more people use computers than mobile for Scratch.
Can people stop posting if they have no idea what is going on here and don't click any links or read what we're talking about? Please read my explanations to every other person, I'm SO tired of repeating myself.
P.S. No, I'm not suggesting that block… all I would need for that is a
<mouse down?>
block for that.
Well you said to add a screen touched button to mobile scratch so…

And I read your explanations, thank you very much.
No, I said if the object is touched.
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

hahasamian wrote:

Zekrom01 wrote:

hahasamian wrote:

Zekrom01 wrote:

The ST has more important things to do. Also, are you suggesting:
if <screen is touched? ::sensing> then
...
end
No support, more people use computers than mobile for Scratch.
Can people stop posting if they have no idea what is going on here and don't click any links or read what we're talking about? Please read my explanations to every other person, I'm SO tired of repeating myself.
P.S. No, I'm not suggesting that block… all I would need for that is a
<mouse down?>
block for that.
Well you said to add a screen touched button to mobile scratch so…

And I read your explanations, thank you very much.
No, I said if the object is touched.
Touched by your finger.
Ian123asd
Scratcher
500+ posts

Please add this new touchpad block!

Well, this is a very good idea, but it would take lots of time and dedication. And not all mobile devices have flash support. I even tried playing Five Nights at Sonic's (my most popular project!), and it didn't work.

Last edited by Ian123asd (Nov. 14, 2017 14:01:10)

fphiladelphia
Scratcher
1000+ posts

Please add this new touchpad block!

Ian123asd wrote:

Well, this is a very good idea, but it would take lots of time and dedication. And not all mobile devices have flash support. I even tried playing Five Nights at Sonic's (my most popular project!), and it didn't work.
Please don’t necropost
hahasamian
Scratcher
1000+ posts

Please add this new touchpad block!

fphiladelphia wrote:

Ian123asd wrote:

Well, this is a very good idea, but it would take lots of time and dedication. And not all mobile devices have flash support. I even tried playing Five Nights at Sonic's (my most popular project!), and it didn't work.
Please don’t necropost
I have more-or-less given up on ScratchBoy, not necessarily mobile though. Puffin browser was what I was intending to use, and it can run Flash whether you've installed it or not. As for the necroposting…
I dunno. I think people should be able to discuss a topic if they want to. If you don't want to receive notifications, there is an “Unfollow Discussion” button for a reason.
Coming back around, one person said more people use computers for Scratch. I wonder why…
Maybe unsupported mobile features? Nah…
YubNubEwok
Scratcher
1000+ posts

Please add this new touchpad block!

fphiladelphia wrote:

Ian123asd wrote:

Well, this is a very good idea, but it would take lots of time and dedication. And not all mobile devices have flash support. I even tried playing Five Nights at Sonic's (my most popular project!), and it didn't work.
Please don’t necropost
They aren't really necroposting because they are adding to the topic.
Charles12310
Scratcher
1000+ posts

Please add this new touchpad block!

Zekrom01 wrote:

The ST has more important things to do. Also, are you suggesting:
if <screen is touched? ::sensing> then
...
end
No support, more people use computers than mobile for Scratch.
Yeah but we can't just ignore those mobile users.

Powered by DjangoBB