0
I want to create a flash game
can u help me
2 ответов
+ 1
Flash uses its own scripting language. (I believe it's called Actionscript) Sololearn does not offer this course. However, you can achieve something similar to Flash using HTML5's <canvas> element. Unfortunately, it's not as powerful as Flash, but it can essentially do the same thing as long as you mind it's processing power. (It's also free, whereas Flash costs money for a full dev suite)
For this, I recommend taking the HTML and JavaScript courses. (You will need javascript to program events and to better manipulate the canvas)
+ 1
java is best for creating flash games and if u wanna create flash games for ur website then u can use the canvas element