Jump to content

abls1

Member
  • Posts

    46
  • Joined

  • Last visited

Posts posted by abls1

  1. I learning how to edit stages in hi resolution but, once the animations are scalled up they slow down so I want to know what setting i can use to control the animations speed, there are some setting visibles but other are not especially slowing down are the scrolling of backgrounds and everythingelse that scrolls.

  2. I'm editing a life bar and everything is going fine except the energy bar has gotten shorter even after I scaled up/made larger.

     

    some other details

     

    [FightFx]
    scale = 2
     
    ;-----------------------------------------------------------
    [Lifebar]
    ;Player 1
    p1.pos    = 320,240
    p1.bg0.anim = 10
    p1.bg1.spr = 300,0
    p1.bg2.spr = 307,0
    p1.bg2.layerno = 1
     
     
    p1.mid.spr = 303,0
    p1.front.spr = 301,0
    p1.range.x  =  -50,-245

     

    e8fdcmc6ey1ktxu4g.jpg

  3. issue solved with background size solved

     

    On the info I was missing " [ " so it was defaulting at 320x240

     

     

    incorrect

    Info]
    localcoord = 1024,768 
     
    correct
    [info]
    localcoord = 1024,768 
     
    I will post here my solution to issue i was having with the transparency once i can explain properly.
  4.  found this code

     

    500,0, 0,0, 3
    500,0, 10,0, 3
    500,0, 0,10, 3
    500,0, -10,0, 3
     
    But i need to be able to stop the loop for x.seconds then start over finish and pause I want to simulate a bomb dropped so i dont want it to loop to frequent.  Please help me with this code.
     
    Thanks
×
×
  • Create New...