Discuss Scratch

B06DAN3L2
Scratcher
21 posts

Playstation Move extension

What if there was was Playstation Move extension on Scratch? Yes, I have done an project that is compatible with Playstation Move, but it only really suported button presses. In this extension, gyro and accelometer is suported. Here is the block list:

<[Is controller [Controller 1  v] conected?\]>
<[Is button [Menu button v] pressed on controller [Controller 1 v] ?\]>
(Gyro [X v] on [Controller 1 v])
(Accelometer [X v] on [Controller 1 v])
([Controller 1 v]'s [X v] position)
(Trigger pressed % on [Controller 1 v])
Set ball color to [#ff3333]

Maybe this idea/extension will make into Turbowarp!?

if <(username) is an friend> then 


say (join [Hello, ] (username))

else
if <(pick random (1) to (2)) = [1]> then


say [Hey! Wanna be friends?]

else
say [Did you know that nobody asked?]
end
end
julmik6478
Scratcher
500+ posts

Playstation Move extension

Try finding something about using playstation move in javascript, beacuse scratch extension are based on javascript. You can code it in javascript itself or use raw blocks in extensions creators.


Support the suggestion HERE by adding this button to your signature

My acounts in some websites:
youtube
yewtube
planet minecraft
mcreator
julmik6478
Scratcher
500+ posts

Playstation Move extension

There are xbox kinect extension and wiimote extension, so why not playstation move?


Support the suggestion HERE by adding this button to your signature

My acounts in some websites:
youtube
yewtube
planet minecraft
mcreator
B06DAN3L2
Scratcher
21 posts

Playstation Move extension

julmik6478 wrote:

There are xbox kinect extension and wiimote extension, so why not playstation move?
I am going to learn sometimes to mod PSMoveSteamVRBridge to connect to an extension that lets scratch access the direction/position and buttons pressed on the controller.

if <(username) is an friend> then 


say (join [Hello, ] (username))

else
if <(pick random (1) to (2)) = [1]> then


say [Hey! Wanna be friends?]

else
say [Did you know that nobody asked?]
end
end
VUIE68
Scratcher
6 posts

Playstation Move extension

I think i have more blocks for these.
press button [PS v] on controller

hold button [PS v] on controller

release button [PS v] on controller

is ball color [#FF0000]? :: boolean
button [PS v] [pressed v]? :: boolean
move controller [titled v]? :: boolean
ball color :: reporter

Last edited by VUIE68 (Today 16:03:52)


im just a funni kiddo making scratch projects lolllllllllll
when green flag clicked
forever
if <[excitement] = [10000]> then
jump around [100] steps for no reason :: motion
end
end

Powered by DjangoBB