/| Mario Kart PC |\

Mario Kart PC Forum - Advanced search

Results 81-100 out of 240+

smile

Ask a totally normal guy anything.

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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;

The Daily Mario Kart PC Object Show

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
name: Diana the aroia dog (or diana)
appearance:an everyday doggo
gender:female
personality: suspicious and kind (treat her kindly or else she will go rage)
powers:can read and fly and this charging dash attack

the dog:https://shop.kaboodles.ca/cdn/shop/products/AuroraTeddyPetsGoldenDoodle_540x.jpg?v=1645822241
gamba2
up2
mario_dance1

Annoucement

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
WE KNOW


+ useless topic
thumbsup1

Im new to MKPC!

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
enjoy your stay and don't rage in a grand prix
ok1

MKPC wikipedia

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
theres a mkpc dictionary
mario_facepalm7

Goodbye..

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
does anyone has a feeling that he will make a alt ?



+ im gen z
check3
cross1

Happy Birthday Wargor!!!!🎂 🎂

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
toad

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

Where have I been?

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada

How do your bus services work???

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
https://ridegobus.com/wp-content/uploads/2018/03/gobus-routes.jpg

Crash of Cars

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
might as well play this

The Points Shop!

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
can i buy a nintendo switch

what the fuck happened to Mario kart 8?!

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
i want the DLC to be freeeeeeee

what made the weird kid at your school weird?

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
we don't talk about the spoiled kid in my school he is crazy
up1
pensive1
scream1

Needing Wii U

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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

TO ALL THE NUTSUCKERZ REPORTING ME

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 pts ★ Champion
Canada
PRlMETIME wrote:
INCREDIBLE FWAAYS!!! IIIINCRRREEEDIDDIBLLLLE !!!! LISTEN !!

LATELY I SEE ALOT OF PEOPLE HATING , THEY SAY REVRSE DRIFTING SHOULD BE ILLEGAL , I WANT TO SAY SOMETHIN!!!!! EVERY NUMBAA WAN PLAYER IN THE WWORLD , EVERY NUMBA JUAN CHAMPION AND NUMBAONE RANKED PLAYER ARE ELITE REVERSE DRIFTER!!!!

YOU ARE MAD BECAUSE YOU ARE HATING LOOSER MOZERFOCKER :!!! YOU ARE NUMBA WAN MAD BECAUSE YOU DONT LEARN RD SKILLS , BECAUSE YOU DONT WANT TO IMPROVE , BECAUSE YOU DONT RESPECT THE WORK OF THE TOP PLAYER TO MASTER THEIR GAME , BECAUSE YOUR MOMA GOT PIPED BY A BLACK MAN WITH SHIT STAINS ON HIS UNDERWEAR FRESHOUT OF PRISON AND HE SSTOLE YOUR CHIPS!!!

YOU ARE NUTSUCKER  WEAZEL , RAT , IF YOU HATE ON ME :::: UI AM THE ELECTED SPIRITUAL LEADER , NODAC AND FWAYS DECIDED,, THIS IS BULLSHIT AND NEEDS TO STOP  , IF I SEE A HATER I WILL VIOLENTLY BEAT HIM UP



1.stop cussing
2.stop being racist
3.learn to rd
Spoiler [ShowHide]

4.stop making adult jokes
5.bro relax
Spoiler [ShowHide]

6.read this
7.and use the topics in your will i can't stop you but the mods can so don't muck up your account!
check1
genius1

How do I unlock all the characters?

Messages 256 - Toadsworth Toadsworth
vs21060 pts ★ Legend
battle10481 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   2   3   4   5   6   7   8   ...   12   ...

Back to the forum