Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Dream - Scratch Mod
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
O_O I love The reason I have not been updating is because I have a special treat planned for Mac users. Let me just give you a few hints.
I'm thinking of calling it DreamNode. (Node is another word for sprite)
Swift
Dream
SKSpriteNode
SCNView
Stereo Sound
SK3DNode
Translucency
SKLabelNode
SKAction
SKPhysicsBody
Imagine blocks connecting sideways… skView!.presentScene(myScene) . skView (a variable pointing to the view containing the scene (stage)) being one block connecting sideways to the function presentScene().
Message for windows and linux users:
Sorry windows users, nothing against you, it's just that Swift does not run on windows.
It will of course be open source!
DreamNode Official Website
- PhoneRebel
- Scratcher
61 posts
Dream - Scratch Mod
But im here to ask Sir Dreamod how to use the HTTP POST block. its confusing (removed by moderator - please keep it polite) . i just got a new website with all functionality and i would like to figure out how to use it
Last edited by Paddle2See (May 27, 2017 00:26:34)
- jueschnei
- Scratcher
100+ posts
Dream - Scratch Mod
(removed by moderator - please keep it polite) . i just got a new website with all functionality and i would like to figure out how to use itIt just performs a normal HTTP POST request, nothing special. And the question what it does (exactly) has already been answered: lookup on Wikipedia! But im here to ask Sir Dreamod how to use the HTTP POST block. its confusing
Last edited by Paddle2See (May 27, 2017 00:26:55)
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
Yes, that is correct. It is a simple implementation of the function in Squeak that does an HTTP POST request. For troubleshooting you should look up how to do an HTTP POST request in general. I did some experimenting a while back with it in Dream for the block library.(removed by moderator - please keep it polite) . i just got a new website with all functionality and i would like to figure out how to use itIt just performs a normal HTTP POST request, nothing special. And the question what it does (exactly) has already been answered: lookup on Wikipedia! But im here to ask Sir Dreamod how to use the HTTP POST block. its confusing
Last edited by Paddle2See (May 27, 2017 00:27:13)
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
I regret to dissapoint you again, but I am way too busy for the project. Guess I bit off more than I can chew. It was but a dream. *laughs at own joke and sighs*
Sorry guys and thanks for being supportive of my projects.
Sorry guys and thanks for being supportive of my projects.
Last edited by dreamod (Sept. 27, 2015 16:19:16)
- rockymountainboy
- Scratcher
18 posts
Dream - Scratch Mod
I suggest making a dream2exe or a dream2jar or whichever is easier because it would be a super cool thing if you did that @dreamod
:3
(dream2exe)
add (dream2exe) to [ update list v]
set [dream2exe v] to [epic update ]
:3
- Jonathan50
- Scratcher
1000+ posts
Dream - Scratch Mod
Scratch2EXE could possibly be changed to use Dream I suggest making a dream2exe or a dream2jar or whichever is easier because it would be a super cool thing if you did that @dreamod(dream2exe)
add (dream2exe) to [ update list v]
set [dream2exe v] to [epic update ]
:3
- rockymountainboy
- Scratcher
18 posts
Dream - Scratch Mod
Scratch2EXE could possibly be changed to use Dream I suggest making a dream2exe or a dream2jar or whichever is easier because it would be a super cool thing if you did that @dreamod(dream2exe)
add (dream2exe) to [ update list v]
set [dream2exe v] to [epic update ]
:3
yeah and sometimes it says halt with a pink notification and i have to click proceed everytime and it would be nice if i could check a box saying: auto proceed.
- jueschnei
- Scratcher
100+ posts
Dream - Scratch Mod
If I am correct, development of Dream has been stopped. Although Dreamod is going to support us re-implementing Dream's feature into Explore Midori (kind of a spiritual successor). Altough if you're on OS X, you can use DreamNode (if the development of this hasn't stopped, too).Scratch2EXE could possibly be changed to use Dream I suggest making a dream2exe or a dream2jar or whichever is easier because it would be a super cool thing if you did that @dreamod(dream2exe)
add (dream2exe) to [ update list v]
set [dream2exe v] to [epic update ]
:3
yeah and sometimes it says halt with a pink notification and i have to click proceed everytime and it would be nice if i could check a box saying: auto proceed.
- tha0011
- Scratcher
13 posts
Dream - Scratch Mod
Hello had you invited me to this massage or what must that something hapean
http://f.tqn.com/y/webtrends/1/L/H/A/-/-/megusta.png
http://f.tqn.com/y/webtrends/1/L/H/A/-/-/megusta.png
- tha0011
- Scratcher
13 posts
Dream - Scratch Mod
when green flag clickedforever
if <color [#008080] is touching [#0000ff] ?> then
say [I love you] for (2) secs
end
end
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
If I am correct, development of Dream has been stopped. Although Dreamod is going to support us re-implementing Dream's feature into Explore Midori (kind of a spiritual successor). Altough if you're on OS X, you can use DreamNode (if the development of this hasn't stopped, too).Scratch2EXE could possibly be changed to use Dream I suggest making a dream2exe or a dream2jar or whichever is easier because it would be a super cool thing if you did that @dreamod(dream2exe)
add (dream2exe) to [ update list v]
set [dream2exe v] to [epic update ]
:3
yeah and sometimes it says halt with a pink notification and i have to click proceed everytime and it would be nice if i could check a box saying: auto proceed.
I am not working on anything at the moment but I would be glad to help anybody with any problems they encounter. Since the Dream API is quite excessive and messy it would be hard to properly implement it in any mods without my help. But even I may have a hard time remembering what I actually did and where everything is. So, I'd be glad to “donate” any features or use my extensive knowledge to help with specific features but I am not interested in working on my own mod. So feel free to ask for help with any coding. DreamNode was also an impulsive idea that has more or less been discontinued.
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
Scratch2EXE could possibly be changed to use Dream I suggest making a dream2exe or a dream2jar or whichever is easier because it would be a super cool thing if you did that @dreamod(dream2exe)
add (dream2exe) to [ update list v]
set [dream2exe v] to [epic update ]
:3
yeah and sometimes it says halt with a pink notification and i have to click proceed everytime and it would be nice if i could check a box saying: auto proceed.
Halt is a very great programming feature and it lets you stop your thread and analyze the variables to see what's wrong (or right). This is however for debugging only and if you encounter it I recommend you select debug and remove all instances of the code self halt.
- johny5134
- Scratcher
71 posts
Dream - Scratch Mod
What are plugins in Dream, how do I get them, and how do I install them?
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
There are no plugins available for dream. sorry.. What are plugins in Dream, how do I get them, and how do I install them?
- jueschnei
- Scratcher
100+ posts
Dream - Scratch Mod
Ah surprise that makes both Dream AND Explore users very happy awaits you!
Stay tuned!
~jueschnei
Stay tuned!
~jueschnei
- NoMod-Programming
- Scratcher
1000+ posts
Dream - Scratch Mod
Dream AND Explore users very happy awaits you!Yay! Same post on both topics (This must be a big feature!!!) Ah surprise that makes both
Stay tuned!
~jueschnei
- dreamod
- Scratcher
100+ posts
Dream - Scratch Mod
>_<Dream AND Explore users very happy awaits you!Yay! Same post on both topics (This must be a big feature!!!) Ah surprise that makes both
Stay tuned!
~jueschnei
- liam48D
- Scratcher
1000+ posts
Dream - Scratch Mod
o_O>_<Dream AND Explore users very happy awaits you!Yay! Same post on both topics (This must be a big feature!!!) Ah surprise that makes both
Stay tuned!
~jueschnei
Yay!