Apps Home
|
My Uploads
|
Create an App
Trianize
Author:
simonsez73
Description
Source Code
Launch App
Current Users
Created by:
Simonsez73
App Images
var backgroundImage = '56eab4fe-ad14-45e7-bae5-5fbd536ad3ea' // Placeholders var total_tipped = 0 var tipsReceived = 3545 var highestTip = 'tipDaddy 135' var lastTipReceived = 'big_tipper 25' // Fonts var fontSize = 11 var labelColor = '#00ECFB' var valueColor = '#fff' cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) tipsReceived = total_tipped cb.chatNotice("Total Tipped: " + total_tipped) cb.chatNotice(tip) }) var panelBg = { 'starfield': { 'type': 'image', 'fileID': backgroundImage } } var elem = { 'tipsReceived': { 'label': { 'type': 'text', 'text': 'TIPS RECEIVED', 'top': 5, 'left': 61, 'font-size': fontSize, 'color': labelColor, }, 'value': { 'type': 'text', 'text': tipsReceived, 'top': 5, 'left': 147, 'font-size': fontSize, 'color': valueColor, }, }, 'highestTip': { 'label': { 'type': 'text', 'text': 'HIGHEST TIP', 'top': 29, 'left': 73, 'font-size': fontSize, 'color': labelColor, }, 'value': { 'type': 'text', 'text': highestTip, 'top': 29, 'left': 147, 'font-size': fontSize, 'color': valueColor, }, }, 'latestTip': { 'label': { 'type': 'text', 'text': 'LATEST TIP RECEIVED', 'top': 52, 'left': 28, 'font-size': fontSize, 'color': labelColor, }, 'value': { 'type': 'text', 'text': lastTipReceived, 'top': 51, 'left': 147, 'font-size': fontSize, 'color': valueColor, }, }, } cb.onDrawPanel(function(user) { return { "template": "image_template", "layers": [ panelBg.starfield, elem.tipsReceived.label, elem.highestTip.label, elem.latestTip.label, elem.tipsReceived.value, elem.highestTip.value, elem.latestTip.value, ], }; }); cb.drawPanel();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.