I KNOW!!!! For instance this project http://scratch.mit.edu/projects/bosox397/500244 is supposed to show ur time at the end but it never does
Offline
I haven't had any problems with this in any of my projects.
For example, check out my black jack game...
http://scratch.mit.edu/projects/BoltBait/472525
It shows and hides variables all the time.
Perhaps I could give you pointers on how to get this to work. Just ask!
Offline
how do i get it to work
Offline
bosox397 wrote:
how do i get it to work
OK, here's the deal...
When you save your project, it must have all variables that you care about VISIBLE and in the style you want.
Then, in the "When Green Flag Pressed" script, hide the ones you don't want showing at the time.
If you will notice about my projects (like BlackJack and Cribbage Solitaire) they have the variables visible but hidden behind a full screen sprite that serves as a title page. Before the title page disappears it hides all the variables.
That's it.
Offline