123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|700|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> Blitz-like JavaScript

Wed, 19 Jan 2022, 02:23
realtime
trying to code like blitz-basic in js, testing for image Linkage

-=-=-
me blog: fork-garden
Wed, 19 Jan 2022, 02:23
Jayenkai
That's rather neat and tidy! Well done. I bet the underlying code is a mess, though

-=-=-
''Load, Next List!''
Wed, 19 Jan 2022, 03:36
therevillsgames
Cool! FYI Java != JavaScript
Wed, 19 Jan 2022, 04:15
Jayenkai
Oh yeah.. Blame my early morning half-asleep mind for that one.

|edit| Changes topic title |edit|

-=-=-
''Load, Next List!''
Sun, 23 Jan 2022, 23:22
realtime
I think i'm going to update here,

Thanks to Jay, for creating this thread, and this forum too.

lately I have trouble with fiddle.js and codepen.io for playground, so I decided to make one. Not the best one but work.

simple load anim for spritesheet
forkhub.github.io/pg/edit2.html?query=Expl

particle fx of snow, wait for 30 minutes and see if it will break
forkhub.github.io/pg/edit2.html?query=snow

simple doodle,
forkhub.github.io/pg/edit2.html?query=Doodle

simple tilemap
forkhub.github.io/pg/edit2.html?query=Tile

rotating box
forkhub.github.io/pg/edit2.html?query=Rot

strugling with layout for mobile and the web, if you are on mobile, you'll probably have problem with scroll and layout.

will update again next time if there is any

-=-=-
me blog: fork-garden
Mon, 24 Jan 2022, 05:20
AndyH
Very nice!
Mon, 24 Jan 2022, 05:23
Jayenkai
Cool. Looking great.
If you haven't yet started to write a command list, I'd urge you to do so now, before it spirals out of hand. Because, boy, does it do that!!

For GotoJSE I gave up trying to fit everything onscreen at once. That's why that has a distinct Code vs Running display mode, and a permanent onscreen Run/Stop button on the top left.
Makes everything much easier, especially on mobile devices. (Though.. the GUI layout leaves a lot to be desired when scrunched onto a tiny phone screen.)

Otherwise your doodle test, once scrolled into view, seems to sit still well enough on my iPhone without accidentally sliding around about the place, which is great.

-=-=-
''Load, Next List!''
Fri, 04 Feb 2022, 01:35
realtime
working with collision, currently it is a rectangle collision

demo:
collision demo

working with playground layout: make it full screen rather than split

working with doc, it is still a draft and put it in google doc for easy editing
command reference url

-=-=-
me blog: fork-garden
Sun, 24 Dec 2023, 19:54
realtime
Hi, I have migrated this project to use new library here socoder.net/?Topic=9439

-=-=-
me blog: fork-garden