Discuss Scratch

-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Note : the V.6 isn't finished yet. The demo is avaible here : https://scratch.mit.edu/projects/218481168/

Hello everyone !
After 5 versions of SMM, the V.6 is ready…. soon…
I worked hard, very hard on it. ( I started to create the V.6 on September, (the 22/09/2017 to be exact), and now, the 17/04/2018, the version isn't finish… )
I have over 2 100 copy of the evolution of the scratch project of this version (I'm serious ), but that isn't the subject of this forum.
In this version, I would like make the 100 mario challenge, but there is some problems :

1) I can't store a lot of project in the clouds datas. More a level is bigger & variate, more the length of the “level code” is bigger. ( And the level code is to long to be stored in the clouds datas now, because they are limited to a length of 256 )
2) I make the project of Scratch Offline (and next on scratch online sometime, but disconected, because Scratch Offline crash each time I want save the project ). I can't use cloud data because scratch can't save it when I'm doing modification on it. ( I use a fonction of Scratch 2 for export the project on Scratch Online. )

So, I have only one solution : Predefined levels
I mean by Predefined levels, I need your help ( if your interested ), to make level(s) :

Posting your level code in this forum :

Level code of V.6 can be long, so they can't be post in the project chat.
That why there is a forum to post them (and it is also more easy to find level).

By posting your “level code” on this forum, you accept I can use them later to put them in the final version of the V.6
This mean :

- The community can use your level code to copy/past them them a list for a the final/or a next version of SMM, and people will be able to play it in the game without enter a “level code” ( Like for the 100 mario challenge. See also “What inside a Level Code ?” )
If you don't want the community to use your level code for a futur version, just post “I don't want people see this level in a SMM version” at the bottom of your post. By the community, I mean everybody !

( I don't think to make myself al levels list project, so if you want to make one, it's up to you )

- Other people can play your level / see how you clear it / edit the level and re-share it (remix it).

What inside a Level Code ? :

In the level code, there is some informations about the level, like
- The Theme ( Castle, Ghost House, Normal… )
- The Color of the background. ( the color of the sky )
- The Length X & Y of the level
- The Spawnpoint X & Y
-…

There is also some other informations, like :

- Your Scratch username.
- The name of your level ( asked when you share it )
- The Gameplay code.

Some importants Rules/Informations for the V.6 :

1) For Share your level, click on Share, on the Clap ( is this is the good English word?). You need to clear it to get your level code and next share it. So when you play a level, it should be possible to clear, but it is possible to get some impossible levels. ( by hacking them for example ).
For avoid that, your able to watch the gameplay code, ( you will see how the creator clear his level ) in : Green Flag => Play => Watch a Gameplay.

2) If you want save and continue a level later, there is a easy way :
- Set the exit block next to the spawn-point
- Next, clear the level, and save your “level code”
- When you want edit it, enter the level code in “Play a Level” ( Green Flag => Play => Play a Level ).
- Finally, click on “Download” for open the level in the editor.

See the other post below for more informations like tags on the game.

Remix Web :
Here is a list of other cool remix with some new feature made by fans. It only features the best versions with major modification.
I will try to update it sometime, don't hesitate to post a message in my profile or in the V.6 project to tell me about your remix. (Because I don't check this forum often)
If you made a remix with some change, I encourage to make another forum with a “Remix Web” section in the first comment, with one link to the original project and this forum.

Remix by @ego-lay_atman-bay :Project Here/Forum Here
description : Even if it is a bit special to launch this project (because you need to download it and launch it on turbowarp because it just to big for scratch !), the project add some new feature such as :
- On/Off block
- 100 Mario Challenge have a list of level !
- The game have more sound effect and music !
- Different characters playable : Luigi, Toad, Toadette.
- New items such as the command block.
- Some item that were not coded in my remix are now working in his version like the p-switch


*This post is not finished, will it be one day ?*

Last edited by -TSTD- (Jan. 1, 2021 12:27:47)


————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Fonctionnality / Principle / New things of the V.6 :

1) Tags :

Tags are probably the most cool and usefull thing in the V.6 :
All blocks/entity are stored in a array. ( stored in a list )
Each block have an ID.
Block ID are number. Example :
0 = air
1 = grass
2 = brick


Entity ID is also a number, but the fist letter of the ID is a “e” ( It also can be an other letter..)
Example :
e1 = Plant
e2 = Goomba
e3 = Koopa


With the tags, entitys/block can be custom :
ID of a goomba :
e2

Big goomba :
e2{size:200}
( the size is in %, 100% = Normal size )

And there is a lot of tags, for blocks/entity…
Syntax for tag :
ID{tag1:value/txt}

You can put more than 1 tag on a entity.
Example : ID{tag1:value/txt}{tag2:value/txt}{tag3:value/txt}

Or with some entity, like lakitu, you can put tag in tag… !
ID{tag1:{ohter_tag:value/txt}}{tag2:value/txt}

So you can make tag in tag in tag in tag in tag in tag in tag in tag …

How to create a custom block/entity :
Just follow these step :

Step 1 : Click on the “Edit” button ( in the create mode )


Step 2 : Enter an ID :



Step 3 : Now, the cursor is on the “gears” item :
Click somewhere in the level to put the block/entity :



simple

And that is the strength of the V.6, the tag . You can make some really funny things, like :
A tiny goomba who move really fast without gravity XD.
Or A Lakitu who throw… lakitu
A block That contain a boo circle, or a canon bullet…
So people can make very cool level or good troll level, or hard level, and probably a lot of level in disorder.
There is billion and billion of possibility…


*This post is not finished*

01/01/2021 : Huge thank to @ego-lay_atman-bay . Not only he pushed this game to the next level with his remix (see the remix web), but we also made this document It give you a list of the available tags for the blocks and entity to fully custom them ! Check it, it is super useful !

Last edited by -TSTD- (Jan. 7, 2021 17:47:24)


————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Tutorial about the editor :


Use the Arrow Keys/WASD to switch element.
Space to Shake an element.

*I will edit this comment later*

If you click on a air block, you replace block, else you replace them by air.

Last edited by -TSTD- (April 18, 2018 12:27:07)


————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

reserved again

Ok I finally edit this comment the 21/08/2019, one years and 4 months after the release of the game. Here is a secret id Easter Egg in the game :
i2{sonic:yes}
I let's you guess what happen when you use it…

And also an another useful sample : how to create door :
29{x:10}{y:20}
“29” is the id for the door. you can replace the x and y tag with coordinate

Last edited by -TSTD- (Aug. 21, 2019 20:45:34)


————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
Andoni66
Scratcher
2 posts

V.6 Super Mario Maker on Scratch by -TSTD-

Si tu veux je peux te creer 10 niveau sans probleme (et avec plaisir )
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Andoni66 wrote:

Si tu veux je peux te creer 10 niveau sans probleme (et avec plaisir )

Il me reste quelques points à modifier avant de partager une beta.

————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Bowser Jr Tower
( The level is possible, but there is a camera glicth when you enter on a door )

{{user:TSTD}{name:~/74bowser jr ~/24    tower}{theme:8}{time:500}{x_max:14}{y_max:512}{x_start:3}{y_start:8}{camera_x_max:14}{camera_x_min:1}{camera_y_max:512}{camera_y_min:1}{difficulty:3}{gameplay:}{background_color:4}} #1#38#10# 1# #11#7#1# #1#21#10# #1#6#1# #8#5#0# e2# 0# e6# #1#10#0# #3#8#37# #7#1#9# #1#9#0# #3#3#1{}# #2#1#1# 1{load:b4{rotate:0}{shoot_delay:32}}# 1# 1{load:b4{rotate:0}}# 1# #2#7#0# #2#6#0# #1#8#0# 0# 0# #3#5#0# #2#6#37# 5# #1#3#0# #9#2#37# #1#5#9# #9#1#0# #2#3#37# #5#1#9# 53{contain:b4{rotate:180}{turn:30}{speed:4}{shoot:80}}# #2#1#9# 53{contain:b4{rotate:180}{shoot_delay:0}}# #1#2#0# #9#2#1# #3#1#13# #1#107#10# #1#6#28{texture:1}# 28{texture:1}{load:i6{size:125}}# #1#6#28{texture:1}# 0# #8#2#0# #1#5#28{texture:1}# #1#5#0# 4{contain1:i0}{contain2:i0}{contain3:i0}{contain4:i2}# #1#4#0# 0# #1#4#0# 4# #1#4#0# 0# 0# #1#3#0# 4{contain1:i1}# #1#3#0# #2#1#5# #1#2#0# #2#7#0# #3#2#27{texture:1}# #5#2#1{}# #2#17#1# #1#8#0# 0# #6#1#0# #2#6#37# #5#4#0# #1#2#53{contain:b4{rotate:90}{turn:10}{speed:8}{shoot:86}}# #1#3#37# 37# 37# #1#41#10# #4#2#37# #1#9#0# 32# 32# 37# #4#1#0# #2#5#37# 37# 32# #3#1#9# 53{contain:b4{type:4}}# #1#2#0# 32# 37# #1#5#0# 0# #2#1#0# 47{load:i4}# 47# #2#4#37# #2#2#37# 32# 37# 37# 32# #4#2#0# 32# 37# #2#1#0# #8#1#13# #2#1#13# #1#7#28{texture:2}# 28{texture:2}# #2#3#28{texture:2}# #1#14#0# 0# #1#4#0# 28{texture:1}# #1#8#28{texture:1}# 28{texture:1}# #2#8#28{texture:1}# 28{texture:2}# #1#3#0# #1#7#28{texture:1}# #1#4#28{texture:1}# 28{texture:2}{contain:b5{type:circle}{turn:2}{length:2}}# #1#4#28{texture:2}# 28{texture:2}{load:b5{type:circle}{turn:2}{length:4}}# #1#4#28{texture:2}# #1#3#28{texture:2}# #2#2#37# 52{contain:b5{type:circle}{turn:2}{length:4}}# #2#17#0# #1#2#28{texture:1}# #4#1#27{texture:2}# #4#2#0# #5#1#27{texture:1}# #2#14#0# #3#3#0# 4{contain1:i11}# #3#5#0# #1#4#0# #2#1#1# #1#20#0# 1{load:b4{rotate:-90}}# #1#6#1# 52{contain:b5{type:circle}{turn:4}{length:9}}# 1# #5#1#9# 1{load:b4{rotate:-90}{shoot_delay:32}}# 8# #4#1#1# 1# #1#14#0# 0# #1#10#0# 0# #1#10#0# 1{load:b4{rotate:-90}{shoot_delay:64}}# 0# #1#7#0# 1# #1#5#47# #2#4#0# #1#5#47# 47# #3#1#47# #1#9#0# 47{load:b5{type:circle}{turn:2}{length:4}{direction_track:180}{speed_track:16}}# #1#7#0# 0# #1#7#0# 47# #1#3#47# 53{contain:b4{type:2}{turn:1}}# 53{contain:b4{type:2}{turn:-1}}# #1#7#47# 0# #1#3#0# #3#1#47# #2#3#0# #3#2#0# 53{contain:b4{type:4}}# #3#1#8# 0# #1#4#9# 47# #8#1#47# #1#5#47# 0# #2#4#0# #5#1#0# #3#1#41# #1#3#0# #2#1#9# #1#5#0# 47# 47{load:i1}# 47# #1#5#0# 0# #2#4#0# #3#4#0# #1#2#0# #1#48#10# 47# 48# #1#2#0# #1#2#32# #3#1#0# #11#1#13# 24# #4#4#0# i6# #7#4#0# #1#3#0# #12#1#13# #11#1#0# 29{x:3}{y:105}# #9#1#9# #3#1#0# #2#4#1{1}# #3#2#1{2}# #2#4#1{1}# #2#2#1{1}# 13# #2#2#0# 0# #1#2#1{1}# 1{3}# #1#4#1{3}# #2#4#1{3}# #3#2#1# #1#3#1{3}# #3#4#1{3}# #2#2#1{2}# #3#2#1{3}# #5#2#1{1}# #4#2#1{2}# #1#2#28{texture:2}# 29{x:13}{y:91}# #1#7#28{texture:2}# 28{texture:2}# #1#2#28{texture:2}# 0# #1#7#0# 47# 47# 47{load:b4{type:6}{speed:11}{turn:107}{direction_track:-90}}# #2#1#47# #1#6#28{texture:2}# 28{texture:2}# #1#6#0# 47# #1#3#0# 11{sprite:2}# #1#3#0# 47# 4{contain1:i11}# #2#4#37# 47{load:b4{type:6}{speed:11}{turn:107}{shoot_delay:48}}# 29{x:5}{y:170}# 47{load:b4{type:6}{speed:11}{turn:107}{shoot_delay:48}{direction_track:-180}}# #1#4#28{texture:2}# #1#2#47# 0# #1#2#47# 47# 47{load:b4{type:6}{speed:11}{turn:107}}# 47# #5#3#0# #2#1#28{texture:2}# #5#1#27{texture:2}# 1# #1#4#1{4}# #1#5#0# lboss door# 29{x:6}{y:124}# #2#5#0# #1#3#1{4}# #5#1#32# #2#4#0# #3#2#1# #2#2#1{1}# #3#2#1{5}# #4#2#1# #2#2#1{1}# #2#5#1{2}# #4#2#1{1}# #4#2#1{2}# #2#2#1{3}# #2#2#1{2}# #4#2#1{3}# #2#2#1{2}# e23# #1#5#0# #4#2#1# #2#1#1{3}# #1#11#0# e23# #1#10#0# #2#1#26{speed:-0.2}# #2#1#26{speed:0.2}# #1#10#0# #6#9#0# e30{level:3}{push_x:4}{push_y:2}# 31{x:3}{y:154}# #2#8#0# i9# #1#5#0# #12#1#10# #14#7#1{texture:1}# #1#11#lcastle# 0# #7#21#0# 64# #3#21#0# #1#3#0# #1#20#0# #1#20#0# 13# #1#2#0# 13# #1#14#0# #1#10#0# #14#8#1# #1#3#21{fire:yes}{contain:i0{speed_x:0.5}}# 0# #5#1#0# 29{x:6}{y:104}# #5#1#0# #1#3#21{fire:yes}{contain:i0{speed_x:-0.5}}# #1#342#0# i0# #3#5#i0# #2#1#0# #4#5#i0# #1#342#0# #1#4#i0# 25# 49# 47# #2#340#0# 47# 47{load:i4}# 47{load:i14}# 47# 47# #1#337#0# #4#1#32# #4#1#32# #1#337#0# #4#336#0# #4#336#0#

————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
Dairop
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

-TSTD- wrote:

Bowser Jr Tower
( The level is possible, but there is a camera glicth when you enter on a door )

{{user:TSTD}{name:~/74bowser jr ~/24    tower}{theme:8}{time:500}{x_max:14}{y_max:512}{x_start:3}{y_start:8}{camera_x_max:14}{camera_x_min:1}{camera_y_max:512}{camera_y_min:1}{difficulty:3}{gameplay:}{background_color:4}} #1#38#10# 1# #11#7#1# #1#21#10# #1#6#1# #8#5#0# e2# 0# e6# #1#10#0# #3#8#37# #7#1#9# #1#9#0# #3#3#1{}# #2#1#1# 1{load:b4{rotate:0}{shoot_delay:32}}# 1# 1{load:b4{rotate:0}}# 1# #2#7#0# #2#6#0# #1#8#0# 0# 0# #3#5#0# #2#6#37# 5# #1#3#0# #9#2#37# #1#5#9# #9#1#0# #2#3#37# #5#1#9# 53{contain:b4{rotate:180}{turn:30}{speed:4}{shoot:80}}# #2#1#9# 53{contain:b4{rotate:180}{shoot_delay:0}}# #1#2#0# #9#2#1# #3#1#13# #1#107#10# #1#6#28{texture:1}# 28{texture:1}{load:i6{size:125}}# #1#6#28{texture:1}# 0# #8#2#0# #1#5#28{texture:1}# #1#5#0# 4{contain1:i0}{contain2:i0}{contain3:i0}{contain4:i2}# #1#4#0# 0# #1#4#0# 4# #1#4#0# 0# 0# #1#3#0# 4{contain1:i1}# #1#3#0# #2#1#5# #1#2#0# #2#7#0# #3#2#27{texture:1}# #5#2#1{}# #2#17#1# #1#8#0# 0# #6#1#0# #2#6#37# #5#4#0# #1#2#53{contain:b4{rotate:90}{turn:10}{speed:8}{shoot:86}}# #1#3#37# 37# 37# #1#41#10# #4#2#37# #1#9#0# 32# 32# 37# #4#1#0# #2#5#37# 37# 32# #3#1#9# 53{contain:b4{type:4}}# #1#2#0# 32# 37# #1#5#0# 0# #2#1#0# 47{load:i4}# 47# #2#4#37# #2#2#37# 32# 37# 37# 32# #4#2#0# 32# 37# #2#1#0# #8#1#13# #2#1#13# #1#7#28{texture:2}# 28{texture:2}# #2#3#28{texture:2}# #1#14#0# 0# #1#4#0# 28{texture:1}# #1#8#28{texture:1}# 28{texture:1}# #2#8#28{texture:1}# 28{texture:2}# #1#3#0# #1#7#28{texture:1}# #1#4#28{texture:1}# 28{texture:2}{contain:b5{type:circle}{turn:2}{length:2}}# #1#4#28{texture:2}# 28{texture:2}{load:b5{type:circle}{turn:2}{length:4}}# #1#4#28{texture:2}# #1#3#28{texture:2}# #2#2#37# 52{contain:b5{type:circle}{turn:2}{length:4}}# #2#17#0# #1#2#28{texture:1}# #4#1#27{texture:2}# #4#2#0# #5#1#27{texture:1}# #2#14#0# #3#3#0# 4{contain1:i11}# #3#5#0# #1#4#0# #2#1#1# #1#20#0# 1{load:b4{rotate:-90}}# #1#6#1# 52{contain:b5{type:circle}{turn:4}{length:9}}# 1# #5#1#9# 1{load:b4{rotate:-90}{shoot_delay:32}}# 8# #4#1#1# 1# #1#14#0# 0# #1#10#0# 0# #1#10#0# 1{load:b4{rotate:-90}{shoot_delay:64}}# 0# #1#7#0# 1# #1#5#47# #2#4#0# #1#5#47# 47# #3#1#47# #1#9#0# 47{load:b5{type:circle}{turn:2}{length:4}{direction_track:180}{speed_track:16}}# #1#7#0# 0# #1#7#0# 47# #1#3#47# 53{contain:b4{type:2}{turn:1}}# 53{contain:b4{type:2}{turn:-1}}# #1#7#47# 0# #1#3#0# #3#1#47# #2#3#0# #3#2#0# 53{contain:b4{type:4}}# #3#1#8# 0# #1#4#9# 47# #8#1#47# #1#5#47# 0# #2#4#0# #5#1#0# #3#1#41# #1#3#0# #2#1#9# #1#5#0# 47# 47{load:i1}# 47# #1#5#0# 0# #2#4#0# #3#4#0# #1#2#0# #1#48#10# 47# 48# #1#2#0# #1#2#32# #3#1#0# #11#1#13# 24# #4#4#0# i6# #7#4#0# #1#3#0# #12#1#13# #11#1#0# 29{x:3}{y:105}# #9#1#9# #3#1#0# #2#4#1{1}# #3#2#1{2}# #2#4#1{1}# #2#2#1{1}# 13# #2#2#0# 0# #1#2#1{1}# 1{3}# #1#4#1{3}# #2#4#1{3}# #3#2#1# #1#3#1{3}# #3#4#1{3}# #2#2#1{2}# #3#2#1{3}# #5#2#1{1}# #4#2#1{2}# #1#2#28{texture:2}# 29{x:13}{y:91}# #1#7#28{texture:2}# 28{texture:2}# #1#2#28{texture:2}# 0# #1#7#0# 47# 47# 47{load:b4{type:6}{speed:11}{turn:107}{direction_track:-90}}# #2#1#47# #1#6#28{texture:2}# 28{texture:2}# #1#6#0# 47# #1#3#0# 11{sprite:2}# #1#3#0# 47# 4{contain1:i11}# #2#4#37# 47{load:b4{type:6}{speed:11}{turn:107}{shoot_delay:48}}# 29{x:5}{y:170}# 47{load:b4{type:6}{speed:11}{turn:107}{shoot_delay:48}{direction_track:-180}}# #1#4#28{texture:2}# #1#2#47# 0# #1#2#47# 47# 47{load:b4{type:6}{speed:11}{turn:107}}# 47# #5#3#0# #2#1#28{texture:2}# #5#1#27{texture:2}# 1# #1#4#1{4}# #1#5#0# lboss door# 29{x:6}{y:124}# #2#5#0# #1#3#1{4}# #5#1#32# #2#4#0# #3#2#1# #2#2#1{1}# #3#2#1{5}# #4#2#1# #2#2#1{1}# #2#5#1{2}# #4#2#1{1}# #4#2#1{2}# #2#2#1{3}# #2#2#1{2}# #4#2#1{3}# #2#2#1{2}# e23# #1#5#0# #4#2#1# #2#1#1{3}# #1#11#0# e23# #1#10#0# #2#1#26{speed:-0.2}# #2#1#26{speed:0.2}# #1#10#0# #6#9#0# e30{level:3}{push_x:4}{push_y:2}# 31{x:3}{y:154}# #2#8#0# i9# #1#5#0# #12#1#10# #14#7#1{texture:1}# #1#11#lcastle# 0# #7#21#0# 64# #3#21#0# #1#3#0# #1#20#0# #1#20#0# 13# #1#2#0# 13# #1#14#0# #1#10#0# #14#8#1# #1#3#21{fire:yes}{contain:i0{speed_x:0.5}}# 0# #5#1#0# 29{x:6}{y:104}# #5#1#0# #1#3#21{fire:yes}{contain:i0{speed_x:-0.5}}# #1#342#0# i0# #3#5#i0# #2#1#0# #4#5#i0# #1#342#0# #1#4#i0# 25# 49# 47# #2#340#0# 47# 47{load:i4}# 47{load:i14}# 47# 47# #1#337#0# #4#1#32# #4#1#32# #1#337#0# #4#336#0# #4#336#0#

Cool

((pen projects :: #ff0000) (3D :: #ff4000) (games :: #ff8000) (visualizer :: #ffbf00) (and others :: #ffff00) :: #000000)









squirmyfortherun
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

The game looks amazing but I haven't played it so I will.
1901956
Scratcher
14 posts

V.6 Super Mario Maker on Scratch by -TSTD-

{{user:1901956}{name:Blooper Stairs}{theme:1}{time:500}{x_max:512}{y_max:128}{x_start:6}{y_start:8}{camera_x_max:512}{camera_x_min:1}{camera_y_max:128}{camera_y_min:1}{difficulty:3}{gameplay:6a15b24fa6b4a4ca9b12c21ab5a5bc3a36b11a2c5ab3a2b14a}{background_color:1}} #13#7#1# #9#7#0# #3#7#1# #487#128#0# #2#121#0# lsign right# #2#121#0# i14# #3#121#0# #11#1#e8# #2#121#0# 64# #2#121#0# #1#120#0# #1#120#0# #1#120#0# e8# #9#2#e8# #1#120#0# #1#119#0# #1#118#0# e8# #7#2#e8# #1#117#0# #1#116#0# e8# #5#2#e8# #1#115#0# #1#114#0# e8# #3#2#e8# #1#113#0# #1#112#0# e8# #1#2#e8# #1#111#0# #1#110#0#

That is my code
1901956
Scratcher
14 posts

V.6 Super Mario Maker on Scratch by -TSTD-

Oh, and:

{{user:1901956}{name:Jump On Red Bills}{theme:1}{time:500}{x_max:512}{y_max:128}{x_start:6}{y_start:8}{camera_x_max:512}{camera_x_min:1}{camera_y_max:128}{camera_y_min:1}{difficulty:4}{gameplay:2a29ca21b23f3a3c10g4eg5e3a3b3f2b3fe5g2e4g6ef303e31f38e3f114e7f42e32a8e36fh15g3c6ab3ab8a9e}{background_color:1}} #5#7#1# #1#6#1# 0# #12#4#0# #3#6#1# #490#128#0# #1#3#0# #6#2#1# #7#124#0# #7#1#22{fire:yes}# 64# #2#122#0# #2#121#0# lsign right# #2#121#0# i14# #6#1#22{fire:yes}# #1#121#0# #1#120#0# #2#120#0# #5#1#22{fire:yes}# #1#119#0# 22{fire:yes}# #3#2#22{fire:yes}# #1#118#0# #1#117#0# 22{fire:yes}# #1#2#22{fire:yes}# #1#116#0# #1#115#0#
1901956
Scratcher
14 posts

V.6 Super Mario Maker on Scratch by -TSTD-

And…

{{user:1901956}{name:Giant Bowser Jr.}{theme:1}{time:500}{x_max:512}{y_max:128}{x_start:6}{y_start:8}{camera_x_max:512}{camera_x_min:1}{camera_y_max:128}{camera_y_min:1}{difficulty:3}{gameplay:30ca17b42f25g2c13a5ca11b40f32ba2c31a2b4a6b3fe2a}{background_color:1}} #26#7#1# #486#128#0# #2#121#0# lsign right# #1#121#0# i14# #1#121#0# 1# #1#5#1# 0# #1#121#0# 0# #1#2#0# 0# #2#5#i14# #1#4#i14# 1# #1#5#1# 0# #4#121#0# 64# #2#121#0# #1#120#0# #1#120#0# #1#4#1# e30{size:200}# #1#2#0# #1#5#i14# #1#4#1# #1#120#0# #1#120#0# #1#119#0# #1#3#i14# #1#2#i14# #1#117#0# #2#116#0# #2#116#0# #2#116#0# #2#116#0# #1#115#0#
1901956
Scratcher
14 posts

V.6 Super Mario Maker on Scratch by -TSTD-

A tiny goomba who move really fast without gravity XD.
Or A Lakitu who throw… lakitu
A block That contain a boo circle


Please give an example
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

1901956 wrote:

A tiny goomba who move really fast without gravity XD.
Or A Lakitu who throw… lakitu
A block That contain a boo circle


Please give an example

Lakitu who trow lakitu :
e22{type:1}{contain{e22{type:1}}}
( There is a tag called “perfect_copy” or something like that, and if you put it on “yes”, the lakitu throw a perfect copy of his ID, because here it is the code for one lakitu who throw an other lakitu who throw normal red spiky ennemis, or you can do something like that : )
e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}{contain{e22{type:1}}}}}}}}}}}}}}}}}}}}}
I'm not sure block that contain a boo circle work ( because the boo circle is a bit special to be loaded )
And there is a entity limit ( it over 90~100 )
Tiny goomba :
e2{size:30}{speed:8}{fall:0}{weight:0}
note : some tag like “fall” and “weight” “speed” also work for other ennemis.

Don't hesitate to download some of my exemple levels.
and I would like try your levels, but adobe flash crash eatch time I start the projet ( I think the size of the project is to big )

————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
1901956
Scratcher
14 posts

V.6 Super Mario Maker on Scratch by -TSTD-

Try this website on Chrome: https://sulfurous.aau.at/#218481168

It doesn't lag or crash
-VideoGame-
Scratcher
31 posts

V.6 Super Mario Maker on Scratch by -TSTD-

Here is my level “Just plain mean”


{{user:-VideoGame-}{name:Just plain mean}{theme:2}{time:500}{x_max:512}{y_max:128}{x_start:6}{y_start:8}{camera_x_max:512}{camera_x_min:1}{camera_y_max:128}{camera_y_min:1}{difficulty:3}{gameplay:b3f14b10a7c11ac8a5c5a3b13a3b13ab3f2b6a4b4j6ij3b5feac4a2ca13bd3c10a3fb3a10c5a14i10ae3f7ba6cab5a6c9ab21f4b2f3ba2b2a2b15fe5a2b24f11b3a}{background_color:1}} #6#7#1# #506#4#0# #5#3#1# #3#1#38# #3#2#1# #4#124#0# #3#3#1# #488#124#0# #1#123#0# 0# #1#123#0# #1#4#0# #1#122#0# 1# 1# #2#121#0# lsign right# #4#121#0# 1# i1# 1# #1#121#0# e2# 22# 64# #2#121#0# #1#120#0# #3#2#0# #1#120#0# 22{fire:yes}# #1#120#0# #1#119#0# 4# #2#118#0# e22# #1#117#0# #1#117#0#
dude341
Scratcher
1000+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Unfinished World 1-1


{{user:dude341}{name:Unfinished World 1-1}{theme:1}{time:500}{x_max:512}{y_max:128}{x_start:6}{y_start:8}{camera_x_max:512}{camera_x_min:1}{camera_y_max:128}{camera_y_min:1}{difficulty:1}{gameplay:17a16b11f35b3fb5a2b3a3c4a2b16a6e27a16b29acg3e6a10bf2e7a4ea9be15a10e2a6b5a7e2g13c2g2e5a10b9f15b8f38b13f5b2a2b7f6b44a8e42a6b14f2b9a8e12fa30ca20b22f2b3f2b3a2b20a9b2a4e5fea8c3a16b7a7ea7c4a4b14a11e37a10b15f15ba28c22b16f29b11a5ef8b8a18ea17c15g2c14a10ca12b24f3a9c2a7e28a5e23a10ca28b19f26b14a4e5a17c3a7b20fe20c17b21f7ba11c2a3q2aq2a3q31a11c6a7b2ac2a13bfe13a2i5a3b2a2q2a2qa2q29a2ia14ca2e37a19b4a5c2a3b9aq9a30b17f8b2a12ef}{background_color:1}} #512#2#0# #9#1#1# #503#3#0# #9#2#0# #71#2#1# #2#123#0# #16#2#1# #2#123#0# #9#2#10# #412#123#0# #2#121#0# lsign right# #15#121#0# #6#2#0# e2# #5#2#0# #2#2#20# #8#121#0# #2#3#20# e2# #5#121#0# #2#4#20# #3#121#0# e2# #1#121#0# e2# #3#121#0# #2#4#20# #5#121#0# #5#4#0# #6#121#0# #7#3#0# #1#7#e2# 0# #1#121#0# #3#121#0# 64# #5#121#0# #1#120#0# 0# #1#120#0# #1#120#0# #1#120#0# #1#120#0# #1#120#0# 4# #3#119#0# 3# 4# 3# 4# 3# #5#119#0# #1#118#0# #1#118#0# i1# #3#2#0# #2#118#0# 3# 4# 3# #4#118#0# #1#117#0# #2#117#0# #2#117#0# 5# #4#117#0# #1#117#0# i4# #1#117#0# 4# #2#116#0# i0# #1#116#0# #1#115#0# #1#115#0# #1#114#0#

Last edited by dude341 (June 1, 2018 18:44:02)


Placeholder
-VideoGame-
Scratcher
31 posts

V.6 Super Mario Maker on Scratch by -TSTD-

{{user:-VideoGame-}{name:Easy peasy}{theme:1}{time:100}{x_max:512}{y_max:128}{x_start:5}{y_start:14}{camera_x_max:512}{camera_x_min:1}{camera_y_max:128}{camera_y_min:1}{difficulty:1}{gameplay:22a18b10a4e3f2e2g4e4g6fe2g2e2f13e3ge8fe3g6eg11e7g8e12f12b16f9bfe4g2c2g3f9b16a4b10a2b9ab14ab24a4b45f5b2a2cg4fb7ac23ae4fe2a2c3a3ba2c9a4ca39b15f6b17f13b32a18ba4b13e11c3g4ef6b5a3ba11ea2ba6ef3b13ea20b4a5e2gc2a59b11f3b10ac28gcaba2c27a2c5a4e6gc2ba8e3ge3a6c3gc11a2c2ae3g7c7a7b7f7b15a5b3a22i5cae5fb6a3c3a4c6a57iac24g3f3b14f3b21j17ia3c20g8e7g4a5c3g10c}{background_color:1}} #6#7#1# #506#3#0# #1#4#1# 1# #5#3#1# #4#125#0# #25#9#0# #470#2#0# #1#2#1# #2#13#1# #7#2#1# #8#1#0# #4#2#1# #449#123#0# #2#1#8# #4#1#1# #8#1#26# #2#121#0# lsign right# #4#121#0# #6#3#0# #1#121#0# 0# #14#2#0# #3#2#1# #1#120#0# 0# #2#18#1# #7#1#0# #2#4#1# #1#3#1# 1# #1#2#1# 0# #1#119#0# 1# #1#4#1# 8# #1#118#0# 0# #3#2#0# 4{contain1:i1}# 10# 4# #2#2#0# #2#1#0# 1# #1#118#0# #1#3#1# #1#117#0# 0# #3#1#0# #2#3#1# #2#3#0# #4#2#1# #4#2#1# #9#116#0# #12#2#1# #5#2#1# #1#3#0# #2#115#0# #2#115#0# #4#114#0# #2#114#0# 21{fire:yes}{contain1:i1}# #1#114#0# #4#114#0# e2# #1#7#0# e2# #1#114#0# 1# #3#2#1# #7#2#0# #2#3#1# #1#113#0# #1#113#0# #1#113#0# #1#113#0# #1#2#1# #2#112#0# #1#2#1# #6#2#1# #1#112#0# e3# #1#111#0# 21# #3#110#0# 64# #3#110#0# #2#3#1# #1#110#0# 21{fire:yes}# #1#109#0# #1#109#0# e12# #2#107#0# #1#106#0# #2#101#0#
-TSTD-
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

1901956 wrote:

Try this website on Chrome: https://sulfurous.aau.at/#218481168

It doesn't lag or crash
Thank you, I can play your level now :
Blooper Stairs was fun ( and short )
Jump On Red Bills : I alway go to far and I die ( I download the level for see the ending was just at the beginning )
Giant Bowser Jr. was easy

@-VideoGame-
Just plain mean & Easy peasy are cool level ! ( Just plain mean was short )

and @dude341
It is cool to see people re-create old mario level ( it still not finished, but it is cool )

————————————————————————————-
My profile ! Follow me ! I am French and I like making big projects ! See my games ( and ❤️ them ^^ ) ! Make game on Android using C#. Rappel des règles (en Français). I have two account : TSTD / -TSTD- . Scratch on ! I make this game –>
SuperRyn
Scratcher
100+ posts

V.6 Super Mario Maker on Scratch by -TSTD-

Glitch: take a spring into a door and it will respawn and make you get stuck in a holding state and you would basicly be holding a null sprite.

“I'm too busy to update, you are too busy to update, everyone is too busy to update.” - me 2020
Generation 382: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.

I'm sig the signature! Wait… is that a wild kumqu-
(------|- >:|)
That's Medium Timmy, he tries to defend aganist evil kumquats, but often fails.

Powered by DjangoBB