How did the panther mods do that? I would like to know. I would like to do that with my mod.
Offline
Same here! My mod has so many new custom menus, I'm running out of characters to use.
Offline
sparks wrote:
That's the reason we switched
I'm afraid you have to manually run through the entire code and replace each one by hand. Find and replace does help a bit but that's what you have to do
![]()
See, I want to know how you did it. I want to do that for my mod (not $String$ but somthing different).
Offline
I tried just using $String$ but it didn't work. Scratch is currently wired to only use single characters to represent argMorphs, so there's some code altering that needs to be done. How do you do it?
Offline
Try Scratch-Blocks -> CommandBlockMorph -- class-- isArgSpec:
Offline
That should work!
Offline
sparks wrote:
... I don't hear a clicking noise but how did you get a JS link in the Scratch fora?
You mean this? It's easy to get a js link into the forums, but it won't work!
Offline
rubiks_cube_guy238 wrote:
sparks wrote:
... I don't hear a clicking noise but how did you get a JS link in the Scratch fora?
You mean this? It's easy to get a js link into the forums, but it won't work!
Oh, like this
Offline
rubiks_cube_guy238 wrote:
sparks wrote:
... I don't hear a clicking noise but how did you get a JS link in the Scratch fora?
You mean this? It's easy to get a js link into the forums, but it won't work!
Because (guess what) Scratch sticks http:// in front of the URL if it doesn't find a supported protocol (i.e. not JS because it could be used for malicious activity). Look at the source for the link. Other forums just won't parse it and print the URL BBCode.
Offline