I realy need Help

Hello, I need a code that When Player touch/Hit Hole that the Frame is changing to …

can someone help me with that?

I tried with if (Hole.hits(Player)) { gotoAndPlay(590) }

I try to make a Wario ware type game ,for my Mom I want to Give it her for Mother’s day, in the last Mikro game, I’m Tring to do That the Player Have to get to the Hole in a Short amount of time. Is there a way to Trigger the Winning Frame when he Touched it?

1 Like

{

remove the two brackets

1 Like

Thanks :slight_smile:

1 Like

no problem, did it work?

1 Like

wait I have to rebuild the Mikro game I will send the Results soon :slight_smile:

1 Like

Ok it worked but now i have a other Problem the Hit box Don’t Move with the Moving Player do you know a way to make the HitBox Moving too?

1 Like

Idk anything about hitboxes

Sorry…

1 Like

It’s fine :slightly_smiling_face:

1 Like

I have a code but you need to put it on the other thing except for the player
if(this.hitTest(name)){
//ur code
}

change the clips name to name or just change if(this.hitTest(this part here)){ to whatever you want
//ur code
}
and you can change the ur code part to gotoAndStop or Play

2 Likes

on update script

2 Likes

Wait i will try It out Thanks

1 Like

did it worked?

2 Likes

Could you Give me a Video or Picture explanation?
It would realy Help me Making my First Game made in Wick

1 Like

1 Like

Ok Thanks i try again

i just have to Put the Code it in the “Hole” right

I’m verry new to Coing

1 Like

you should

2 Likes

Ok Thanks :slight_smile:

2 Likes

My Project5-10-2021_11-52-29.wick (10.4 KB)

2 Likes

Ah ok now i understand ThankYou so much vor Helping me out with that

no problem

1 Like