Viraj Mahesh
7daaf1252a
Do nothing when blank action passed
2014-05-30 09:51:30 +04:00
Viraj Mahesh
209f05dfff
Made updates to StageMorph functions
2014-05-30 09:47:22 +04:00
Viraj Mahesh
159b4b2605
Fixed naming issue and removed extra function
2014-05-30 09:46:16 +04:00
Viraj Mahesh
c8bb7ce225
Fixed indentation issue
2014-05-30 09:38:54 +04:00
Viraj Mahesh
a8baea7df9
Localization support
2014-05-10 16:44:42 -07:00
Viraj Mahesh
094b5120e4
Moved the screenshot block to looks
2014-05-08 12:06:16 -07:00
Viraj Mahesh
cdecbf86ae
Revert f56dc8e..d3ec80f
...
This rolls back to commit f56dc8ecf5
.
2014-04-28 01:11:35 -07:00
Viraj Mahesh
d3ec80f374
Commented out popup
2014-04-28 01:11:23 -07:00
Viraj Mahesh
f56dc8ecf5
Fixed an error where stage could not take screenshots
2014-04-21 16:12:28 -07:00
Viraj Mahesh
dbb5a8e0f5
Made reg-exp static
2014-03-12 20:04:16 -07:00
Viraj Mahesh
fa02caef5d
Implemented both ways of Screenshot naming
2014-03-12 16:36:14 -07:00
Viraj Mahesh
e1c74e75f3
Put back the accidentally deleted words
...
Added comment explaining why copy is necessary
Copy is only created for pen trails
2014-03-11 13:20:19 -07:00
Viraj Mahesh
7f42be8585
pen trails is in an array
2014-03-11 10:30:19 -07:00
Viraj Mahesh
a7a1b54244
Option of switching between pen trails and stage image has been implemented
...
Stage saves pen trails too
2014-03-11 02:38:11 -07:00
Viraj Mahesh
0795c1f44c
Fixed error where penTrail of sprite was being used instead of penTrail of stage
2014-03-10 22:42:42 -07:00
Viraj Mahesh
85ebc2369b
Added ability to save pen trails
...
Added dropdown menu to choose what to save
2014-03-10 22:21:20 -07:00
Viraj Mahesh
9f00665852
Added the screenshot block for the Stage
2014-03-08 15:56:02 -08:00
Viraj Mahesh
a0c076b6fa
Renamed block
2014-03-07 15:15:05 -08:00
Viraj Mahesh
6715784dec
Removed extra variables
2014-03-07 15:07:41 -08:00
Viraj Mahesh
4888ecb9ec
Use this.addCostume instead of IDE
2014-03-07 15:05:50 -08:00
Viraj Mahesh
8a74747cd7
Screenshot names are now correctly tracked
2014-03-07 15:02:30 -08:00
Viraj Mahesh
6c357a5ed1
Removed Canvas2Image error
2014-03-06 13:27:11 -08:00
Viraj Mahesh
f6afb9d08d
Final commit:
...
-Removed an accidental change
-Removed commented log statement
2014-03-04 16:04:57 -08:00
Viraj Mahesh
04bb141462
Removed dibyo's test push
2014-02-28 17:28:50 -08:00
Dibyo Majumdar
93dcdee53e
Random change
2014-02-28 17:27:23 -08:00
Viraj Mahesh
0a7a186b2c
Screenshot counter correctly implemented
2014-02-28 17:23:46 -08:00
Viraj Mahesh
d591b743e4
Screenshot block now mentions that it saves the screenshot as a costume
...
Screenshot block now accepts a string
2014-02-28 16:54:00 -08:00
Viraj Mahesh
e889dc224e
Fixed errors that arose from not using fullImageClassic()
2014-02-25 17:34:31 -08:00
Viraj Mahesh
341d27092e
Fixed incomplete code
2014-02-25 17:01:09 -08:00
Viraj Mahesh
dc4e9a5c1c
Screenshts are saved as costumes of the current sprite
2014-02-25 16:18:20 -08:00
Jens Mönig
3e7891b5a6
Merge pull request #288 from cycomachead/dateblock
...
Create a "Date" Block for Snap
2014-02-11 17:55:19 +01:00
jmoenig
4e2bfdec20
New Feature: Set stage dimensions arbitrarily
...
new entries to set stage width and height in the settings menu when
holding the shift key
2014-02-11 17:38:35 +01:00
Michael Ball
434392a879
remove lang file and incorporate fixes in blocks, opbjects
2014-02-06 20:26:32 -08:00
jmoenig
38bdc86b55
One-stop-shopping for stage dimensions
...
changing the stage dimensions in line 3720 of objects.js takes care of
everything
2014-02-05 11:46:55 +01:00
Michael Ball
817f4c5420
resolve merge conflicts; date problems only
2014-02-04 11:59:45 -08:00
jmoenig
0322b6e3db
integrate Dean's sound fix
...
so JSLint doesn’t complain (no functionality changes). Thanks, Dean!
2014-02-04 16:14:16 +01:00
Jens Mönig
268ece6103
Merge pull request #311 from brettle/master
...
Fixes issue #310 - play note block fails on Firefox
2014-02-04 06:55:25 -08:00
jmoenig
1fb0b77998
Flat line end option in the settings menu, saved with the project
2014-02-04 15:29:14 +01:00
Dean Brettle
b4eb1d1864
Fixes issue #310 - play note block fails on Firefox due to use of deprecated
...
WebAudio names. The fix uses the correct names and monkey-patches browsers that
use the old ones.
2014-01-25 22:17:12 -08:00
jmoenig
fa88fdc761
validated all source files against the latest JSLint version
...
and pushed to this date
2014-01-09 18:50:38 +01:00
jmoenig
8a1ca3116b
Collapse STOP primitives into a single block with a dropdown of options
2014-01-09 15:36:16 +01:00
jmoenig
1e959b8891
fixed StopOthers blocks and added another option
...
also updated the German translation
2014-01-08 17:51:34 +01:00
Jens Mönig
1da3ae32aa
Merge pull request #283 from Hardmath123/master
...
Initial stop others block
2014-01-08 06:49:31 -08:00
jmoenig
71c458e7e8
Only shrink-wrap sprite costumes
...
thanks, Kartik, for this fix!
2014-01-08 15:23:09 +01:00
jmoenig
8646dfc35e
support for TELL and ASK
...
The FOR reporter’s first input now also accepts blocks and scripts
(„rings“), and reports a copy that is bound to the sprite indicated by
the second input. This lets you „zombify“ (or remote-control) sprites
(and create custom TELL and ASK blocks)
2014-01-08 12:18:04 +01:00
Michael Ball
9f0f9dde37
Add style tweaks per Nathan's comments.
2013-12-28 15:01:24 -08:00
Michael Ball
faa8b4fe22
Add a 'get current DATE' block with various options, add some translations to FR and DE
2013-12-27 18:49:56 -08:00
Hardmath123
d8d1810e43
Initial stop others block
2013-12-22 16:28:11 -08:00
jmoenig
e9020b4ed3
fixed saving/loading of new mouse coordinate watchers
2013-12-19 17:54:40 +01:00
Michael Ball
21a29e3706
fix #275 #237 ; implements watchers for mouse x and mouse y
2013-12-18 03:54:27 -08:00