/| Mario Kart PC |\

Mario Kart PC Forum - Advanced search

Results 161-180 out of 320+

smile

Does anyone else do this?

Messages 337 - Peach Peach
vs25181 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 337 - Peach Peach
vs25181 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 337 - Peach Peach
vs25181 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 337 - Peach Peach
vs25181 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 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
WE KNOW


+ useless topic
thumbsup1

Im new to MKPC!

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

MKPC wikipedia

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
theres a mkpc dictionary
mario_facepalm7

Goodbye..

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



+ im gen z
check3
cross1
mario_shrug1

Happy Birthday Wargor!!!!🎂 🎂

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
happy bitrhday to you
cheers for the creator too
hope you have a nice birthday
and some cake too

heart3

Mario Character Tournament

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
toad

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

Where have I been?

Messages 337 - Peach Peach
vs25181 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 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada

How do your bus services work???

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

Crash of Cars

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
might as well play this

The Points Shop!

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
can i buy a nintendo switch

what the fuck happened to Mario kart 8?!

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

what made the weird kid at your school weird?

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

Needing Wii U

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
https://i.ibb.co/9bpBM8p/Screen-Shot-2024-07-14-at-8-23-15-PM-1.png

oh yeah 77.34 CAD =43.69 British Pounds

Post Your AI Generated Movie Posters Here REVIVED

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
well i made this based off my dog @Diana-the-doggo




Spoiler [ShowHide]
[img]https://i.ibb.co/cwpXN6n/Untitled-design-1.png[/img]
ok1

How do I unlock all the characters?

Messages 337 - Peach Peach
vs25181 pts ★ Legend
battle10617 pts ★ Champion
Canada
jakku wrote:
I see there are 24 characters I only got 3 left so how you get all of characters

just win more multicups to get the characters

yep

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

Back to the forum