delgado's Forum Posts

  • In example i have one sprite with instance variable 'resources'

    Sprite can be dragged and drop

    Also sprite have 3 animation frames, big square, medium and small

    When i drag big square and touch smallest, variable of the small/medium should add to bigger variable and small/medium should disappear.

    Squares when overlaping other squares should destoy smallest one

    I try think about in my game but i prepare raw example

    https://dl.dropboxusercontent.com/u/447 ... iners.capx

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I understand and i love your work

    Hi again, im use jspdf plugin:

    and i want send created pdf as attachment

    its possible?

    i try but its prabably only snapshot with .pdf

  • Do you can post TODO list ?

    You should sell this plugin on store

  • Wow you add more options to sending emails.

    Did plugin will be updated with new features?

  • RPG SURVIVAL TEMPLATE GAME — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/rpg-survival-template-game-2111

    • 7 Abilities
    • 8 skills
    • 5 character statistics
    • Pick up items to inventory
    • Change position of items between slots
    • Equip swords armors sheilds ect. from your inventory
    • All items have own statistics for grow your strenght, intelligence defense etc EASY to modify just in instance variables!
    • Use consumable items
    • Day night cycle (sleeping animals)
    • Level up system with Learn Points
    • Learn points you can add to Your skills
    • The variety of abilities and skills has an effect on the gameplay.
    • Opening door with right level of lockpick skill
    • Disarming traps too
    • Sneak system
    • Displaying text on earned XP
    • Displaying damage text
    • 4 directions of movement character and oponent
    • Oponent's AI
    • Critical hits
    • Just change statistics of enemy/item ammount of HP, receive XP, attack, defense and everything will automaticaly set without change in event sheet

    <p>In archive you find TEXTBOX PLUGIN needed to open template</p><p>Buying this you learn a lot or use this to build great RPG game. ITS CHEAP! YOU BUY ONCE AND YOU GET UPDATE EVERY 7 DAYS</p><p>IN FUTURE THIS WILL BE COST MORE BECAUSE I PREPARE FEW UPDATES, YOU CAN SAVE LOT OF TIME I DO THIS ALL FOR YOU</p>

    Use this topic to leave comments, ask questions and talk about RPG SURVIVAL TEMPLATE GAME

  • it should be easy. when LMB is clicked spawn a dot

    when dot is on screen move player forward and set angle to dot.x dot.y

  • hmm

    i make that

    in instance variable of this sprite called 'lerpA' and 'lerpB +150'

    on start of layout> set to lerpA to self.x so on started 'lerpA' store sprite position x

    and

    on start of layout> set to lerpB to self.leppA+150 so on started 'lerpB' store sprite position x +150

    now when instance 'variableA' is 1

    lerp(self.lerpA, self.lerpB, 0.1)

    i expect this lerp should move position x 150 forward even if i change sprite position

    anywhere on layout

  • oosyrag i will try first option

  • i have 'variableA'

    when variableA is '1' lerp is working

    when '0' unlerp

    i need set lerp from lerp(self.x, self.x +150, 0.1)

    this function dont work because 'self.x+150' move sprite to infinity

    i need solution how lerply move sprite from his original position to 150 forward but not more

  • thanks, solution was so close

  • I drag sprite and when something is going wrong, for example i drop to wrong place, how sprite can return to previous position

    ?

  • Oh i use your newest plugin, but did servers are stable now?

  • I use armaldio plugin to send email:

    https://www.scirra.com/forum/plugin-send-a-mail-using-mandrill-deprecated_t109399?start=60

    in plugin is option to add attachment base 64

    Im wondering how add attachments

    for example how add canvas snapshot without download image to sending email

    and/or

    attach downloaded file from C2project canvas snapshot.png

    any ideas how handle this?

  • hi i need to use your plugn, any idea how add attachment file and/or include snapshot canvas of layout?

    for example, system take snapshot of canvas and when i send mail snapshot is included?

    Thanks!

  • korbaach wow Thanks i found ot linked page how change font size GREAT!