Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do I make invisible sprites?
- Kingelmobap
-
Scratcher
17 posts
how do I make invisible sprites?
I want to try to make my own guess the code or something,
- drmcw
-
Scratcher
1000+ posts
how do I make invisible sprites?
In looks try hide to make them invisible and show to make them visible.
- MoreGamesNow
-
Scratcher
100+ posts
how do I make invisible sprites?
It is currently unknown if hidden sprites will work with Scratch 2.0, as the primary way of creating them is by using the paint editor, which is going to be redesigned.
- StardustGogeta
-
Scratcher
100+ posts
how do I make invisible sprites?
Use the “set ghost effect to (100)” to make it invisible if you still want it to “touch” other sprites or the mouse pointer.
- MoreGamesNow
-
Scratcher
100+ posts
how do I make invisible sprites?
I believe s/he is trying to make a sprite that is difficult to access (i.e. doesn't appear in the Sprite panel)
http://wiki.scratch.mit.edu/wiki/Hidden_Sprites
http://wiki.scratch.mit.edu/wiki/Hidden_Sprites
Last edited by MoreGamesNow (March 19, 2013 01:44:37)
- Aditya007
-
Scratcher
42 posts
how do I make invisible sprites?
Try hide, show or just set the ghost effect to 100
- scimonster
-
Scratcher
1000+ posts
how do I make invisible sprites?
MoreGamesNow that's what i meanI don't think it's possible in 2.0.
You could name it “ ”, and have its costume a single pixel the color of the background, but more than that - no.
- NASA-Space
-
Scratcher
100+ posts
how do I make invisible sprites?
Maybe this will work :
Or
when green flag clicked
change [Ghost v] effect by ((Any Number))
Or
when green flag clicked
hide
- NASA-Space
-
Scratcher
100+ posts
how do I make invisible sprites?
I believe s/he is trying to make a sprite that is difficult to access (i.e. doesn't appear in the Sprite panel)
http://wiki.scratch.mit.edu/wiki/Hidden_Sprites
Hmm , that could be Tricky , i wanted a Hidden Variable But i made it .
- robloxking2256
-
Scratcher
1 post
how do I make invisible sprites?
I have a question to go with this… how i do i make collision… with a sprite…. THATS THE SAME COLOR AS THE BACKGROUND!
- nonethenones
-
Scratcher
100+ posts
how do I make invisible sprites?
I have a question to go with this… how i do i make collision… with a sprite…. THATS THE SAME COLOR AS THE BACKGROUND!
i don't get what you mean. explain more please?
- deck26
-
Scratcher
1000+ posts
how do I make invisible sprites?
I have a question to go with this… how i do i make collision… with a sprite…. THATS THE SAME COLOR AS THE BACKGROUND!Please create your own topic rather than necroposting though.
Sounds like you'd need to use the ‘touching sprite’ block instead of the ‘touching color’ block.
- TailsFanV51
-
Scratcher
1000+ posts
how do I make invisible sprites?
To hide…
hideor
set [ghost v] effect to (100)To show…
showor
set [ghost v] effect to (0)Hope this helped.
Last edited by TailsFanV51 (Jan. 28, 2017 18:14:53)
- QuantumSingularity
-
Scratcher
1000+ posts
how do I make invisible sprites?
I have a question to go with this… how i do i make collision… with a sprite…. THATS THE SAME COLOR AS THE BACKGROUND!Hi! Please make your own, new topic for a new question.
- y22_98803
-
New Scratcher
1 post
how do I make invisible sprites?
Change the sprite to ghost affect 99 so you can still touch and interact with the sprite but still will be invisible!(If you set it to 100 you cannot interact with it)
- asivi
-
Scratcher
1000+ posts
how do I make invisible sprites?
Actually 100% ghosted Sprites can be detected except by
when this sprite clicked//for this case 99% will work
- VenusMagnum
-
Scratcher
1 post
how do I make invisible sprites?
MoreGamesNow that's what i meanI don't think it's possible in 2.0.
You could name it “ ”, and have its costume a single pixel the color of the background, but more than that - no.
actually u can get a fully transperent image online and upload it
- cs2345758
-
Scratcher
1 post
how do I make invisible sprites?
If you still want to be able to interact with the sprite set the ghost effect to 99. Stays invisible but just under 100 so can still interact!
- Discussion Forums
- » Help with Scripts
-
» how do I make invisible sprites?