Yes Boyfriend combined with Jovanny is really mysterious
Not sure if you are talking about the game character, but Iâm not that familiarized with the game, I just put a similar mechanic in the tutorial.
I am talking about the game character
Well, I didnât have anything in mind⌠so I will make the forum to choose:
Next Tutorial:
- Chasing Bullets
- Building your First Game
- Working with External Assets
- Basic Platforms
0 voters
Thanks! This helps alot
Episode 11: Building your First Runner Game⌠Enjoy!
Note: Game Assets Wick file under youtube videoâs description.
I need some help,. I was doing a little project I made an invisible button that follows the mouse and when you click it or you hit the score counter with it the score goes up, But when I hit the score counter it wont go up.Can someone help. Im a new user on the forum so I cant make attatchments yet but ill tell you what I did so first I went in the frames default script and put
project.score = 0;
and then I went in a button update script and did this(By the way the score counter is named SCORE)
if (this.hits(SCORE)) {
project.score += 1;
SCORE.setText("Score: " + project.score);
}
does anyone know whats wrong.
Hey @Ryder_Beaumont welcome to the Wick forums!
Iâm not really sure whatâs wrong, but I think itâs because the score object is a text object, so the hits code might not work on it.
Hereâs what you can doâŚ
- Click the score text, and click âmake clipâ (or use the shortcut: ctrl + g )
- Name the clip object something, for example, âTextScoreâ
- Change your update code to this:
if(this.hits(TextScore)){
project.score++;
}
TextScore.SCORE.setText("Score: "+project.score);
OK, Thank you very much
IT WORKED
do you think you could teach me some stuff the wick youtube channel only teaches simple stuff PLEASE!!
Thatâs good to hear
Sure, Iâd be glad to help
Side note:
The Wick forums also has a lot of helpful members, whenever youâll need help, you can always create a new topic, and youâll more likely find what you need
Thank you, again.
My dream is to become a game designer and im on a school chromebook so wick is the only engine that wasnt blocked and that does not use blocks, and ive got to start somewhere I mean ive got some experience already now I need to get more and use it to persue my dream, and also TO YOUR SIDE NOTE I know but I like to move fast and this is my favorite chat so far
(I looked at other ones before I made my acc)
I had the side note there so that this chat doesnât interrupt the threadâs main purpose
Yes, finding good designing softwares is difficult on school devices (itâs a good thing Wick exists).
Youâll probably be able to learn coding & designing with Wick in no time. Youâll become a great designer, thatâs for sure
(I also have notifications on, thatâs how I replied quickly)
Thank you but I said I had to start somewhere I know you said there were A lot more people but I really want you to teach me A little code
I can get started with teaching you whenever your ready, just give me a topic you need help with, and I can create a new quick tutorial thread about it
i want to make a 2d shooter game P1 vs. AI But I dont know any code for it, Or even where to start
(And I want two be able to pick between two players and one player)
@Hamzah_Alani
Oh ok you have notifications on tell me when youre done making the thread though