bromagosa / Snap4Arduino

Binding Snap! and Arduino together
http://snap4arduino.rocks
GNU Affero General Public License v3.0
133 stars 85 forks source link

How to resize sprite size or the image I imported #162

Closed lsirikh closed 7 years ago

lsirikh commented 7 years ago

Hi, I'm preparing to be a teacher for physical computing education.

Snap4Arduino is a very good program to use for education. But I wanna use images and opensource hardware togegher.

If I use only arduino, snap is pretty good. But I intended that students intercommunicate arduino(HW) with images on screen. to do this, I have to know the method to edit (;for example, resize, copy..) the images students imported. scratch or scratchx is pretty easy to edit images I imported and in Library.

I tried to use scratchx. but there are a lot of problems not to be solved, such as Bluetooth connection and browser dependency.

Does anybody know how to solve the issue, I'm really urgent.

Help me please~!

bromagosa commented 7 years ago

To resize a sprite you can just use the image or image block.

Copying sprites is done by right-clicking on the sprite icon under the stage and selecting duplicate, unless you mean cloning them, which is done by using the image block.

I'm guessing you're new to Scratch and Snap!, since these are pretty well-known operations, so I'd suggest you take a look at the Snap! manual, where all of these are covered :)

Here's a link to it: http://snap.berkeley.edu/SnapManual.pdf

Cheers, Bernat.

lsirikh commented 7 years ago

Thank you for answering my question.

What I mean is that I wanna know there are icons such as Duplicate, Delete, Grow, Shrink in the scratch nearby menu bar. that icon can edit image directly not by block coding.

Is it possible to do like this?

Anyway I really look up to you. It was an honor to get answer from you.

Thank you so much.

bromagosa commented 7 years ago

Oh, I see what you mean now, sorry.

No, we don't have those in Snap!, but you can achieve the same results by using blocks and contextual menus :)

lsirikh commented 7 years ago

I got it.

Don't you have any plan to develop those kinds of functions in snap4arduino?

Thank you very much!

bromagosa commented 7 years ago

I don't think so, I believe this is something that should be done in Snap! itself, but since there are other ways to achieve the same results these feel kind of redundant.