/| Mario Kart PC |\

Mario Kart PC Forum - Advanced search

Results 161-180 out of 320+

smile

You choose an ability, first person choose a side effect

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
Teon5072 wrote:
Fiere wrote:
Power: When you're drawing, you can put the picture you want in your head onto the thing you're drawing on

It will look like AI "art".


it looks also badly drawn
koopa3
mario_dead7

Who can make the hardest track

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada

What Will Be The 64th Mario Kart Game If We Already Have Mario Kart 64??????????

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
NEW SUPER MARIO KART 64!!


mario kart 69
Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
mario kart 65 will be in 2278

Does anyone else do this?

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
Fiery wrote:
Josh_ wrote:
does anybody just randomly text the group chat at like 10pm and then someone actually replies and you are just so shocked and excited at the same time?



10:03:42
yo anyone online


10:05:29
yeah me

I don't have a group chat :(






mkpc yes
discord yes
Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
croassung wrote:
has anyone else tried to speedrun a game intended for young children? (pocoyo racing for example)


yes and i speedrun a peppa pig and i was hell :(

Ask a totally normal guy anything.

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
jmeme125 wrote:
can you make my scratch project into an app for android devices? https://scratch.mit.edu/projects/1040711548/



coded into java
Spoiler [ShowHide]
import {
 Project,
 Sprite,
} from "https://unpkg.com/leopard@^1/dist/index.esm.js";

import Stage from "./Stage/Stage.js";
import Ground from "./Ground/Ground.js";
import Cube from "./Cube/Cube.js";
import PixilFrame020240622t173054 from "./PixilFrame020240622t173054/PixilFrame020240622t173054.js";
import PixilFrame020240622t173922 from "./PixilFrame020240622t173922/PixilFrame020240622t173922.js";
import PixilFrame014 from "./PixilFrame014/PixilFrame014.js";
import PixilFrame020240627t110844 from "./PixilFrame020240627t110844/PixilFrame020240627t110844.js";
import FreeIcon from "./FreeIcon/FreeIcon.js";
import PixilFrame020240701t130224 from "./PixilFrame020240701t130224/PixilFrame020240701t130224.js";
import PixilFrame020240622t2 from "./PixilFrame020240622t2/PixilFrame020240622t2.js";

const stage = new Stage({ costumeNumber: 1 });

const sprites = {
 Ground: new Ground({
   x: 0,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 2,
   size: 100,
   visible: false,
   layerOrder: 1,
 }),
 Cube: new Cube({
   x: -176,
   y: -60,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 7,
   size: 250,
   visible: false,
   layerOrder: 4,
 }),
 PixilFrame020240622t173054: new PixilFrame020240622t173054({
   x: -100,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 1000,
   visible: false,
   layerOrder: 2,
 }),
 PixilFrame020240622t173922: new PixilFrame020240622t173922({
   x: 100,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 800,
   visible: false,
   layerOrder: 3,
 }),
 PixilFrame014: new PixilFrame014({
   x: -25.882352941176478,
   y: -117.29411764705884,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 250,
   visible: false,
   layerOrder: 5,
 }),
 PixilFrame020240627t110844: new PixilFrame020240627t110844({
   x: 0,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 300,
   visible: false,
   layerOrder: 6,
 }),
 FreeIcon: new FreeIcon({
   x: 0,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 99,
   size: 150,
   visible: false,
   layerOrder: 7,
 }),
 PixilFrame020240701t130224: new PixilFrame020240701t130224({
   x: -184,
   y: 127,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 500,
   visible: false,
   layerOrder: 8,
 }),
 PixilFrame020240622t2: new PixilFrame020240622t2({
   x: 199.62689509564484,
   y: 0.1183050358710318,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 400,
   visible: false,
   layerOrder: 9,
 }),
};

const project = new Project(stage, sprites, {
 frameRate: 30, // Set to 60 to make your project run faster
});
export default project;


very confusing but did you put it on google play store?





mostly not i don't want robotop to get me banned also it will get deleted super FAST
Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
can you make my scratch project into an app for android devices? https://scratch.mit.edu/projects/1040711548/



coded into java
Spoiler [ShowHide]
import {
 Project,
 Sprite,
} from "https://unpkg.com/leopard@^1/dist/index.esm.js";

import Stage from "./Stage/Stage.js";
import Ground from "./Ground/Ground.js";
import Cube from "./Cube/Cube.js";
import PixilFrame020240622t173054 from "./PixilFrame020240622t173054/PixilFrame020240622t173054.js";
import PixilFrame020240622t173922 from "./PixilFrame020240622t173922/PixilFrame020240622t173922.js";
import PixilFrame014 from "./PixilFrame014/PixilFrame014.js";
import PixilFrame020240627t110844 from "./PixilFrame020240627t110844/PixilFrame020240627t110844.js";
import FreeIcon from "./FreeIcon/FreeIcon.js";
import PixilFrame020240701t130224 from "./PixilFrame020240701t130224/PixilFrame020240701t130224.js";
import PixilFrame020240622t2 from "./PixilFrame020240622t2/PixilFrame020240622t2.js";

const stage = new Stage({ costumeNumber: 1 });

const sprites = {
 Ground: new Ground({
   x: 0,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 2,
   size: 100,
   visible: false,
   layerOrder: 1,
 }),
 Cube: new Cube({
   x: -176,
   y: -60,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 7,
   size: 250,
   visible: false,
   layerOrder: 4,
 }),
 PixilFrame020240622t173054: new PixilFrame020240622t173054({
   x: -100,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 1000,
   visible: false,
   layerOrder: 2,
 }),
 PixilFrame020240622t173922: new PixilFrame020240622t173922({
   x: 100,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 800,
   visible: false,
   layerOrder: 3,
 }),
 PixilFrame014: new PixilFrame014({
   x: -25.882352941176478,
   y: -117.29411764705884,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 250,
   visible: false,
   layerOrder: 5,
 }),
 PixilFrame020240627t110844: new PixilFrame020240627t110844({
   x: 0,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 300,
   visible: false,
   layerOrder: 6,
 }),
 FreeIcon: new FreeIcon({
   x: 0,
   y: 0,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 99,
   size: 150,
   visible: false,
   layerOrder: 7,
 }),
 PixilFrame020240701t130224: new PixilFrame020240701t130224({
   x: -184,
   y: 127,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 500,
   visible: false,
   layerOrder: 8,
 }),
 PixilFrame020240622t2: new PixilFrame020240622t2({
   x: 199.62689509564484,
   y: 0.1183050358710318,
   direction: 90,
   rotationStyle: Sprite.RotationStyle.ALL_AROUND,
   costumeNumber: 1,
   size: 400,
   visible: false,
   layerOrder: 9,
 }),
};

const project = new Project(stage, sprites, {
 frameRate: 30, // Set to 60 to make your project run faster
});
export default project;

Annoucement

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
WE KNOW


+ useless topic
thumbsup1

Im new to MKPC!

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
enjoy your stay and don't rage in a grand prix
ok1

MKPC wikipedia

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
theres a mkpc dictionary
mario_facepalm7

Goodbye..

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
does anyone has a feeling that he will make a alt ?



+ im gen z
check3
cross1
mario_shrug1

Mario Character Tournament

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
toad

https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExYXF6eDV2Y2txd2tyOHpibjIxZXZqZ2QzNjgzYmRpbmp6bWtsbDRncCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3rgXByB0tbT7oXK7Xq/giphy.webp
xd1

Where have I been?

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
guys make him lose the ranks in online



OH DIANA THE DOGGO COME HELP WITH THIS

PSA! Upload tracks to be in a YT video

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada

How do your bus services work???

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
https://ridegobus.com/wp-content/uploads/2018/03/gobus-routes.jpg

Crash of Cars

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
might as well play this

The Points Shop!

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
can i buy a nintendo switch

what the fuck happened to Mario kart 8?!

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
i want the DLC to be freeeeeeee

what made the weird kid at your school weird?

Messages 338 - Peach Peach
vs25099 pts ★ Legend
battle10617 pts ★ Champion
Canada
we don't talk about the spoiled kid in my school he is crazy
up1
pensive1
scream1

Page:  1   ...   6   7   8   9   10   11   12   ...   16   ...

Back to the forum