Coding Node

Discussion in 'How Can I...?' started by Lou, Nov 30, 2018.

  1. Lou

    Lou Boxer

    Joined:
    Nov 9, 2018
    Messages:
    11
    Likes Received:
    1
    Hi,

    Does anyone know where I can find all the attributes and function lists to do some programming.

    For example I want this function to initial only when points of the game reach a certain number.

    function init(){
    _start = this.entity().scale();
    _end = this.attribute('End Scale');
    _speed = this.attribute('Speed');
     
  2. MattWills

    MattWills Avid Boxer

    Joined:
    Nov 5, 2017
    Messages:
    223
    Likes Received:
    66
  3. Lou

    Lou Boxer

    Joined:
    Nov 9, 2018
    Messages:
    11
    Likes Received:
    1
    Thanks!!
     
  4. Lou

    Lou Boxer

    Joined:
    Nov 9, 2018
    Messages:
    11
    Likes Received:
    1
  5. MattWills

    MattWills Avid Boxer

    Joined:
    Nov 5, 2017
    Messages:
    223
    Likes Received:
    66
  6. LBPToo

    LBPToo Avid Boxer

    Joined:
    Nov 1, 2016
    Messages:
    233
    Likes Received:
    141
    Guys, please don't post here with questions about BB3, this is intended for Nodes only. You can put your general BB3 question in the BB3 Beta Thread.

    Thanks.

    Bill
     

Share This Page