Discuss Scratch

sharngi
Scratcher
95 posts

morph effect between costumes

morph effect between (costume# :: looks) to (costume# :: looks) :: looks

basically that block ^. so how this will work is you put your costume # in the first variable and the final transformation into the next variable. so, when it runs the first costume will morph into the next one

morph into next costume :: looks
morph effect between (costume# :: looks) to (costume# :: looks) for ( 5 ) secs :: looks

CCCCCHHHHHHHHHEEEEEEEEECCCCCCCCCKKKKKKKKKK OOOOOUUUUUTTTTTTTTT

MMMMMMMMMMMMMMMMMMYYYYYYYYY PPPPPRRRRROOOOFFFIIILLLEEEE
MMMMMMMMMMMMMMMMMMYYYYYYYYY PPPPPRRRRROOOOOFFFIIILLLLEE



and leave a comment if you did have a good day!
sharngi
Scratcher
95 posts

morph effect between costumes

bump

CCCCCHHHHHHHHHEEEEEEEEECCCCCCCCCKKKKKKKKKK OOOOOUUUUUTTTTTTTTT

MMMMMMMMMMMMMMMMMMYYYYYYYYY PPPPPRRRRROOOOFFFIIILLLEEEE
MMMMMMMMMMMMMMMMMMYYYYYYYYY PPPPPRRRRROOOOOFFFIIILLLLEE



and leave a comment if you did have a good day!
ScratchDiogoh
Scratcher
1000+ posts

morph effect between costumes

Your Workaround is to Create a Clone with This Code
when I start as a clone
set [ghost v] effect to (5)
switch costume to [costume2 v]
and Father Sprite:
when I receive [Morpt Effect v]
create clone of [myselt v]
switch costume to [costume1 v]

Last edited by ScratchDiogoh (June 16, 2018 17:32:26)


+1700 Bad Posts
dude341
Scratcher
1000+ posts

morph effect between costumes

ScratchDiogoh wrote:

Your Workaround is to Create a Clone with This Code
when I start as a clone
set [ghost v] effect to (5)
switch costume to [costume2 v]
and Father Sprite:
when I receive [Morpt Effect v]
create clone of [myselt v]
switch costume to [costume1 v]
That's not what they mean, they are talking about something like the “Shape Tween” feature in Adobe Flash, but I still don't support this: Scratch is not an animating program.

Placeholder
TheRealNetherBefore
Scratcher
1000+ posts

morph effect between costumes

dude341 wrote:

but I still don't support this: Scratch is not an animating program.
^^
If you're serious enough about animating to want this feature, it's probably better that you start using a proper animating software with the feature. It will give you what you need, keep scratch simple for less experienced users and acquaint you with the tools of an industry you might be interested in joining. If you want to upload it to flash, you can just convert the animation into a gif or collection of still images and put them all in a sprite.

*Drinks ketchup*
there is no ethical consumption under capitalism my dudes
Small Games | Tips and Advice | Boredom Cat | Misc
Want to make a fantasy world everyone on scratch can use? Click here!
G'thorpax the Unspoken
Wahsp
Scratcher
1000+ posts

morph effect between costumes

Offtopic but is anyone else having trouble viewing this topic? The only way it doesn’t shut me out is if I view the most recent post. If I try to scroll up it prevents me from viewing the page too

​I am Wahsp
______________________________________________________

Formerly pretty active on the forums, probably mostly retired now…
If you see one of my posts send me a hello!
______________________________________________________
dude341
Scratcher
1000+ posts

morph effect between costumes

Wahsp wrote:

Offtopic but is anyone else having trouble viewing this topic? The only way it doesn’t shut me out is if I view the most recent post. If I try to scroll up it prevents me from viewing the page too
Nope, it might have something to do with the “forever” block Scratchblocks pattern in their signature as it goes past the signature limit

Placeholder
LionHeart70
Scratcher
1000+ posts

morph effect between costumes

Support, this could be useful, especially for transformation animations.

lh70 / nora/tobi / she-they pronouns / pansexual-demisexual / 14 / sagittarius / furry / artist / intp / stop-motion films / lbp / fall out boy / panic! at the disco / twenty one pilots / stranger things / a series of unfortunate events
“When you have a bad day, a really bad day, try and treat the world better than it treated you.” -Patrick Stump
“Music seems to hold everything together. It seems to make things not so chaotic sometimes. It seems to make things make more sense sometimes.” -Tyler Joseph
“You'll fear your fears forever if you never do things you're afraid of.” -Josh Dun
“I'm still figuring out who I am, but I know I'm not who I was.” -Brendon Urie
sharngi
Scratcher
95 posts

morph effect between costumes

bump

CCCCCHHHHHHHHHEEEEEEEEECCCCCCCCCKKKKKKKKKK OOOOOUUUUUTTTTTTTTT

MMMMMMMMMMMMMMMMMMYYYYYYYYY PPPPPRRRRROOOOFFFIIILLLEEEE
MMMMMMMMMMMMMMMMMMYYYYYYYYY PPPPPRRRRROOOOOFFFIIILLLLEE



and leave a comment if you did have a good day!
radishboy
Scratcher
100+ posts

morph effect between costumes

No support. A morph effect isn't the kind of thing that would be on Scratch, and has too specific of a purpose.

StormCrow Storm
TheAdriCoolManDude
Scratcher
1000+ posts

morph effect between costumes

It is probably too complicated to add this. No support.


Sheep_maker
Scratcher
1000+ posts

morph effect between costumes

How would this work for sprites with the same shape, but different designs (eg two rectangular photos, or two backdrops)?

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
startreknerd
Scratcher
3 posts

morph effect between costumes

dude341 wrote:

ScratchDiogoh wrote:

Your Workaround is to Create a Clone with This Code
when I start as a clone
set [ghost v] effect to (5)
switch costume to [costume2 v]
and Father Sprite:
when I receive [Morpt Effect v]
create clone of [myselt v]
switch costume to [costume1 v]
That's not what they mean, they are talking about something like the “Shape Tween” feature in Adobe Flash, but I still don't support this: Scratch is not an animating program.
Um then why is there an ANIMATION button in Explore?
Nambaseking01
Scratcher
1000+ posts

morph effect between costumes

startreknerd wrote:

-snip-
Um then why is there an ANIMATION button in Explore?

Scratch still supports animations, just that it doesn't give special tools to make it more easier like in ROBLOX.



This could be a nice addition for fast animations, but I feel like Scratch is not an animation program like dude341 said. Suggestions like these could increase potential suggestions that suggest more animation-related stuff, which could transform Scratch into some complicated machine.

Hey there! My name is Nammy. I'm a male Forum Helper and Scratch Wiki Editor.
Profile | Test Account | Talk with me here! | Griffpatch is quitting Scratch?!
Brian3141
Scratcher
25 posts

morph effect between costumes

startreknerd wrote:

dude341 wrote:

ScratchDiogoh wrote:

Your Workaround is to Create a Clone with This Code
when I start as a clone
set [ghost v] effect to (5)
switch costume to [costume2 v]
and Father Sprite:
when I receive [Morpt Effect v]
create clone of [myselt v]
switch costume to [costume1 v]
That's not what they mean, they are talking about something like the “Shape Tween” feature in Adobe Flash, but I still don't support this: Scratch is not an animating program.
Um then why is there an ANIMATION button in Explore?
… lol

Some of that fine monkey cola, yes sir!
ScolderCreations
Scratcher
1000+ posts

morph effect between costumes

B u m p

Tunde123
Scratcher
1000+ posts

morph effect between costumes

Forgot to bump this

This is a SIGNATURE. This is seperate from a normal post ^
Forum Posts: 2600+/3000
Highlight + Shift + Down Arrow = To see whole signature.




Want to friend me on Roblox? My username is BaconvsRoblox121314 if you want to friend me!

–v More Information v–
New Scratchers - Introduce yourself here!

Questions about Scratch - Ask questions related to scratch here!

Help with Scripts - get/provide help here!

Suggestions - Suggest blocks, features, and more here!

Bugs and Glitches - Report bugs/glitches here!

Last edited by Tunde123 (May 17th, 2022 10:18 AM EST)
BigYoshi-
Scratcher
1 post

morph effect between costumes

it dosent work
-Valtren-
Scratcher
1000+ posts

morph effect between costumes

BigYoshi- wrote:

it dosent work
that's because it's a suggestion. this isn't implemented yet, but they're suggesting to implement it.



Famous quotes:

Za-Chary wrote:

Steve Carell as Scratch Cat yo what the heck bro src

-Rodri wrote:

106809nes wrote:

This is the second-best suggestion I've seen.
Why is it the second-best suggestion I've seen? Well, view this topic to find out!
what in the capitalism, you really had to sneak in an ad lol src

The_Game_ wrote:

From my careful predictions that I have been calculating for 3 whole years, spent thousands of dollars on and have stayed up at night doing; it'll have 1 billion projects. src

wolvesstar97 wrote:

TAGS MUST GO!
THERE IS A SOLUTION: Narwhals! src

WallydogChoppychop wrote:

Scratch cat looked like a mouse src

Za-Chary wrote:

among_us1w2 wrote:

no like in darkrp if you have been warn for failbase class 1 you get warning but if you do failbase class 3 you get warning but next time you break rules you get 5 min jail
This is the greatest slang of All Time. src


More quotes here.

Powered by DjangoBB