Amazing! Great Work!
Very useful! Thanks!
Hey Ashley, I think you should mute these things for now and ignore the comments from community members, you're cool. The voices will distract you and you should focus more on your project, go through it as soon as possible and show us with the results that it is possible. Then try the next project (make a game with an eventsheet ).
I'm curious if you use C3's own editor when writing your code or do you write externally using VSCode and then reload in C3? (Yeah, I am looking forward to you can bring vscode.dev to C3)
chooseindex enriches the usage of choose. But There is difference between chooseindex and tokenat, tokenat only needs to pass in 1 string as a parameter, while chooseindex needs multiple parameter, Their usage scenarios are very different.
▶ choose
choose("Hey, how are you?", "Welcome!", "Nice to meet you!", "Hi, come in.")
▶ chooseindex
chooseindex(int(random(4)), "Hey, how are you?", "Welcome!", "Nice to meet you!", "Hi, come in.")
▶ tokenat
tokenat("Hey, how are you?;Welcome!;Nice to meet you!;Hi, come in.", int(random(4)), ";")
▶ ternary operator
variable=1 ? "Hey, how are you?" : variable=2 ? "Welcome!" : variable=3 ? "Nice to meet you!" : variable=4 ? "Hi, come in." : ""
▶ Array
Array.At(0, int(random(3)))
---------
chooseindex(int(random(3)), array1.at(0,int(random(3))), array2.at(0,int(random(3))), array3.at(0,int(random(3))))
很不错的美术风格~ 加油加油!要是场景物体也可以加上各种动画反馈就更棒了~ 例如:
1. 可以在男主手机显示点击屏幕的次数,统计你废了多少次
2. 点击虫子,可以把蚊子消灭掉(《仙剑客栈》)
3. 点击猫尾巴,就摇晃1下(现在是自动摇晃)
4. 点击壁虎,壁虎会逃走,然后过段时间再回来
5. 点击灯,也可以切换开关
6. 再加一个排行榜,比一比谁更无聊
3. Teacher. Used to create learning materials to help students learn easily or to add interest to the classroom. I think they are the main users in the future. They may also include teaching programming, animation teachers, and teaching students to create and use. Students are also more likely to pay if it is relatively inexpensive. (Not all schools have conditions to use the educational version, they are still more C2 users)
(about web export)
4. vlogger. They can make some interactive videos to help attract fans. For example, a multiplayer online interactive comment bullet chat, an interactive video allows the audience to control the story development of the video, and adding interactive content makes the work more interesting.For example, tioktok, bilibili. (Yes, if you want to make money from this group of people, be sure to keep an eye on Asian markets, especially China and Japan.) But Construct Animate is very difficult to do this in a short time
(video)
2. For commercial companies advertising videos, Public Service Announcement, Animated wallpaper, Personal Works Highlight Video, Presentation PowerPoint, also very interesting topic, the current Adobe After Effects or Spine solution is really better. But it is expensive and takes some time to learn. Construct Animate, on the other hand, may have an advantage in terms of price and ease of use. But If Animate just wants to do 2D animation, does have a long way to go.
(animations)
1. An artist who wants to try to make some interactive animations, but is not a game maker. In the future, they can create animations, game levels in Construct Animate, and then export them to C3 developers to work together to make games. They can focus on designing animations without spending more money on C3.
I think they just use different scenarios. Still have to see what future users do with them. Since I don't have the need to use the other 2 export way, it's hard to imagine where it will be used (because C3 can already do it?)
I'm guessing there are several categories.just personal opinion.
Nice! Actually, this is a good direction to go. It may be suitable for some non-gaming field user. For example, some companies' business marketing H5 promotion, making online invitations, e-albums, questionnaires, year-end review and other simple small pages.
And I have seen teachers in many schools use C2 to create interactive courseware. But they don't use C3 because it's too expensive, and they're not the people who make games. And Animate solves this problem, and they can experience the benefits of C3 in a cheaper way. Therefore, hope that can the export .exe of Desktop.
What I expect is that the content produced by animate can be fully imported into C3, which means that beginners can learn C3 in a cheaper way and convert to C3 users after they have some experience.
This means that the future may also be a way of working with multiple people? Animators design animations in Animate, then developers import to C3
so, why no use (0-1)?
Look forward to Timer behavior can use Expressions Get remainder and elapsed time percentage of timer.
Member since 26 Mar, 2016