Mario Kart PC Forum - Advanced search
Results 121-140 out of 280+
Ask a totally normal guy anything.
On 2024-07-27 at 15:53:02
can you make my scratch project into an app for android devices?
coded into java
coded into java
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;
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
On 2024-02-28 at 23:57:05
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:
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:
2
2
1
Annoucement
On 2024-07-27 at 17:02:42
WE KNOW
+ useless topic
+ useless topic
1
Im new to MKPC!
On 2024-07-26 at 01:35:00
enjoy your stay and don't rage in a grand prix
1
MKPC wikipedia
On 2024-07-06 at 21:14:49
theres a mkpc dictionary
7
Goodbye..
On 2024-07-18 at 14:13:16
does anyone has a feeling that he will make a alt ?
+ im gen z
+ im gen z
3
1
Happy Birthday Wargor!!!!🎂 🎂
On 2024-07-18 at 14:06:01
happy bitrhday to you
cheers for the creator too
hope you have a nice birthday
and some cake too
cheers for the creator too
hope you have a nice birthday
and some cake too
3
Mario Character Tournament
On 2024-07-18 at 14:08:57
toad
1
Where have I been?
On 2024-07-18 at 23:12:32
OH DIANA THE DOGGO COME HELP WITH THIS
PSA! Upload tracks to be in a YT video
On 2024-05-15 at 22:56:15
pick one https:https://mkpc.malahieude.net/map.php?cid=48862
How do your bus services work???
On 2024-07-18 at 02:29:12
Crash of Cars
The Points Shop!
On 2024-07-16 at 14:16:13
can i buy a nintendo switch
what the fuck happened to Mario kart 8?!
On 2024-06-22 at 17:49:57
i want the DLC to be freeeeeeee
what made the weird kid at your school weird?
On 2024-07-15 at 13:57:34
we don't talk about the spoiled kid in my school he is crazy
1
1
1
Needing Wii U
Post Your AI Generated Movie Posters Here REVIVED
On 2024-07-15 at 02:52:58
1
TO ALL THE NUTSUCKERZ REPORTING ME
On 2024-06-25 at 00:43:42
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
4.stop making adult jokes
5.bro relax
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!
1
1
1
How do I unlock all the characters?
On 2024-05-03 at 02:45:16
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
Welcome To Object Polsat Shows Racing
On 2024-06-24 at 00:22:20
are you ABC studios ?
(yeah i google lens it)
(yeah i google lens it)