prawnsushi's Recent Forum Activity

  • Hi,

    i made some kind of custom transition in my project and it seems to work ok, but after some time the cap crashes for an unknown reason.

    I've made a stripped down version of my cap file with only the transition and it still crashes after a while. I don't think the problem comes from my custom transition anyway because it still crashes when i remove it. I even tried multiple ways of doing it (with fucntions, fade behaviour, changing layer opacity, changing a tiledbackground opacity, using groups, etc) and all crashed.

    Does it have something to do with construct having trouble handling the layout switches? In my original project sometimes Construct says something about an error in Event 0 (which obviously doesn't exist) on a layout that wasn't even loaded...Is it a bug in construct?

    Can someone help me with this? My project will require a lot of layout changes in a short period of time because it's a multimedia app, each layout being a "page" (like: intro, table of contents, videos, questionnaires...)

    The version attached here switches automatically between layouts so all you have to do is wait until it crashes.

    [quote:2p7xap49]

    http://prawnsushi.free.fr/bazar/transition_bug.cap

    Thank you for any kind of help.

  • Hello,

    Is it possible to change the master volume of windows with construct?

    I used Xaudio2 and it works fine within the application, but the thing is i also use python to load flash movies. When i use Xaudio to lower the volume, the sound in flash movies remains unchanged...

    How can i change the volume so that it changes the application volume and the flash volume?

    Thanks

  • You could also add :

    [Graphics]

    Mypaint http://mypaint.intilinux.com/

    ArtRage Starter http://www.artrage.com/artrage-demos.html

    ArtWeaver http://www.artweaver.de/

    Dogwaffle http://www.thebest3d.com/dogwaffle/free/ (Uses Particle brushes)

    Pixia http://www.ne.jp/asahi/mighty/knight/

    [3d]

    Wings3D http://www.wings3d.com/

    MakeHuman http://www.makehuman.org/

    And i probably forget some...

  • Personnally i just use a HashTable, and store variables as keys with their values. And then save it to a file in AppData when i need.

    For now it works really well, but i just hope noe bugs will show up later :\</p>

  • Hi everyone,

    I wanted to know if there was a way to choose a Printer before using the Print file command?

    I mean, when i use "Start Job", it opens the printer dialog box, and i can choose any printer i have installed.

    But if i use "Print File", it just prints on the default printer. I need people to be able to print the file to the printer of their choice, because the App will be used on school networks, and some people might bring their PC from another room, with their own Default Printer installed. I know they can change the default printer before using the app, but that's not always possible (profile restriction in schools).

    I know the command Print File always sends to deault printer. Using "start job" and then "print file" doesn't change that behavior. Is there any workaround? Maybe with Python?

    Thanks

  • I C A C.

  • The sprite object also has a "flash" action :

    -> Sprite: Flash for 0.5 seconds with 0.1 seconds interval

    EDIT : And the "on flash finished" event that goes with it.

    Dunno if it'll slow down everything though.

  • My guess is ... :

    1 - INI.itemstring returns a string

    2 - GetToken("whatever") returns a string too

    It might work if you convert to int :

    int(GetToken(INI.ItemString("Group", "Sprite1"), 3, "|"))[/code:1dtfcahc]
    
    Also, maybe you have to use INI.ItemValue instead of itemstring?
  • NP!

    Here's a screenshot from the G'Mic website :

    http://gmic.sourceforge.net/album/slides/Screenshot-G%27MIC%20for%20GIMP%20-%201.3.1.5-104.html

    It seems possible to create animations too :

    http://gmic.sourceforge.net/img/ss_anim3d.gif

  • Nice

    For those who can't (or won't) buy Photoshop (like me), you can also do this (almost the same way) in Gimp, with the plugin G'mic.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Valerien is right, but the order is ok anyway. Your problem was with the multiplications being inside the global variables parenthesis :

    Every tick -> Set variable totalmoney to int(global('Bronze'))+int(global('Silver')*100)+int(global('Gold')*10000)[/code:3lqo2a3s]
    
    Should be  :
    
    [code:3lqo2a3s]int(global('Bronze')) + int(global('Silver')) * 100 + int(global('Gold')) * 10000[/code:3lqo2a3s]
    
    or if you want to really separate everything :
    
    [code:3lqo2a3s]int(global('Bronze')) + (int(global('Silver')) * 100) + (int(global('Gold')) * 10000)[/code:3lqo2a3s]
  • Ok here are a few screens of my "game".

    I'm trying to work on the system so most of the graphics are placeholders. I won't obviously keep the Jennifer Simpson Sprite ^^:

    Walking around (well, standing still while i took the screenshot u_u):

    <img src="http://prawnsushi.free.fr/bazar/EC1.jpg">

    Being chased and getting crazy (nice frame rate drop lol) :

    <img src="http://prawnsushi.free.fr/bazar/EC2.jpg">

    And oh, spitting some gore (even more framerate drop u_u)

    <img src="http://prawnsushi.free.fr/bazar/EC3.jpg">

    Note : these FPS drops happen on a i3 530 + geforce 310

    Doesn't drop below 60 (Vsync) on my laptop (Q9000+radeon4650)...

    But right now it's got a problem :

    I gotta figure that out, or i'll be stuck with these textures...

prawnsushi's avatar

prawnsushi

Member since 25 Oct, 2010

None one is following prawnsushi yet!

Trophy Case

  • 14-Year Club
  • Email Verified

Progress

15/44
How to earn trophies