Coding jokes (Part 1) – Share your Projects – Snap! Forum https://forum.snap.berkeley.edu/t/coding-jokes-part-1/16679
mehone May 6, 2024, 5:25pm 8 you know who else greps for more puns?
Meintest du essen?
mehone May 6, 2024, 5:25pm 8 you know who else greps for more puns?
I believe if Snap! supports videos(in mp4 or mkv formats), coding could get a boost and many cool ptojects could be made in a short amount of time. Thank you.
For sprites, the stage, or for something else?
After working on Nava, I released that Nava is an overly complex language (it might even need another overhaul) and I need to get into better background on creating programming languages with something much easier. So, I…
function ["fib", [:n:, "number"]] if (:n: = 1) or (:n: < 1)) then return :n: else
I just found out that you can visit the project page of a project that is private. Here's an example (@bh, is it ok if I use this as an example?) https://snap.berkeley.edu/project?username=bh&projectname=test But yo…
You can see the notes of private projects made by someone else 110443 February 3
I can't seem to make multiple Upvars while making a custom block. I'm trying to make a block that acts like the Script variables block, but there is no option to make multiple Upvars. Can anyone help me make this pos…
later if they try to save a project for whatever reason, it would save something else
Is there a way to read out and compare the z-order of objects? I would like to implement a drag & drop. Unfortunately, all objects at the mouse position react to the “touching mouse-pointer?” block. I only want to filte…
Editor mobility212 June 20, 2025, 11:25am 2 Been asked by someone else: Is
Stuff about math and :lambda:! so when i say that, i mean that but i forgot how all of my previous code works so i have to start over again. can some one give me a starting code? (waiting @bh to continue the discut…
calculus Computer Science Math bh September 30, 2022, 7:25pm 82 18001767679: if-then-else
I want a list of names to check if a particular name is included. If this is the case, then it should be output that the name was found. Otherwise the list should be searched further. If I now use visual stepping, the p…
else report search ongoing!
Anyone who asks a question in the "Help with Snap!" category and receive responses, can mark one of those responses as the "solution". This is especially useful for others: It is clear to everyone that the applicant no…
If someone else has a similar question later, they can quickly find a likely helpful
I know it was introduced in v9.
I was using if else. Duh!! Thank you.