35
I just fixed a bug that was over 10 years old.
(lemmy.world)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Is it a synth of some sorts? Where Actionscript even runs nowadays?
It's a step sequencer, and I'm porting it to js precisely because nowhere supports actionscript/flash
How much JS differs from ActionScript? I have an assumption they are pretty similar
they are similar, actionscript will give you a good foundation for event based programming, hooking up buttons.
You won't have as easy access to drawing shapes, I'm not sure if all the libraries you might have used (like box 2d) will be the same.
Use the mozilla documentation for JS eg : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
There's probably more logic traps in JS than in AS, but I'm not sure.