dreamod wrote:
Dream is currently compatible with the following:
>> Scratch
>> Ghost
>> Prurito
>> SLant (plus SLantPatch1.0.1)
>> Line
>> Panther
If you would like more compatibility with other mods, link me to the mod with a WORKING download link, I am a mac user so .exe wont help me. If you could, then extract the image if you have a pc and post it somewhere and give me the link.
BYOB, Shriek, Slash, and Bingo are NOT compatible but Shriek and Bingo may eventually be. I need some help if I'm going to make BYOB compatible, due to a lot of new block features, and Slash is based off of BYOB.
They're are currently over 200 new blocks.
Motion: 18
Motor: 4 (untested! I need beta testers with WEDO Lego Motor)
Control: 10
Looks: 24
Sensing: 11
Sound: 9
Operators: 31
Pen: 11
Variables: 6
List: 18
Files: 21
Colors: 21 (coincidence)
Letters: 21 (coincidence)
Internet: 21 (I swear, it is an amazing coincidence)
Project: 32
Messages: take a wild guess... (21)
I seriously counted all the NEW blocks from each section and I'm beginning to think that 21 is a magic number, after all it is half of 42. (see The Hitchhiker's Guide to the Galaxy)
[big][big][big]i can beta test! i haz wedo motor![/big][/big][/big]
Last edited by cool_dude_2 (2013-03-23 07:49:16)
Offline
dreamod wrote:
It's a zip file. I'm not 100% sure it works on a pc. (assuming you have a pc)
Anyways, I can post just the image.
PLEASE do
Offline
cool_dude_2 wrote:
dreamod wrote:
It's a zip file. I'm not 100% sure it works on a pc. (assuming you have a pc)
Anyways, I can post just the image.PLEASE do
Thanks I'll see if I can get the image up... The version I have of dream right now might be a little glitchy but it's the newest version. No Changes File, Sorry :\
I'm going to list a few known glitches.
- The Form Args don't display properly
- The second half of Morphic section is probably half broken
- Mesh variables are probably glitchy
- Some of the "permissions" might be a little flawed and glitchy :\
- Don't rely on the iTunes blocks to work {Notice that they access the iTunes Library XML file but DOES NOT modify it}
- Menus don't work (in script menus)
- Motors untested
- Camera blocks probably don't entirely work
- The new MIDI blocks are newly implemented and only some of the new ones work. Also I'm also gonna work on a MIDI Input Basically, connecting a MIDI keyboard.
- I feel that the procedures are kind of glitchy, their programming works but it's probably easy to invoke glitches if you play around with it enough
- Some fields might not be saved
I'm going to work on those glitches though ... deal with them for now.
http://www.mediafire.com/?nuogjg96k36ev7e
Offline
This has to be one of the most complex mods I've ever seen...Great Work!
Offline
Can you create a project sharing site for dream?If not can you post a request on Mod Share when it's finished?
Offline
So, it's an advanced version of Scratch?
dreamod wrote:
These are the categories in the beta version, it is based off of panther ( http://pantherprogramming.weebly.com/ )
Motion Control
Looks Sensing
Sound Operators
Pen Variables
Files Color (from panther)
Project Internet
Letters 'so far unnamed'
some new EXCLUSIVE* blocks I made:
Motion:
none.
Control:
none
Looks:
('saying' #r #saying)
('thinking' #r #thinking')
('talking' #b #talking')
('thinking' #b #thinking')
" the ('change size by $String' #- #changeSizeBy:) has been combined with the stretch block to form ('change $Sizes$ by 10' #- #changeSizeTypeBy:)
$Sizes$ is a drop-down list which contains
^ # ('size' 'h stretch' 'v stretch')
Sensing
('$Mouse$ down?' #b #mousePressed:)
$Mouse$ is a drop-down list witch contains
^ # ('left' 'right' 'middle' 'any')
Sound
('last sound played' #r #lastSoundPlayed)
('instrument' #r #getInstrument)
Pen
none
Variables
none
Files
('$PathNames$ path name' #r #path:)
$PathNames$ is a drop-down list which contains
^ # ('user' 'desktop' 'documents' 'pictures' 'music' 'default' 'image')
Colors
('$Color$ = $Color$' #g #color:equals:)
Project
('make a $Color$ square mouse 10 pixels wide' #- #mouseColored:)
Internet
youtube and amazon have been added to the "Google $String$" block.
('join mesh...' #- #joinMesh) (opens dialog which asks for IP-Adress to connect to.)
Letters
('$String$ is a vowel' #b #vowel:)
('$String$ is spelled correctly' #b #spelledCorrectly:)
* blocks from other mods or block library not included.
I'm also working on an improved version of Jens' 'flip block',
I'm changing it to :
('face $Directions2$' #- #face:)
$Directions2$ is a drop-down menu which contains
^ # ('right' 'left' 'up' 'down')
I'm still trying to modify the flip code.
Offline
estile wrote:
problem, i was usung the form from screen block, and cant turn my cursor back to normal, nor close dream
Pity. there is a block that let's you change the cursor to normal though. You could try that. And I don't know why dream wouldn't close... I'll look into that.
By the way, took a look at dream and I've already fixed one bug and the Chord bug is almost completely fixed
Offline
Yay!!! The chord block works It doesn't let you choose a chord name but it let's you play multiple notes simultaneously with one block. For example:
http://s9.postimg.org/dxgdzsdfj/Block.png
By the way, that's a C Minor
Offline