Apps Home
|
Create an App
OO programming
Author:
ffxxbb
Description
Source Code
Launch App
Current Users
Created by:
Ffxxbb
function Football(size, color, durability){ this.size = size; this.color = color; this.durability = durability this.roll = function(){ cb.chatNotice(" Keep rollin rollin rollin yea"); } } Football.prototype.roll = function(){ cb.chatNotice(" Keep rollin rollin rollin yea"); } Football.prototype.toString = function(){ return "a " + this.color + " football"; } var football = Football(5,"green",100); cb.chatNotice(football); //cb.chatNotice(football.toString()); //football.roll();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.