Numbered apps
Give a HUGE List of Numbered apps because some people don't now ANY of the numbered apps number!

-
Jackson Newell commented
fill('onyx')
me = stamp('car7',375,900,150)function touching() {
me.move(x,900,300)
me.aim(x,y)
}function tap() {
r = stamp('rocket 6',me.x,me.y)
r.rotate(me.rotation)
r.move(UP,1600,2000)
sound('roar',20)
}lane = 300
time = 1500
count = 0
function swerve() {}
function danger() {}
function drones() {}function loop() {
mid = 375 + Math.sin(count) * lane
x1 = mid - lane
x2 = mid + lane
stamp('pillar',x1,0).move(DOWN,1300,time).back()
stamp('pillar',x2,0).move(DOWN,1300,time).back()
stamp('circle',mid,0).move(DOWN,1300,time).back()
swerve()
danger()
drones()
}curve = 0
function swerve() {
count = count + curve / 100
if (random(10) == 1) {
curve = random(10) + count/10
lane = lane + random(-12,10)
lane = Math.max(lane,100)
}
}pts = 0
score = text(pts,'impact',20,50,'silver')
function danger() {
pts = pts + 10
score.change(pts)
if (me.hits('pillar') || me.hits('drone2')) {
loop = null
me.explode()
sound('laugh')
stamp('pig3',375,0).move(DOWN,500,time)
}
}
function zap(drone) {
if (drone.hits('rocket6')) {
drone.explode()
sound('nuke')
pts = pts + 1000
}
}function drones() {
find('drone2').forEach(zap)
if (random(30) == 1) {
enemy = stamp('drone2',random(768),0)
enemy.move(DOWN,1500,10000)
sound('droid')
}
}
song('unstable')
-
Jackson Newell commented
f=stamp('@fill1',2000)
m=stamp('@mario',300,820,200)
size=150
speed=200
c=stamp('@aim',size)
function drag() {
c.move (x,y,speed)
c.aim(x,y)
}
m.tap=pow
sound('mario') -
ian mcleod commented
how do you do red carpet im 9 year old
-
yooo commented
1111(secret)
-
Person commented
5437 magic eyes
-
Person commented
1219
-
yooo commented
hi people
-
anonymous commented
fill('road')
item = stamp('present3',400,400,500)function drag() {
wand.move(x,y)
trail = stamp('flare',x,y,200)
trail.size(0,1000)
}function untouch() {
sound('boom')
item.change('foot ball')
item.size(700,1000)
item.rotate(360,1000)
item.move(384,512,1000)
} -
anonymous commented
fill('road')
item = stamp('present3',400,400,500)function drag() {
wand.move(x,y)
trail = stamp('flare',x,y,200)
trail.size(0,1000)
}function untouch() {
sound('boom')
item.change('foot ball')
item.size(700,1000)
item.rotate(360,1000)
item.move(384,512,1000)
} -
amir commented
thus is a fun game copy and paste
fill('hills2')
function platform(i) {
y = i * 300
p = stamp('platform',375,i*300,220)
p.startY = y
}
repeat(platform, 4)hero = stamp('plumber',385,750,300)
function touching() {
if (x > hero.x) {
hero.change('plumber')
} else {
hero.change('plumber2')
}
hero.move(x,y,500)
}
altitude = 0
power = 50
gravity = 4
speed = power
score = 0function obstacles() {}
function death() {}function scroll(block) {
block.move(block.x,block.startY+altitude)
if (block.y > 1100) {
block.startY = block.startY-990-random(200)
block.move(random(800),block.y)
}
}function loop() {
speed = speed - gravity
altitude = altitude + speed
find('platform').forEach(scroll)
if (speed < 0 && hero.hits('platform')) {
speed = power
sound('jump2')
stamp('pow',hero.x,hero.y)
hero.move(hero.x,hero.y-20)
}
obstacles()
if (speed < -100) {
death()
}
}coin = stamp('coin',500,500)
coin.startY = 500
baddie = stamp('poop',700,150,100)
baddie.startY = 150
function obstacles() {
scroll(coin)
scroll(baddie)
if (speed < 0 && hero.hits(coin)) {
speed = power * 2
score = score + 1
sound('coin')
}
if (hero.hits(baddie)) {
death()
}
}function death() {
stamp('coin',300)
text(score,375,350,150,'impact','center')
loop = null
touching = null
hero.move(DOWN,2000,1000)
sound('flush')
}
song('brothers') -
rabon commented
all all all
-
rabon commented
do do do
-
rabon commented
5555
-
rabon commented
1111
-
rabon commented
2222
-
Anonymous commented
2222 is one but it dosent rlly work
-
Brianna commented
give me more codes for bitsbox plz!
-
Anonymous commented
1111 is the best
-
Anonymous commented
NONE OF THESE WORK!!!!!!!!!!!!!!!!!!!
(ok maybe some)
-
Myracle commented
8930 - Fingerprint Detective (again, it doesn't just have the code there or tell you what to do.)